summaryrefslogtreecommitdiffstats
path: root/editkeywords.cgi
AgeCommit message (Collapse)AuthorFilesLines
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-2/+10
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/+379
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".