summaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-1/+1
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-03-21Bug 399087 - Remove the 'mostfreqthreshold' parameterSunil Joshi [:SunilJoshi]1-3/+2
r=dkl,a=justdave
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-07-23Bug 773948: duplicates.cgi must include Bugzilla::BugKoosha Khajeh Moogahi1-1/+1
r=glob a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-21/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-2/+2
MS-SQL and SQLite support.
2010-02-02Bug 543459: Speed up the new duplicates.cgiMax Kanat-Alexander1-5/+6
r=LpSolit, a=LpSolit
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander1-119/+129
r=LpSolit, a=LpSolit
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org1-101/+81
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org1-8/+8
the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2008-05-21Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵lpsolit%gmail.com1-13/+0
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-05-10Bug 376911: Non-text content-types require setting the charset manually in ↵lpsolit%gmail.com1-1/+7
the $cgi->header() call - Patch by guillomovitch@zarb.org r=gerv a=mkanat
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-4/+6
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-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
2006-06-19Spelling in code comments patch: 'extention' -> 'extension' in ↵vladd%bugzilla.org1-1/+1
duplicates.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-6/+3
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-04-03Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com1-2/+0
$::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com1-2/+1
anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com1-3/+4
duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
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.