summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2000-01-07Add support for a new "keywords" feature. This lets some centralterry%mozilla.org1-0/+13
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".
1999-11-02updated license boilerplatedmose%mozilla.org1-10/+17
1999-10-15Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing ↵terry%mozilla.org1-2/+2
up the 'when' column in the bugs_activity table.
1999-10-15Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right ↵terry%mozilla.org1-1/+2
on the shadow directory.
1999-10-15Fix invalid SQL introduced by last patch.terry%mozilla.org1-6/+8
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONEterry%mozilla.org1-107/+145
user in the profiles table, then this user will be promoted into all groups.
1999-10-13Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all theterry%mozilla.org1-0/+931
yicky old make*.sh files and the CHANGES file with a new, nifty checksetup.pl file that knows how to create a setup from scratch as well as upgrade an older setup to a new one. Very cool stuff!