Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a new table fielddefs that records information about the | terry%mozilla.org | 2000-01-22 | 1 | -4/+16 |
| | | | | | | | | | 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 new | terry%mozilla.org | 2000-01-21 | 1 | -1/+1 |
| | | | | | table. There is now a separate entry for each new long description, rather than appending them all together in one big field. | ||||
* | Allow whitespace to be used to separate keywords. | terry%mozilla.org | 2000-01-20 | 1 | -2/+4 |
| | |||||
* | Added a "keywords" field to a bug, which is a cached string-based copy | terry%mozilla.org | 2000-01-17 | 1 | -18/+19 |
| | | | | | | 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. | ||||
* | Checked in patch by Dawn Endico <endico@mozilla.org> -- when | terry%mozilla.org | 2000-01-15 | 1 | -0/+11 |
| | | | | reassigning by component, reassign the qa contact too. | ||||
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -2/+16 |
| | | | | | | | 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. | ||||
* | Send one last email notification to people when a bug gets reassigned | terry%mozilla.org | 2000-01-14 | 1 | -1/+4 |
| | | | | away from them or they get removed from the CC list. | ||||
* | Was sometimes putting a silly timestamp in the change log. | terry%mozilla.org | 2000-01-14 | 1 | -3/+5 |
| | |||||
* | Don't complain that the user isn't doing anything if he is actually | terry%mozilla.org | 2000-01-14 | 1 | -4/+3 |
| | | | | changing keywords. | ||||
* | Was making changes to bugs before validating the entries in the CC | terry%mozilla.org | 2000-01-12 | 1 | -9/+19 |
| | | | | field. This caused mid-air collisions and other weirdnesses. | ||||
* | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 2000-01-07 | 1 | -4/+76 |
| | | | | | | | | | | | | 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". | ||||
* | Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla ↵ | terry%mozilla.org | 1999-12-17 | 1 | -9/+38 |
| | | | | require comments on certain operations. | ||||
* | Force selection of a valid product when doing a mass | terry%mozilla.org | 1999-12-15 | 1 | -0/+5 |
| | | | | reassign-to-component-owner. | ||||
* | a bug fix or two and a whole bunch of sanity-checking of form submissions stuff | dmose%mozilla.org | 1999-12-03 | 1 | -5/+76 |
| | |||||
* | updated license boilerplate | dmose%mozilla.org | 1999-11-02 | 1 | -14/+15 |
| | |||||
* | Added the ability for users to "vote" on which bugs they think should | terry%mozilla.org | 1999-10-08 | 1 | -1/+5 |
| | | | | be fixed. | ||||
* | Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on ↵ | terry%mozilla.org | 1999-09-24 | 1 | -0/+2 |
| | | | | several pages that were missing it. | ||||
* | Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let | terry%mozilla.org | 1999-09-16 | 1 | -2/+2 |
| | | | | | use "when" as a column name, so let's change our usage while it's still easy to do so. | ||||
* | More tiny battles in the HTML syntax error war | bryce-mozilla%nextbus.com | 1999-07-09 | 1 | -1/+1 |
| | |||||
* | Notify by mail whenever a related bug changes status. | terry%mozilla.org | 1999-05-28 | 1 | -6/+4 |
| | |||||
* | Added dependencies, so that you can mark which bugs depend on which | terry%mozilla.org | 1999-05-27 | 1 | -13/+149 |
| | | | | other ones. | ||||
* | Avoid mid-air collisions (implementing a suggestion by | terry%mozilla.org | 1999-05-26 | 1 | -2/+41 |
| | | | | py8ieh=bugzilla@bath.ac.uk). | ||||
* | "nospam" feature. BugZilla will no longer email the person submitting | bryce-mozilla%nextbus.com | 1999-05-12 | 1 | -8/+11 |
| | | | | | | the change (after all, they are right there viewing things interactively). To make this clear to everyone, print out the exact email list as each bug is processed. | ||||
* | Oops; back out last change; was checked in by mistake (and with the wrong ↵ | terry%mozilla.org | 1999-05-11 | 1 | -11/+8 |
| | | | | log comment, too). | ||||
* | Remember the 'changedin' field when memorizing queries. | terry%mozilla.org | 1999-05-11 | 1 | -8/+11 |
| | |||||
* | 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. | ||||
* | Fixed stupid typo. | terry%netscape.com | 1999-01-28 | 1 | -1/+1 |
| | |||||
* | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1999-01-28 | 1 | -2/+15 |
| | | | | turned on): target_milestone, qa_contact, and status_whiteboard. | ||||
* | When viewing a bug, make it possible to change its OS. | terry%netscape.com | 1999-01-16 | 1 | -1/+1 |
| | |||||
* | Got rid of some harmless warning messages. | terry%netscape.com | 1998-12-10 | 1 | -0/+6 |
| | |||||
* | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1998-11-21 | 1 | -38/+31 |
| | |||||
* | Wasn't handling spaces in components or versions correctly. | terry%netscape.com | 1998-11-18 | 1 | -6/+9 |
| | |||||
* | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1998-11-17 | 1 | -25/+29 |
| | |||||
* | Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops! | terry%netscape.com | 1998-09-16 | 1 | -1/+1 |
| | |||||
* | Everything has been ported to now run under Perl. | terry%netscape.com | 1998-09-16 | 1 | -221/+221 |
| | |||||
* | Give a better message, in the case that someone changes a bug that had | terry%netscape.com | 1998-09-04 | 1 | -1/+3 |
| | | | | | an invalid component or version field. (Like, for example, all the new NGLayout bugs.) | ||||
* | Fixed bug 513 -- adding CC field caused crash. | terry%netscape.com | 1998-08-29 | 1 | -2/+2 |
| | |||||
* | Fixed bug 538 -- can now search through summary and description fields. | terry%netscape.com | 1998-08-28 | 1 | -1/+1 |
| | |||||
* | Bugzilla source. | terry%netscape.com | 1998-08-26 | 1 | -0/+309 |