aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-2/+14
| | | | | | | | | 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.
* Let's outlaw whitespace in keywords.terry%mozilla.org2000-01-201-1/+1
|
* Check for and rebuild busted password stuff.terry%mozilla.org2000-01-181-0/+20
|
* Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org2000-01-171-3/+107
| | | | | | 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.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-0/+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.
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Fix perl warning.terry%mozilla.org1999-10-221-1/+1
|
* Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groupsterry%mozilla.org1999-10-121-0/+3
| | | | had isbuggroup set.
* Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1999-10-121-3/+3
| | | | in the bug.
* Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1999-10-121-5/+58
| | | | | | of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs.
* Added simple sanity checking of the dependencies table.terry%mozilla.org1999-06-021-0/+18
|
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-0/+16
| | | | | | put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
* Check qa_contact IDs.terry%netscape.com1999-03-061-3/+6
|
* Add check to make sure versions table is OK.terry%netscape.com1999-03-061-1/+19
|
* Added a "component/product" sanity check.terry%netscape.com1999-03-041-2/+20
|
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-2/+1
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-1/+2
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-57/+58
|
* Do some simple sanity checks.terry%netscape.com1998-09-011-0/+112