Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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". |