aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Holger Schurig <holger@holger.om.org> -- add new localconfigterry%mozilla.org2000-01-231-17/+41
| | | | | option to skip the database check (since that code doesn't work with all versions of MySQL/Msql-mysql/Perl/moonphase).
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-2/+115
| | | | | | | | | different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.
* Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org2000-01-211-1/+154
| | | | | table. There is now a separate entry for each new long description, rather than appending them all together in one big field.
* Added a way to disable a user.terry%mozilla.org2000-01-191-1/+8
|
* Spruced up "editusers.cgi". Added an "editusers" group.terry%mozilla.org2000-01-191-0/+1
|
* Added "Windows 2000" and "Mac System 9.0" to the OS list.terry%mozilla.org2000-01-181-0/+2
|
* Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org2000-01-171-5/+50
| | | | | | of all the keywords assigned to the bug. Right now, we only have code that generates and maintains this field; soon will come code that actually uses it.
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-071-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".
* updated license boilerplatedmose%mozilla.org1999-11-021-10/+17
|
* Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing ↵terry%mozilla.org1999-10-151-2/+2
| | | | up the 'when' column in the bugs_activity table.
* Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right ↵terry%mozilla.org1999-10-151-1/+2
| | | | on the shadow directory.
* Fix invalid SQL introduced by last patch.terry%mozilla.org1999-10-151-6/+8
|
* Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONEterry%mozilla.org1999-10-131-107/+145
| | | | user in the profiles table, then this user will be promoted into all groups.
* Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all theterry%mozilla.org1999-10-121-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!