aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 90333: Bugzilla now displays an appropriate error message if a us...myk%mozilla.org2001-09-181-0/+5
* Fix for bug 30731 - Reassigning closed bugs from the mass change page caused ...jake%acutex.net2001-09-151-1/+13
* Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrappingjustdave%syndicomm.com2001-08-271-22/+58
* Bug 96085 - bypassing group security checks using duplicate bugsjake%acutex.net2001-08-271-2/+99
* Fix for bug 95235: variables with untrusted content were being echoed back to...justdave%syndicomm.com2001-08-251-1/+2
* Refixing bug 95875 - The code that breakes the typed in CC list into individu...jake%acutex.net2001-08-181-4/+4
* Fix for bug 95857: process_bugs.cgi sees blank address in cc: line (would sho...justdave%syndicomm.com2001-08-181-6/+4
* Fix for bug 95747 - CC List validation (for additions) wasn't happening until...jake%acutex.net2001-08-181-39/+58
* Fix for bug 95743: the role-accessible checkboxes were getting cleared if a u...justdave%syndicomm.com2001-08-171-33/+8
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c...justdave%syndicomm.com2001-08-131-0/+29
* fix for bug 66235: process_bug.cgi: multiple product change misses the groups...zach%zachlipton.com2001-08-111-33/+193
* Fix for bug 84714 and bug 88797: You can now change bug groups from the "chan...justdave%syndicomm.com2001-07-221-30/+29
* Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net2001-07-201-53/+74
* Fix for bug 80289: Group restrictions are now identified with checkboxes inst...justdave%syndicomm.com2001-06-271-11/+41
* Fix for bug 15980: Password is no longer shown in the location bar on the fir...justdave%syndicomm.com2001-06-081-2/+8
* Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com2001-06-071-2/+2
* Landing Myk's patch for bug #71767tara%tequilarista.org2001-06-031-6/+20
* Bugzilla was leaking information about bugs marked secure (using bug groups)....jake%acutex.net2001-05-311-28/+42
* 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 they'r...dave%intrec.com2001-03-121-1/+1
* Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ma...dave%intrec.com2001-03-111-32/+36
* back out changecyeh%bluemartini.com2001-03-101-2/+4
* fix for 70039: Mid-air collision page confusing, users think comments will be...cyeh%bluemartini.com2001-03-101-4/+2
* fix for bug 51670: Dependency loops are possiblecyeh%bluemartini.com2001-02-271-1/+23
* 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
* 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
* fix for bug found in original 17464 patch, where removal from the CC list was...dmose%mozilla.org2001-02-151-5/+41
* 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
* fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com2000-08-291-1/+1
* 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 se...endico%mozilla.org2000-07-141-0/+12
* Keywords were already enforced to never differ only in capitalization. So, c...terry%mozilla.org2000-07-141-2/+1
* fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),cyeh%bluemartini.com2000-07-061-0/+1
* Checkin for Bug 42851 'Use listbox with input for CC management on bug form'cyeh%bluemartini.com2000-06-221-4/+9
* allow the reporter of a bug to change the status of a bug (e.g. reopen it) ev...endico%mozilla.org2000-06-031-0/+6
* 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
* 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
* Sigh. We now need to lock the attachments table, too, just in case aterry%mozilla.org2000-03-111-1/+1
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-111-4/+4
* 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