summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
2001-08-17Fix for bug 95743: the role-accessible checkboxes were getting cleared if a ↵justdave%syndicomm.com1-33/+8
user with group access had to log in to make changes to a public bug. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-13Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields ↵justdave%syndicomm.com1-0/+29
can now be given access to view a bug even if the permissions on that bug are set to a group that would normally exclude those people. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-11fix for bug 66235: process_bug.cgi: multiple product change misses the ↵zach%zachlipton.com1-33/+193
groupset bit. Patch by Myk <myk@mozilla.org> r=Jake, oh, and it's my first checkin, yahoo!
2001-07-22Fix for bug 84714 and bug 88797: You can now change bug groups from the ↵justdave%syndicomm.com1-30/+29
"change several bugs" form even if the bugs aren't all in the same groups. Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to) Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com> r= zach@zachlipton.com a= justdave@syndicomm.com
2001-07-21Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net1-53/+74
changed in multi-value fields. r= justdave@syndicomm.com
2001-06-27Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com1-11/+41
instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products. Patch by Joe Robbins <jmrobins@tgix.com> r= justdave@syndicomm.com
2001-06-08Fix for bug 15980: Password is no longer shown in the location bar on the ↵justdave%syndicomm.com1-2/+8
first page you load after logging in. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
2001-06-07Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com1-2/+2
Patch by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org
2001-06-03Landing Myk's patch for bug #71767tara%tequilarista.org1-6/+20
2001-06-01Bugzilla was leaking information about bugs marked secure (using bug ↵jake%acutex.net1-28/+42
groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com1-1/+1
2001-03-12Fix for bug 71606: Duplicates not getting marked in comments which bug ↵dave%intrec.com1-1/+1
they're a dupe of.
2001-03-11Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ↵dave%intrec.com1-32/+36
make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision.
2001-03-10back out changecyeh%bluemartini.com1-2/+4
2001-03-10fix for 70039: Mid-air collision page confusing, users think comments will ↵cyeh%bluemartini.com1-4/+2
be lost
2001-02-27fix for bug 51670: Dependency loops are possiblecyeh%bluemartini.com1-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.
2001-02-24Oops, typo in patch. = -> eqdave%intrec.com1-2/+2
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-5/+4
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22Fix for bug 49306: Resolution field getting cleared on midair-collision.dave%intrec.com1-6/+3
2001-02-16fix for 28676 :cyeh%bluemartini.com1-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).
2001-02-15fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org1-5/+41
was not generating a mail. r=donm@bluemartini.com
2001-01-18Cleaning up the language for matty for bug #45213tara%tequilarista.org1-2/+2
2000-12-14Formatting change. Trivial.gerv%gerv.net1-1/+1
2000-10-24Landing duplicates stuff from gervase markhamtara%tequilarista.org1-1/+5
2000-08-30fix for 49063: no sanity checking when setting duplicate. sanity checkingcyeh%bluemartini.com1-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
2000-08-29fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com1-1/+1
patches by zach@zachlipton.com. Thanks!
2000-08-13Re-fixing bug 30824 the correct way (which also fixes bug 46753)dave%intrec.com1-3/+2
2000-07-26Landing Dave Miller's patch for #25693tara%tequilarista.org1-0/+1
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org1-0/+12
set the move related params.
2000-07-14Keywords were already enforced to never differ only in capitalization. So, ↵terry%mozilla.org1-2/+1
changed the code so that case no longer matters when typing in the name of a keyword.
2000-07-06fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),cyeh%bluemartini.com1-0/+1
original bug found by timeless@bemail.org
2000-06-22Checkin for Bug 42851 'Use listbox with input for CC management on bug form'cyeh%bluemartini.com1-4/+9
contributed by dave@intrec.com (Dave Miller)
2000-06-03allow the reporter of a bug to change the status of a bug (e.g. reopen it) ↵endico%mozilla.org1-0/+6
even if they don't have the editbug bit set.
2000-05-18Making all system calls use paramter argumentstara%tequilarista.org1-2/+2
2000-05-09Add a new param, musthavemilestoneonaccept, which requires users toterry%mozilla.org1-2/+25
set the target milestone when accepting a bug.
2000-03-29adding a 'can confirm' radiobutton to 'reassign by component'dmose%mozilla.org1-0/+3
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-33/+34
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-6/+25
of different target milestones by product.
2000-03-11Sigh. We now need to lock the attachments table, too, just in case aterry%mozilla.org1-1/+1
midair collision happens which needs to generate text which needs to look at the attachments table. Sigh.
2000-03-11Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org1-4/+4
the difference between new comments and people copying stuff in from old comments.
2000-03-08Oops! canconfirm bit wasn't actually working.terry%mozilla.org1-16/+9
2000-02-26Make a universal routine to report errors in forms, so that we canterry%mozilla.org1-55/+30
have a universal (and more noticable) way of displaying them.
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-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.
2000-02-18Fixed bug where it was complaining that people without permissionsterry%mozilla.org1-0/+6
were changing the resolution, even if they weren't.
2000-02-18Display all possible state transitions in a bug if the user is notterry%mozilla.org1-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.
2000-02-18Ignore leading and trailing whitespace when trying to decide ifterry%mozilla.org1-0/+3
someone changed something.
2000-02-18Removed stupid debugging printf.terry%mozilla.org1-1/+0
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-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.
2000-02-16Lock the tables as low-priority when writing. Maybe makes people making ↵terry%mozilla.org1-1/+6
changes wait longer, but people doing read-only stuff should now never block for very long.
2000-02-02Nothing was checking that the bug number you entered for a duplicateterry%mozilla.org1-7/+9
bug was actually a legal bug number.