aboutsummaryrefslogtreecommitdiffstats
path: root/describekeywords.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+5
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Bug 117515 - describekeywords.cgi templatisation.gerv%gerv.net2002-02-201-54/+21
|
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bugzilla Bug 93754 describe should be #directabletimeless%mac.com2001-11-221-1/+3
| | | | r=justdave,dkl
* Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --terry%mozilla.org2000-01-231-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 byterry%mozilla.org2000-01-151-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 ofterry%mozilla.org2000-01-111-3/+8
| | | | one bug matching a keyword when there really are zero.
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-071-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".