Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a "votes" field to the bugs table, which caches the total number | terry%mozilla.org | 1999-10-12 | 1 | -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.org | 1999-06-02 | 1 | -0/+18 |
| | |||||
* | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 1999-03-12 | 1 | -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.com | 1999-03-06 | 1 | -3/+6 |
| | |||||
* | Add check to make sure versions table is OK. | terry%netscape.com | 1999-03-06 | 1 | -1/+19 |
| | |||||
* | Added a "component/product" sanity check. | terry%netscape.com | 1999-03-04 | 1 | -2/+20 |
| | |||||
* | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1998-11-21 | 1 | -2/+1 |
| | |||||
* | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1998-11-17 | 1 | -1/+2 |
| | |||||
* | Everything has been ported to now run under Perl. | terry%netscape.com | 1998-09-16 | 1 | -57/+58 |
| | |||||
* | Do some simple sanity checks. | terry%netscape.com | 1998-09-01 | 1 | -0/+112 |