aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* adding a 'can confirm' radiobutton to 'reassign by component'dmose%mozilla.org2000-03-291-0/+3
|
* allow users to watch the bugs of other usersdmose%mozilla.org2000-03-291-33/+34
|
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-221-6/+25
| | | | of different target milestones by product.
* Sigh. We now need to lock the attachments table, too, just in case aterry%mozilla.org2000-03-111-1/+1
| | | | | midair collision happens which needs to generate text which needs to look at the attachments table. Sigh.
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-111-4/+4
| | | | | the difference between new comments and people copying stuff in from old comments.
* Oops! canconfirm bit wasn't actually working.terry%mozilla.org2000-03-081-16/+9
|
* Make a universal routine to report errors in forms, so that we canterry%mozilla.org2000-02-261-55/+30
| | | | have a universal (and more noticable) way of displaying them.
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-2/+2
| | | | | bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.
* Fixed bug where it was complaining that people without permissionsterry%mozilla.org2000-02-181-0/+6
| | | | were changing the resolution, even if they weren't.
* Display all possible state transitions in a bug if the user is notterry%mozilla.org2000-02-171-0/+3
| | | | | | logged in. Since they haven't logged in, we don't know what they will be allowed to do. And users who disable cookies tend to pretty often not be logged in.
* Ignore leading and trailing whitespace when trying to decide ifterry%mozilla.org2000-02-171-0/+3
| | | | someone changed something.
* Removed stupid debugging printf.terry%mozilla.org2000-02-171-1/+0
|
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-6/+133
| | | | | | | | | | | | "editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
* Lock the tables as low-priority when writing. Maybe makes people making ↵terry%mozilla.org2000-02-161-1/+6
| | | | changes wait longer, but people doing read-only stuff should now never block for very long.
* Nothing was checking that the bug number you entered for a duplicateterry%mozilla.org2000-02-021-7/+9
| | | | bug was actually a legal bug number.
* REOPENing a bug now clears the resolution; most people will agree itterry%mozilla.org2000-02-011-0/+1
| | | | should have always had this behavior.
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-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 newterry%mozilla.org2000-01-211-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.org2000-01-201-2/+4
|
* Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org2000-01-171-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> -- whenterry%mozilla.org2000-01-151-0/+11
| | | | reassigning by component, reassign the qa contact too.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-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 reassignedterry%mozilla.org2000-01-141-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.org2000-01-141-3/+5
|
* Don't complain that the user isn't doing anything if he is actuallyterry%mozilla.org2000-01-141-4/+3
| | | | changing keywords.
* Was making changes to bugs before validating the entries in the CCterry%mozilla.org2000-01-121-9/+19
| | | | field. This caused mid-air collisions and other weirdnesses.
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-071-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.org1999-12-171-9/+38
| | | | require comments on certain operations.
* Force selection of a valid product when doing a massterry%mozilla.org1999-12-151-0/+5
| | | | reassign-to-component-owner.
* a bug fix or two and a whole bunch of sanity-checking of form submissions stuffdmose%mozilla.org1999-12-031-5/+76
|
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* 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
|