summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
AgeCommit message (Expand)AuthorFilesLines
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-5/+4
2005-02-02Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca1-1/+1
2005-02-01Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca1-1/+1
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-9/+6
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-6/+9
2005-01-28Bug 218771 : The error message should be more accurate on who can change fieldstravis%sedsystems.ca1-26/+32
2005-01-24Bug 34488: Add a checkbox to add self to CC listtravis%sedsystems.ca1-5/+8
2005-01-21Bug 266579 : Users without privs can confirm bugs by assigning to themselves ...travis%sedsystems.ca1-122/+161
2005-01-16Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net1-0/+11
2005-01-16Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util...jocuri%softhome.net1-2/+3
2005-01-15Bug 277621 : Uninitialized value message when changing timetracking fieldstravis%sedsystems.ca1-2/+2
2004-12-21Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ...jake%bugzilla.org1-34/+18
2004-12-14Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by...jocuri%softhome.net1-1/+1
2004-12-09Patch for bug 271797: avoid making target_milestone empty if usetargetmilesto...jocuri%softhome.net1-26/+21
2004-12-07Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schuma...jocuri%softhome.net1-1/+1
2004-11-20Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't reques...jocuri%softhome.net1-0/+1
2004-11-05Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by FrÃ...jocuri%softhome.net1-1/+0
2004-10-25[SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST m...justdave%bugzilla.org1-1/+21
2004-10-25Bug 254498: Check for comment required for time validation was too late.justdave%bugzilla.org1-32/+36
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-2/+3
2004-08-03Patch for bug 253604: When commit a bug, validate timetracking before user ma...jocuri%softhome.net1-2/+10
2004-07-31Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net1-8/+8
2004-07-29Fix for bug 216008: Time Tracking: default values cause change bugkiko%async.com.br1-1/+8
2004-07-29Fix for bug 252789: Empty timetrackinggroup causes error "hours workedkiko%async.com.br1-15/+22
2004-07-23Fix for bug 252159: centralize time validation. Adds a ValidateTimekiko%async.com.br1-13/+4
2004-07-21Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk.kiko%async.com.br1-9/+7
2004-07-18Bug 240093 - get canconfirm working again. Patch by gerv; r=joel, a=justdave.gerv%gerv.net1-6/+8
2004-06-01Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link ...jocuri%softhome.net1-0/+8
2004-04-28Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. ...gerv%gerv.net1-0/+1
2004-04-22Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner...timeless%mozdev.org1-4/+3
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+1
2004-03-18Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, pre...justdave%syndicomm.com1-0/+11
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com1-6/+5
2004-02-14Bug 233645 - fix a number of 'undef' warnings which were killing performance ...gerv%gerv.net1-2/+8
2003-11-07Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch ...jocuri%softhome.net1-1/+1
2003-10-28Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch ...jocuri%softhome.net1-0/+1
2003-10-19Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUs...jocuri%softhome.net1-3/+2
2003-10-17Correcting the previous backout attempt, apparrently typoed a version number ...justdave%syndicomm.com1-5/+5
2003-10-17Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com1-4/+4
2003-10-16Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org1-1/+1
2003-10-14Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi...jocuri%softhome.net1-0/+3
2003-10-07Bug 221264 Making no changes shouldn't affect Last modifiedtimeless%mozdev.org1-4/+6
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-5/+3
2003-08-13Bug 215962: Missing {} around implied hash reference in params to ThrowUserErrorjustdave%syndicomm.com1-1/+1
2003-07-24Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error...preed%sigkill.com1-0/+1
2003-07-18Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only.preed%sigkill.com1-1/+1
2003-07-18Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net (Vl...preed%sigkill.com1-0/+4
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-4/+6
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+5
2003-04-25Fix for bug 179510: takes group restrictions into account when sending reques...myk%mozilla.org1-1/+14