aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 90333: Bugzilla now displays an appropriate error message if a ↵myk%mozilla.org2001-09-181-0/+5
| | | | | | | user hits process_bug.cgi without specifying any bugs to change. Patch by Myk Melez <myk@mozilla.org> r=jake@acutex.net
* Fix for bug 30731 - Reassigning closed bugs from the mass change page caused ↵jake%acutex.net2001-09-151-1/+13
| | | | | | their status to be set to new. r= myk@mozilla.org, zach@zachlipton.com
* Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrappingjustdave%syndicomm.com2001-08-271-22/+58
| | | | | | entries into additional entries if they're too long to fit. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Bug 96085 - bypassing group security checks using duplicate bugsjake%acutex.net2001-08-271-2/+99
| | | | | Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
* Fix for bug 95235: variables with untrusted content were being echoed back ↵justdave%syndicomm.com2001-08-251-1/+2
| | | | | | | to the user in error messages. Those variables are now run through html_quote() first. Patch by Gavin Shelley <gavins@iplbath.com> r= justdave@syndicomm.com
* Refixing bug 95875 - The code that breakes the typed in CC list into ↵jake%acutex.net2001-08-181-4/+4
| | | | | | individual lists is now slightly more robust and allows perl to handle the splitting more efficiently (by using a space as the delimiter). r= myk@mozilla.org
* Fix for bug 95857: process_bugs.cgi sees blank address in cc: line (would ↵justdave%syndicomm.com2001-08-181-6/+4
| | | | | | | show up as __UNKNOWN__) Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Fix for bug 95747 - CC List validation (for additions) wasn't happening ↵jake%acutex.net2001-08-181-39/+58
| | | | | | until after the bug's changes were in the process of being commited. This caused problems if a typo was made in the e-mail address. r= myk@mozilla.org
* Fix for bug 95743: the role-accessible checkboxes were getting cleared if a ↵justdave%syndicomm.com2001-08-171-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
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields ↵justdave%syndicomm.com2001-08-131-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
* fix for bug 66235: process_bug.cgi: multiple product change misses the ↵zach%zachlipton.com2001-08-111-33/+193
| | | | groupset bit. Patch by Myk <myk@mozilla.org> r=Jake, oh, and it's my first checkin, yahoo!
* Fix for bug 84714 and bug 88797: You can now change bug groups from the ↵justdave%syndicomm.com2001-07-221-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
* Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net2001-07-201-53/+74
| | | | | | changed in multi-value fields. r= justdave@syndicomm.com
* Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com2001-06-271-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
* Fix for bug 15980: Password is no longer shown in the location bar on the ↵justdave%syndicomm.com2001-06-081-2/+8
| | | | | | | first page you load after logging in. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com2001-06-071-2/+2
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org
* Landing Myk's patch for bug #71767tara%tequilarista.org2001-06-031-6/+20
|
* Bugzilla was leaking information about bugs marked secure (using bug ↵jake%acutex.net2001-05-311-28/+42
| | | | | | | groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net
* Correcting my email address in the commentsjustdave%syndicomm.com2001-04-171-1/+1
|
* 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.