Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-23 | fix for 66876: Using userids (mediumint) for initialowner and initialqacontact | cyeh%bluemartini.com | 1 | -5/+2 | |
based on patch submitted by baulig@suse.de (Martin Baulig). | |||||
2001-01-20 | Landing suggested addition from Bernd Eckenfels for bug # 56822 | tara%tequilarista.org | 1 | -0/+3 | |
2000-09-20 | Oops! This was changed a couple of months ago in such a way that a | terry%mozilla.org | 1 | -1/+1 | |
large class of problems wouldn't be reported. (It wouldn't show most cases where a table had an invalid ID pointing into another table.) | |||||
2000-08-29 | use big sql tables because checking keywords requires a fairly huge query | endico%mozilla.org | 1 | -0/+1 | |
2000-07-26 | Landing Adam Spiers' contributions for security and small functional issues | tara%tequilarista.org | 1 | -19/+28 | |
2000-07-06 | If bugs with an invalid product/component are found, provide a link to bring ↵ | terry%mozilla.org | 1 | -1/+3 | |
up the list of invalid bugs. | |||||
2000-06-29 | fix for bug #44040 "sanitycheck.cgi dies if apostrophes in product, ↵ | cyeh%bluemartini.com | 1 | -3/+3 | |
component, version, or milestone". thanks to dave@intrec.com (Dave Miller) for the patch | |||||
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 1 | -0/+19 | |
of different target milestones by product. | |||||
2000-01-24 | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 1 | -1/+2 | |
the database, rather than in cookies. This means you have to log in to use these features, but I have plans that require them to be server-side. (Besides, some people were beginning to run out of cookie space.) | |||||
2000-01-23 | Added much more crosschecks, and simplified a lot of the code. | terry%mozilla.org | 1 | -83/+67 | |
2000-01-23 | Honor the emailregexp param when checking email addresses. | terry%mozilla.org | 1 | -1/+3 | |
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -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. | |||||
2000-01-20 | Let's outlaw whitespace in keywords. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-18 | Check for and rebuild busted password stuff. | terry%mozilla.org | 1 | -0/+20 | |
2000-01-17 | Added a "keywords" field to a bug, which is a cached string-based copy | terry%mozilla.org | 1 | -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. | |||||
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -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. | |||||
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 | |
1999-10-22 | Fix perl warning. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-13 | Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groups | terry%mozilla.org | 1 | -0/+3 | |
had isbuggroup set. | |||||
1999-10-12 | Updating the vote cache should not update the date-last-changed field | terry%mozilla.org | 1 | -3/+3 | |
in the bug. | |||||
1999-10-12 | Added a "votes" field to the bugs table, which caches the total number | terry%mozilla.org | 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. | |||||
1999-06-02 | Added simple sanity checking of the dependencies table. | terry%mozilla.org | 1 | -0/+18 | |
1999-03-12 | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 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. | |||||
1999-03-06 | Check qa_contact IDs. | terry%netscape.com | 1 | -3/+6 | |
1999-03-06 | Add check to make sure versions table is OK. | terry%netscape.com | 1 | -1/+19 | |
1999-03-04 | Added a "component/product" sanity check. | terry%netscape.com | 1 | -2/+20 | |
1998-11-21 | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1 | -2/+1 | |
1998-11-17 | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1 | -1/+2 | |
1998-09-16 | Everything has been ported to now run under Perl. | terry%netscape.com | 1 | -57/+58 | |
1998-09-01 | Do some simple sanity checks. | terry%netscape.com | 1 | -0/+112 | |