aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-1/+5
| | | | be fixed.
* Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on ↵terry%mozilla.org1999-09-241-0/+2
| | | | several pages that were missing it.
* Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't letterry%mozilla.org1999-09-161-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 warbryce-mozilla%nextbus.com1999-07-091-1/+1
|
* Notify by mail whenever a related bug changes status.terry%mozilla.org1999-05-281-6/+4
|
* Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1999-05-271-13/+149
| | | | other ones.
* Avoid mid-air collisions (implementing a suggestion byterry%mozilla.org1999-05-261-2/+41
| | | | py8ieh=bugzilla@bath.ac.uk).
* "nospam" feature. BugZilla will no longer email the person submittingbryce-mozilla%nextbus.com1999-05-121-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.org1999-05-111-11/+8
| | | | log comment, too).
* Remember the 'changedin' field when memorizing queries.terry%mozilla.org1999-05-111-8/+11
|
* 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.
* Fixed stupid typo.terry%netscape.com1999-01-281-1/+1
|
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-2/+15
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* When viewing a bug, make it possible to change its OS.terry%netscape.com1999-01-161-1/+1
|
* Got rid of some harmless warning messages.terry%netscape.com1998-12-101-0/+6
|
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-38/+31
|
* Wasn't handling spaces in components or versions correctly.terry%netscape.com1998-11-181-6/+9
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-25/+29
|
* Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!terry%netscape.com1998-09-161-1/+1
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-221/+221
|
* Give a better message, in the case that someone changes a bug that hadterry%netscape.com1998-09-041-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.com1998-08-291-2/+2
|
* Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com1998-08-281-1/+1
|
* Bugzilla source.terry%netscape.com1998-08-261-0/+309