Commit Graph

67 Commits (220a5e6608eb8de2253311fbd978498ee4f4622f)

Author SHA1 Message Date
Max Kanat-Alexander 220a5e6608 Bug 602165: Change sql_interval to sql_date_math, in preparation for
MS-SQL and SQLite support.
2010-10-07 03:58:28 -07:00
Max Kanat-Alexander dec46c3105 Bug 543459: Speed up the new duplicates.cgi
r=LpSolit, a=LpSolit
2010-02-01 15:54:14 -08:00
Max Kanat-Alexander fde6d4aa81 Bug 514970: Clean up duplicates.cgi and make it use Bug objects
r=LpSolit, a=LpSolit
2010-02-01 15:52:24 -08:00
mkanat%bugzilla.org 841b5d3961 Bug 176002: Move duplicate statistics into the db
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-06 22:45:51 +00:00
mkanat%bugzilla.org 89b15c8ff8 Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for 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
2009-07-07 18:16:51 +00:00
lpsolit%gmail.com 5fcefed741 Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit 2008-05-21 05:00:57 +00:00
mkanat%bugzilla.org 415e32d463 Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-19 11:46:10 +00:00
lpsolit%gmail.com 61ec5e9081 Bug 376911: Non-text content-types require setting the charset manually in the $cgi->header() call - Patch by guillomovitch@zarb.org r=gerv a=mkanat 2007-05-10 16:35:02 +00:00
mkanat%bugzilla.org f162521444 Bug 173629: Clean up "my" variable scoping issues for mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06 13:12:04 +00:00
mkanat%bugzilla.org d15c41c691 Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04 04:42:45 +00:00
mkanat%bugzilla.org b1f4cf8bdc Bug 342869: Use Bugzilla->params everywhere except templates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04 04:26:20 +00:00
lpsolit%gmail.com c41117346f Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-21 07:44:46 +00:00
lpsolit%gmail.com 2545c0950c Bug 304601: Bugzilla::Config's :locations exports need to be in their own 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-20 03:15:17 +00:00
vladd%bugzilla.org 897e66a53c Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 19:16:22 +00:00
lpsolit%gmail.com 0d2869cdc8 Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-06-18 06:12:35 +00:00
lpsolit%gmail.com 8604641c8f Bug 330698: Remove $::components, @::enterable_products and $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-04-03 02:07:12 +00:00
lpsolit%gmail.com 03352ccf9b Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave 2005-11-14 01:50:47 +00:00
lpsolit%gmail.com 1254fcb8c4 Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-10-31 05:31:27 +00:00
lpsolit%gmail.com f4915acec3 Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk 2005-10-26 23:15:48 +00:00
lpsolit%gmail.com 44de29d04d Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-10-25 06:11:55 +00:00
lpsolit%gmail.com 6b44875b90 Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave 2005-09-03 04:12:07 +00:00
lpsolit%gmail.com 2a5664ad1a Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-08-25 21:02:39 +00:00
lpsolit%gmail.com 8d06d1ef53 Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave 2005-08-10 08:30:39 +00:00
bugreport%peshkin.net 386cc09bdd Bug 234825: Keep duplicates.cgi from revealing products user doesnt have access to
r,a=justdave
2004-07-10 14:17:02 +00:00
kiko%async.com.br 4df1c8fd66 Fix for bug 234175: Remove deprecated ConnectToDatabase() and
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-27 11:51:43 +00:00
jocuri%softhome.net c0fc50d35b Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-27 05:00:11 +00:00
bbaetz%acm.org da857afa08 Bug 208604 - Make data/template dir locations configurable 2003-11-22 11:50:36 +00:00
gerv%gerv.net 0cd9365dbf Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by gerv; r=bbaetz, a=justdave. 2003-11-08 08:26:41 +00:00
jocuri%softhome.net c1e422c6ea Bug 221900: duplicates.cgi query fails if more than one product selected; patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave. 2003-10-26 22:01:04 +00:00
bbaetz%acm.org 9488a89065 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 08:15:19 +00:00
burnus%gmx.de 7e6f8dbfeb Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $changedsince
r=gerv, a=justdave
2003-04-29 01:29:34 +00:00
justdave%syndicomm.com 29021b187f Bug 192677: Add new test to flag failure-to-filter situations in the 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-25 03:49:27 +00:00
bbaetz%acm.org b259c4b425 Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.
r=gerv
a=justdave
2003-04-02 20:35:00 +00:00
jake%bugzilla.org 9665c0e6a0 Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
2003-03-27 08:06:37 +00:00
bbaetz%acm.org 85bb266ec5 Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
2003-02-07 15:19:01 +00:00
bbaetz%student.usyd.edu.au 6368cfad3e Bug 163290 - move DB handling code into a module
r=justdave, myk, joel, preed
a=justdave
2003-01-15 04:00:05 +00:00
bbaetz%student.usyd.edu.au 2230afc9fb Bug 176599, Improve performance of duplicates.cgi
original patch iteration by gerv, change to use Bugzilla:Search by me
r=myk, a=justdave
2002-11-10 10:50:34 +00:00
myk%mozilla.org 090d07f52d Fix for bug 178776: Eliminates warning in duplicates.cgi. 2002-11-08 10:05:20 +00:00
myk%mozilla.org 6a64cd597b Fix for bug 156548: XUL implementation of duplicates report. 2002-11-05 09:53:59 +00:00
gerv%gerv.net 3a6b7a7bb3 Bug 173808 - Use of uninitialized value in subtraction (-) at duplicates.cgi line 133. Patch by gerv; r=bbaetz. 2002-10-11 13:30:09 +00:00
bugreport%peshkin.net 65d3dc0ec3 bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv
2002-09-23 00:14:48 +00:00
gerv%gerv.net c491adcb47 Bug 146495 - clean up format ambiguities. We now have separate "format" and "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk. 2002-09-18 06:28:22 +00:00
gerv%gerv.net 618851e70c Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz. 2002-09-13 05:51:42 +00:00
bbaetz%student.usyd.edu.au 5b18c51fdf Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
2002-08-26 13:16:47 +00:00
gerv%gerv.net de177c6bdf Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch by gerv; r=bbaetz. 2002-08-16 05:57:10 +00:00
bbaetz%student.usyd.edu.au 61ddf0a328 Bug 43600 - Convert products/components to use ids instead of names.
Initial attempt by jake@bugzilla.org, updated by me
r=joel, preed
2002-08-12 12:42:42 +00:00
gerv%gerv.net a52f0b4135 Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax error. Patch by gerv; r=bbaetz. 2002-08-10 16:53:29 +00:00
gerv%gerv.net 7e0c45474f Bug 151281 - change duplicates.cgi to make one query instead of several thousand. Patch by gerv; r=myk, bbaetz. 2002-06-29 03:02:09 +00:00
gerv%gerv.net 150660ee3f Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz. 2002-04-27 06:18:53 +00:00
gerv%gerv.net 05d101e58b Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 14:24:43 +00:00