aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 117718 - Mass Change removes a bugs groupset if the bug was in thebbaetz%student.usyd.edu.au2002-04-161-4/+12
| | | | | wrong product group r=justdave x2
* Fix for bug 125660: Templatizes process_bug.cgi.myk%mozilla.org2002-04-131-260/+157
| | | | | Patch by Myk Melez <myk@mozilla.org> r=gerv,bbaetz
* Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.gerv%gerv.net2002-04-041-4/+11
|
* Fix for bug 82143 and bug 95594: Attempting to reverse dependencies falsely ↵justdave%syndicomm.com2002-04-031-14/+17
| | | | | | | | reported a circular dependency loop, and setting both the blocks and depends at the same time allowed a real dependency loop to be created. Patch by Stephen Lee <slee@wilcoxassoc.com> r= myk, justdave
* Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net2002-03-241-39/+50
|
* Fix for bug 72184: prevents users from entering too-large ↵myk%mozilla.org2002-03-111-0/+2
| | | | | | | comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Bug 97471 - The assignee and qa contact should always be able to see theirbbaetz%student.usyd.edu.au2002-02-131-9/+1
| | | | | bugs r=justdave, afranke
* Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au2002-02-051-29/+17
| | | | r=justdave, gerv
* Bug 121074 - taint error after changing bugbbaetz%student.usyd.edu.au2002-01-221-14/+12
| | | | r=daa@distributed.net,jake
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-10/+22
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bug 113975 - Changing only cc on mass change page incorrectly gives an error ↵jake%acutex.net2002-01-061-1/+4
| | | | | | that you didn't select anything to change. r= myk x2
* Fix for bug 102487: If you had "comment on product change required" turned ↵justdave%syndicomm.com2001-12-161-29/+31
| | | | | | | | | on in your installation, Bugzilla would warn you of a forgotten comment AFTER allowing you to choose new components, versions, and milestones, forcing you to hit your back button TWICE to correct your mistake. This checkin corrects that. Patch by David Kilzer <ddkilzer@theracingworld.com> r= caillon, gerv
* Fix for bug 73502: midair collision wasn't catching other bugs changing ↵justdave%syndicomm.com2001-12-111-0/+2
| | | | | | | dependencies Patch by Dave Miller r= bbaetz, jake
* Bug 108312 - The mid-air collision page was only showing the most recent ↵jake%acutex.net2001-11-271-1/+1
| | | | | | changes if two people comitted changes to a bug while you were viewing it. r=louie, myk
* Backing out previous checkin, it broke the tree. :(justdave%syndicomm.com2001-11-181-4/+2
|
* Fix for bug 102487: If admin has set preferences to require a comment on a ↵justdave%syndicomm.com2001-11-181-2/+4
| | | | | | | | product/component change, prompt the user that they forgot to comment first, before prompting for component, milestone, and version for new product. Patch by Garvase Markham <gerv@mozilla.org> r= kiko, ddk
* Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca2001-11-141-2/+5
| | | | | | mysql versions don't support. Remove the checksetup.pl restriction, too. r=jake x2
* Fix for bug 99519: timestamps were not being set correctly in the activity ↵justdave%syndicomm.com2001-11-081-6/+8
| | | | | | | | table in some situations, and the delta_ts on the bug itself was not always being updated if dependencies or CCs changed. Patch by Dave Miller <justdave@syndicomm.com> r= bbaetz, jake
* SECURITY FIX see bug 108385: Due to trusting of passed form fields that ↵justdave%syndicomm.com2001-11-061-10/+6
| | | | | | | shouldn't have been trusted, it was possible to add a comment to a bug pretending to be someone else if you edited the HTML by hand before submitting. The bug form did not include the field in question, but due to legacy processing code, the field was still trusted if it was present. Patch by Dave Miller <justdave@syndicomm.com> r= jake x2
* Bug 107718 - mass changes give all changed bugs the groupset of the firstbbaetz%cs.mcgill.ca2001-11-031-37/+20
| | | | | | | | bug in the list. Do bit fiddling instead of adding groupsets from the first bug. r=justdave, jake
* Bug 104065 - Stop uninitilized string warnings from getting into the error ↵jake%acutex.net2001-10-251-1/+1
| | | | | | | log when the login cookie doesn't exist. Patch by Dave Miller <justdave@syndicomm.com> r= gerv@mozilla.org, jake@acutex.net
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-36/+10
| | | | | | | | | | Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-7/+7
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug 98744: No more software error when the user clicks "remove cc" ↵myk%mozilla.org2001-09-291-1/+1
| | | | | | | without specifying users to remove. Fix by Jake <jake@acutex.net>. r=myk@mozilla.org, no second review needed.
* 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).