summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
1999-05-26Avoid mid-air collisions (implementing a suggestion byterry%mozilla.org1-2/+41
py8ieh=bugzilla@bath.ac.uk).
1999-05-12"nospam" feature. BugZilla will no longer email the person submittingbryce-mozilla%nextbus.com1-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.
1999-05-11Oops; back out last change; was checked in by mistake (and with the wrong ↵terry%mozilla.org1-11/+8
log comment, too).
1999-05-11Remember the 'changedin' field when memorizing queries.terry%mozilla.org1-8/+11
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-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-01-28Fixed stupid typo.terry%netscape.com1-1/+1
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-2/+15
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-16When viewing a bug, make it possible to change its OS.terry%netscape.com1-1/+1
1998-12-10Got rid of some harmless warning messages.terry%netscape.com1-0/+6
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-38/+31
1998-11-18Wasn't handling spaces in components or versions correctly.terry%netscape.com1-6/+9
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-25/+29
1998-09-16Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!terry%netscape.com1-1/+1
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-221/+221
1998-09-04Give a better message, in the case that someone changes a bug that hadterry%netscape.com1-1/+3
an invalid component or version field. (Like, for example, all the new NGLayout bugs.)
1998-08-29Fixed bug 513 -- adding CC field caused crash.terry%netscape.com1-2/+2
1998-08-28Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com1-1/+1
1998-08-26Bugzilla source.terry%netscape.com1-0/+309