summaryrefslogtreecommitdiffstats
path: root/describekeywords.cgi
AgeCommit message (Collapse)AuthorFilesLines
2000-01-23Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --terry%mozilla.org1-1/+10
don't generate HTML tables with more than 50 lines, as browsers generally can't cope with huge tables.
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-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.
2000-01-11Worked around bug in older versions of MySQL that caused a report ofterry%mozilla.org1-3/+8
one bug matching a keyword when there really are zero.
2000-01-07Add support for a new "keywords" feature. This lets some centralterry%mozilla.org1-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".