summaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com1-2/+1
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com1-2/+3
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+0
r=mkanat,wicked a=justdave
2004-07-10Bug 234825: Keep duplicates.cgi from revealing products user doesnt have ↵bugreport%peshkin.net1-1/+2
access to r,a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-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.
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net1-10/+8
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+4
2003-11-08Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by ↵gerv%gerv.net1-1/+10
gerv; r=bbaetz, a=justdave.
2003-10-26Bug 221900: duplicates.cgi query fails if more than one product selected; ↵jocuri%softhome.net1-6/+6
patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave.
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-4/+7
r=joel, a=justdave
2003-04-29Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of ↵burnus%gmx.de1-9/+9
$changedsince r=gerv, a=justdave
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com1-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
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-11/+12
r=gerv a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+1
r=gerv, justdave a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-1/+4
r=justdave, myk, joel, preed a=justdave
2002-11-10Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au1-21/+57
original patch iteration by gerv, change to use Bugzilla:Search by me r=myk, a=justdave
2002-11-08Fix for bug 178776: Eliminates warning in duplicates.cgi.myk%mozilla.org1-1/+1
2002-11-05Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org1-0/+12
2002-10-11Bug 173808 - Use of uninitialized value in subtraction (-) at duplicates.cgi ↵gerv%gerv.net1-1/+1
line 133. Patch by gerv; r=bbaetz.
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-4/+3
r=bbaetz, gerv
2002-09-18Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net1-3/+4
"ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
2002-09-13Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net1-2/+2
Patch by gerv; r=bbaetz.
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-16Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net1-13/+10
by gerv; r=bbaetz.
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-7/+17
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-08-10Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax ↵gerv%gerv.net1-39/+41
error. Patch by gerv; r=bbaetz.
2002-06-29Bug 151281 - change duplicates.cgi to make one query instead of several ↵gerv%gerv.net1-17/+15
thousand. Patch by gerv; r=myk, bbaetz.
2002-04-27Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz.gerv%gerv.net1-2/+6
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-3/+2
afranke.
2002-04-16Bug 125427 - Taint error in duplicates.cgi with perl < 5.6bbaetz%student.usyd.edu.au1-19/+39
r=gerv, myk
2002-04-11Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net1-229/+125
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+4
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-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
2001-08-21Bug 96063 - the old method of doing this barfed on long URL strings.gerv%gerv.net1-29/+48
2001-08-16Fix for bug 95304: Add a buglist link to the top of duplicates.cgijustdave%syndicomm.com1-0/+6
Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
2001-08-13Fix silly syntax error I missed.justdave%syndicomm.com1-3/+3
2001-08-13Fix for bug 95008: duplicates page no longer ignores verified ↵justdave%syndicomm.com1-5/+9
INVALID/WONTFIX bugs Patch by Gervase Markham <gervase.markham@univ.ox.ac.au> r= justdave@syndicomm.com
2001-07-02Add strikethrough to resolved bug numbers. Bug 79816. r=jake.gerv%gerv.net1-19/+31
2001-04-20Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org1-0/+1
final fix for bug 72721. I am a buckethead
2001-04-20landing final patch for bug 76261tara%tequilarista.org1-6/+6
2001-04-07Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵justdave%syndicomm.com1-80/+133
69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl. Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements. Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham) r= justdave
2001-03-13Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵endico%mozilla.org1-3/+4
Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
2001-03-09Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the ↵endico%mozilla.org1-0/+1
same problem. HTML meta characters in the summary were not being quoted before being printed to html.
2001-03-03Backing out Gerv's brainspasm for himtara%tequilarista.org1-2/+2
2000-12-15Fixed problem with ranges in regexps that I dreamt about a few nights ago.gerv%gerv.net1-2/+2
2000-10-24part of gervase markham's duplicates tracking functionalitytara%tequilarista.org1-0/+186