aboutsummaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 399087 - Remove the 'mostfreqthreshold' parameterSunil Joshi [:SunilJoshi]2014-03-211-3/+2
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 773948: duplicates.cgi must include Bugzilla::BugKoosha Khajeh Moogahi2012-07-231-1/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-21/+5
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-2/+2
* Bug 543459: Speed up the new duplicates.cgiMax Kanat-Alexander2010-02-011-5/+6
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-119/+129
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-101/+81
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-8/+8
* Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by...lpsolit%gmail.com2008-05-211-13/+0
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 376911: Non-text content-types require setting the charset manually in th...lpsolit%gmail.com2007-05-101-1/+7
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-4/+6
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-2/+0
* Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi...vladd%bugzilla.org2006-06-191-1/+1
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-6/+3
* Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com2006-04-031-2/+0
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com2005-11-141-2/+1
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-1/+1
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com2005-10-261-3/+4
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-2/+1
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-2/+3
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+0
* Bug 234825: Keep duplicates.cgi from revealing products user doesnt have acce...bugreport%peshkin.net2004-07-101-1/+2
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
* Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-...jocuri%softhome.net2004-03-271-10/+8
* 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 ger...gerv%gerv.net2003-11-081-1/+10
* Bug 221900: duplicates.cgi query fails if more than one product selected; pat...jocuri%softhome.net2003-10-261-6/+6
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-4/+7
* Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $change...burnus%gmx.de2003-04-291-9/+9
* Bug 192677: Add new test to flag failure-to-filter situations in the template...justdave%syndicomm.com2003-04-251-2/+8
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-11/+12
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-1/+4
* Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au2002-11-101-21/+57
* 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
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-4/+3
* Bug 146495 - clean up format ambiguities. We now have separate "format" and "...gerv%gerv.net2002-09-181-3/+4
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P...gerv%gerv.net2002-09-131-2/+2
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch b...gerv%gerv.net2002-08-161-13/+10