aboutsummaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-4/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-2/+0
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Spelling in code comments patch: 'extention' -> 'extension' in ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | duplicates.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-181-6/+3
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com2006-04-031-2/+0
| | | | $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com2005-11-141-2/+1
| | | | anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-1/+1
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com2005-10-261-3/+4
| | | | duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-031-2/+1
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com2005-08-251-2/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+0
| | | | r=mkanat,wicked a=justdave
* Bug 234825: Keep duplicates.cgi from revealing products user doesnt have ↵bugreport%peshkin.net2004-07-101-1/+2
| | | | | | access to r,a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-10/+8
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-3/+4
|
* Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by ↵gerv%gerv.net2003-11-081-1/+10
| | | | gerv; r=bbaetz, a=justdave.
* Bug 221900: duplicates.cgi query fails if more than one product selected; ↵jocuri%softhome.net2003-10-261-6/+6
| | | | patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave.
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-4/+7
| | | | r=joel, a=justdave
* Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of ↵burnus%gmx.de2003-04-291-9/+9
| | | | | | $changedsince r=gerv, a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-2/+8
| | | | | | | | | templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-11/+12
| | | | | r=gerv a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
| | | | | r=gerv, justdave a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-1/+4
| | | | | r=justdave, myk, joel, preed a=justdave
* Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au2002-11-101-21/+57
| | | | | original patch iteration by gerv, change to use Bugzilla:Search by me r=myk, a=justdave
* Fix for bug 178776: Eliminates warning in duplicates.cgi.myk%mozilla.org2002-11-081-1/+1
|
* Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org2002-11-051-0/+12
|
* Bug 173808 - Use of uninitialized value in subtraction (-) at duplicates.cgi ↵gerv%gerv.net2002-10-111-1/+1
| | | | line 133. Patch by gerv; r=bbaetz.
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-4/+3
| | | | r=bbaetz, gerv
* Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net2002-09-181-3/+4
| | | | "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net2002-09-131-2/+2
| | | | Patch by gerv; r=bbaetz.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net2002-08-161-13/+10
| | | | by gerv; r=bbaetz.
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-7/+17
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax ↵gerv%gerv.net2002-08-101-39/+41
| | | | error. Patch by gerv; r=bbaetz.
* Bug 151281 - change duplicates.cgi to make one query instead of several ↵gerv%gerv.net2002-06-291-17/+15
| | | | thousand. Patch by gerv; r=myk, bbaetz.
* Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz.gerv%gerv.net2002-04-271-2/+6
|
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Bug 125427 - Taint error in duplicates.cgi with perl < 5.6bbaetz%student.usyd.edu.au2002-04-161-19/+39
| | | | r=gerv, myk
* Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-111-229/+125
|
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+4
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-4/+10
| | | | | | | | | | Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
* Bug 96063 - the old method of doing this barfed on long URL strings.gerv%gerv.net2001-08-211-29/+48
|
* Fix for bug 95304: Add a buglist link to the top of duplicates.cgijustdave%syndicomm.com2001-08-161-0/+6
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
* Fix silly syntax error I missed.justdave%syndicomm.com2001-08-131-3/+3
|
* Fix for bug 95008: duplicates page no longer ignores verified ↵justdave%syndicomm.com2001-08-131-5/+9
| | | | | | | INVALID/WONTFIX bugs Patch by Gervase Markham <gervase.markham@univ.ox.ac.au> r= justdave@syndicomm.com