summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-26Bug 164470 - mass reassign changes UNCONFIRMED->NEWbbaetz%student.usyd.edu.au1-13/+38
r=joel x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-2/+19
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-16Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net1-61/+33
by gerv; r=bbaetz.
2002-08-15Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net1-3/+3
code-error.html.tmpl. Patch by gerv; r=bbaetz.
2002-08-14Bug 162642 - Cannot accept bugs if requiremilestone is on; regression frombbaetz%student.usyd.edu.au1-2/+2
bug 43600 r=preed x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-10/+58
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-08-01Bug 118442 - Bugzilla fails to notice if nothing has changed when editingbbaetz%student.usyd.edu.au1-2/+1
multiple bugs if no keywords have been defined patch by jake@bugzilla.org, r=bbaetz
2002-07-19Bug 157074 - verify-new-product doubles comment linefeeds on Win32bbaetz%student.usyd.edu.au1-3/+0
r=myk, jouni
2002-07-11Bug 156844 - 'use of uninitialized value in string eq' warningbbaetz%student.usyd.edu.au1-0/+2
r=jouni x2
2002-07-04Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org1-17/+77
r=bbaetz,jouni
2002-06-25Bug 157085 - verify-new-product doesn't set defaultsbbaetz%student.usyd.edu.au1-1/+20
r=jouni, gerv
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-2/+1
early enough r=mattyt, jouni
2002-06-16Bug 151369 - need to trim the entered assignee's email addressbbaetz%student.usyd.edu.au1-1/+1
r=mattyt x2
2002-05-29Bug 144728 - Midair collision doubles line feeds. Patch by ↵gerv%gerv.net1-0/+3
jouni@heikniemi.net; 2xr=justdave.
2002-04-25Bug 125066 - remove the need to set a milestone on accept for products with ↵gerv%gerv.net1-1/+2
just one milestone. Patch by zeroj; r=justdave, gerv.
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-10/+10
afranke.
2002-04-18Bug 137954 - Empty "move-button-text" field blocks changing bugs. Patch by ↵gerv%gerv.net1-1/+1
gerv, 2xr=justdave.
2002-04-16bug 117718 - Mass Change removes a bugs groupset if the bug was in thebbaetz%student.usyd.edu.au1-4/+12
wrong product group r=justdave x2
2002-04-13Fix for bug 125660: Templatizes process_bug.cgi.myk%mozilla.org1-260/+157
Patch by Myk Melez <myk@mozilla.org> r=gerv,bbaetz
2002-04-04Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.gerv%gerv.net1-4/+11
2002-04-03Fix for bug 82143 and bug 95594: Attempting to reverse dependencies falsely ↵justdave%syndicomm.com1-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
2002-03-24Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net1-39/+50
2002-03-11Fix for bug 72184: prevents users from entering too-large ↵myk%mozilla.org1-0/+2
comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
2002-02-13Bug 97471 - The assignee and qa contact should always be able to see theirbbaetz%student.usyd.edu.au1-9/+1
bugs r=justdave, afranke
2002-02-05Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au1-29/+17
r=justdave, gerv
2002-01-23Bug 121074 - taint error after changing bugbbaetz%student.usyd.edu.au1-14/+12
r=daa@distributed.net,jake
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-10/+22
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2002-01-06Bug 113975 - Changing only cc on mass change page incorrectly gives an error ↵jake%acutex.net1-1/+4
that you didn't select anything to change. r= myk x2
2001-12-16Fix for bug 102487: If you had "comment on product change required" turned ↵justdave%syndicomm.com1-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
2001-12-11Fix for bug 73502: midair collision wasn't catching other bugs changing ↵justdave%syndicomm.com1-0/+2
dependencies Patch by Dave Miller r= bbaetz, jake
2001-11-28Bug 108312 - The mid-air collision page was only showing the most recent ↵jake%acutex.net1-1/+1
changes if two people comitted changes to a bug while you were viewing it. r=louie, myk
2001-11-18Backing out previous checkin, it broke the tree. :(justdave%syndicomm.com1-4/+2
2001-11-18Fix for bug 102487: If admin has set preferences to require a comment on a ↵justdave%syndicomm.com1-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
2001-11-15Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca1-2/+5
mysql versions don't support. Remove the checksetup.pl restriction, too. r=jake x2
2001-11-08Fix for bug 99519: timestamps were not being set correctly in the activity ↵justdave%syndicomm.com1-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
2001-11-06SECURITY FIX see bug 108385: Due to trusting of passed form fields that ↵justdave%syndicomm.com1-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
2001-11-03Bug 107718 - mass changes give all changed bugs the groupset of the firstbbaetz%cs.mcgill.ca1-37/+20
bug in the list. Do bit fiddling instead of adding groupsets from the first bug. r=justdave, jake
2001-10-25Bug 104065 - Stop uninitilized string warnings from getting into the error ↵jake%acutex.net1-1/+1
log when the login cookie doesn't exist. Patch by Dave Miller <justdave@syndicomm.com> r= gerv@mozilla.org, jake@acutex.net
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-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
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-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
2001-09-29Fix for bug 98744: No more software error when the user clicks "remove cc" ↵myk%mozilla.org1-1/+1
without specifying users to remove. Fix by Jake <jake@acutex.net>. r=myk@mozilla.org, no second review needed.
2001-09-18Fix for bug 90333: Bugzilla now displays an appropriate error message if a ↵myk%mozilla.org1-0/+5
user hits process_bug.cgi without specifying any bugs to change. Patch by Myk Melez <myk@mozilla.org> r=jake@acutex.net
2001-09-15Fix for bug 30731 - Reassigning closed bugs from the mass change page caused ↵jake%acutex.net1-1/+13
their status to be set to new. r= myk@mozilla.org, zach@zachlipton.com
2001-08-27Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrappingjustdave%syndicomm.com1-22/+58
entries into additional entries if they're too long to fit. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
2001-08-27Bug 96085 - bypassing group security checks using duplicate bugsjake%acutex.net1-2/+99
Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
2001-08-25Fix for bug 95235: variables with untrusted content were being echoed back ↵justdave%syndicomm.com1-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
2001-08-18Refixing bug 95875 - The code that breakes the typed in CC list into ↵jake%acutex.net1-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
2001-08-18Fix for bug 95857: process_bugs.cgi sees blank address in cc: line (would ↵justdave%syndicomm.com1-6/+4
show up as __UNKNOWN__) Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-18Fix for bug 95747 - CC List validation (for additions) wasn't happening ↵jake%acutex.net1-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