Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵ | lpsolit%gmail.com | 2009-01-25 | 1 | -0/+3 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | ||||
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 2006-09-04 | 1 | -1/+1 |
| | | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | ||||
* | Bug 343248: SQL query to get all keywords with bug count is duplicated in ↵ | mkanat%bugzilla.org | 2006-07-01 | 1 | -12/+2 |
| | | | | | | editkeywords.cgi and describekeywords.cgi Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave | ||||
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 2006-06-21 | 1 | -2/+1 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵ | lpsolit%gmail.com | 2005-10-26 | 1 | -18/+10 |
| | | | | duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk | ||||
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 2005-10-25 | 1 | -3/+2 |
| | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
| | | | | r=mkanat,wicked a=justdave | ||||
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵ | mkanat%kerio.com | 2005-03-16 | 1 | -2/+5 |
| | | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | ||||
* | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 2005-03-16 | 1 | -0/+1 |
| | | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -3/+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. | ||||
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -1/+5 |
| | | | | r=joel, a=justdave | ||||
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
| | | | | | r=justdave a=justdave | ||||
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
| | | | | r=joel x2 | ||||
* | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵ | gerv%gerv.net | 2002-04-24 | 1 | -3/+2 |
| | | | | afranke. | ||||
* | Bug 117515 - describekeywords.cgi templatisation. | gerv%gerv.net | 2002-02-20 | 1 | -54/+21 |
| | |||||
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -1/+3 |
| | | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave | ||||
* | Bugzilla Bug 93754 describe should be #directable | timeless%mac.com | 2001-11-22 | 1 | -1/+3 |
| | | | | r=justdave,dkl | ||||
* | Patch by Klaas Freitag <freitag@suse.de>, with modifications by me -- | terry%mozilla.org | 2000-01-23 | 1 | -1/+10 |
| | | | | | don't generate HTML tables with more than 50 lines, as browsers generally can't cope with huge tables. | ||||
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -1/+1 |
| | | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case. | ||||
* | Worked around bug in older versions of MySQL that caused a report of | terry%mozilla.org | 2000-01-11 | 1 | -3/+8 |
| | | | | one bug matching a keyword when there really are zero. | ||||
* | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 2000-01-07 | 1 | -0/+74 |
authority maintain a list of keywords, and users can associate any keyword with any bug. The new functionality won't appear until at least one keyword is defined. Note that you *must* run the "checksetup.pl" script after updating this change, in order to create the new required tables "keywords" and "keyworddefs". |