summaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
AgeCommit message (Expand)AuthorFilesLines
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org1-8/+8
2008-05-21Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by...lpsolit%gmail.com1-13/+0
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-05-10Bug 376911: Non-text content-types require setting the charset manually in th...lpsolit%gmail.com1-1/+7
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-1/+1
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-1/+1
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-4/+6
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-2/+0
2006-06-19Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi...vladd%bugzilla.org1-1/+1
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com1-6/+3
2006-04-03Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com1-2/+0
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com1-2/+1
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-1/+1
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com1-3/+4
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-2/+2
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com1-2/+1
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com1-2/+3
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+0
2004-07-10Bug 234825: Keep duplicates.cgi from revealing products user doesnt have acce...bugreport%peshkin.net1-1/+2
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+1
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-...jocuri%softhome.net1-10/+8
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 ger...gerv%gerv.net1-1/+10
2003-10-26Bug 221900: duplicates.cgi query fails if more than one product selected; pat...jocuri%softhome.net1-6/+6
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-4/+7
2003-04-29Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $change...burnus%gmx.de1-9/+9
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the template...justdave%syndicomm.com1-2/+8
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-11/+12
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+1
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-1/+4
2002-11-10Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au1-21/+57
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
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-4/+3
2002-09-18Bug 146495 - clean up format ambiguities. We now have separate "format" and "...gerv%gerv.net1-3/+4
2002-09-13Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P...gerv%gerv.net1-2/+2
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-16Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch b...gerv%gerv.net1-13/+10
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-7/+17
2002-08-10Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax e...gerv%gerv.net1-39/+41
2002-06-29Bug 151281 - change duplicates.cgi to make one query instead of several thous...gerv%gerv.net1-17/+15
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, afra...gerv%gerv.net1-3/+2
2002-04-16Bug 125427 - Taint error in duplicates.cgi with perl < 5.6bbaetz%student.usyd.edu.au1-19/+39
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
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-4/+10