aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 71606: Duplicates not getting marked in comments which bug ↵dave%intrec.com2001-03-121-1/+1
| | | | they're a dupe of.
* Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ↵dave%intrec.com2001-03-111-32/+36
| | | | make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision.
* back out changecyeh%bluemartini.com2001-03-101-2/+4
|
* fix for 70039: Mid-air collision page confusing, users think comments will ↵cyeh%bluemartini.com2001-03-101-4/+2
| | | | be lost
* fix for bug 51670: Dependency loops are possiblecyeh%bluemartini.com2001-02-271-1/+23
| | | | | | we now search each list (dependson, blocks) to see if a bug number shows up in each list. a bug can't be dependent upon and block the same bug. also make it so you can't set a bug blocking or dependent on itself.
* Oops, typo in patch. = -> eqdave%intrec.com2001-02-241-2/+2
|
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-231-5/+4
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* Fix for bug 49306: Resolution field getting cleared on midair-collision.dave%intrec.com2001-02-221-6/+3
|
* fix for 28676 :cyeh%bluemartini.com2001-02-161-0/+22
| | | | | When a bug is marked duplicate, the reporter should be added to the bug that it duplicated. patch submitted by jake@acutex.net (Jake).
* fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org2001-02-151-5/+41
| | | | was not generating a mail. r=donm@bluemartini.com
* Cleaning up the language for matty for bug #45213tara%tequilarista.org2001-01-181-2/+2
|
* Formatting change. Trivial.gerv%gerv.net2000-12-141-1/+1
|
* Landing duplicates stuff from gervase markhamtara%tequilarista.org2000-10-241-1/+5
|
* fix for 49063: no sanity checking when setting duplicate. sanity checkingcyeh%bluemartini.com2000-08-301-0/+7
| | | | | | is done for the dup id field, but not for the originating bug id. now checks to see if the original bug id is valid as well, although i don't understand how this could get corrupted in the first place
* fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com2000-08-291-1/+1
| | | | patches by zach@zachlipton.com. Thanks!
* Re-fixing bug 30824 the correct way (which also fixes bug 46753)dave%intrec.com2000-08-131-3/+2
|
* Landing Dave Miller's patch for #25693tara%tequilarista.org2000-07-261-0/+1
|
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-141-0/+12
| | | | set the move related params.
* Keywords were already enforced to never differ only in capitalization. So, ↵terry%mozilla.org2000-07-141-2/+1
| | | | changed the code so that case no longer matters when typing in the name of a keyword.
* fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),cyeh%bluemartini.com2000-07-061-0/+1
| | | | original bug found by timeless@bemail.org
* Checkin for Bug 42851 'Use listbox with input for CC management on bug form'cyeh%bluemartini.com2000-06-221-4/+9
| | | | contributed by dave@intrec.com (Dave Miller)
* allow the reporter of a bug to change the status of a bug (e.g. reopen it) ↵endico%mozilla.org2000-06-031-0/+6
| | | | even if they don't have the editbug bit set.
* Making all system calls use paramter argumentstara%tequilarista.org2000-05-181-2/+2
|
* Add a new param, musthavemilestoneonaccept, which requires users toterry%mozilla.org2000-05-091-2/+25
| | | | set the target milestone when accepting a bug.
* 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.