aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-5/+17
* Bug 284896 : QA contact never receives mail when removed from a bugtravis%sedsystems.ca2005-03-111-1/+1
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-10/+10
* Bug 283139 : Zero out 'hours remaining' field on certain state transitions r....travis%sedsystems.ca2005-03-011-30/+52
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-251-1/+11
* Bug 212940 : Can't use an undefined value as an ARRAY reference at /http/bugz...travis%sedsystems.ca2005-02-241-14/+20
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+1
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-13/+14
* Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ...mkanat%kerio.com2005-02-171-1/+0
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-7/+12
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-5/+4
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-021-1/+1
* Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca2005-02-011-1/+1
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-9/+6
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-6/+9
* Bug 218771 : The error message should be more accurate on who can change fieldstravis%sedsystems.ca2005-01-281-26/+32
* Bug 34488: Add a checkbox to add self to CC listtravis%sedsystems.ca2005-01-241-5/+8
* Bug 266579 : Users without privs can confirm bugs by assigning to themselves ...travis%sedsystems.ca2005-01-211-122/+161
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-0/+11
* Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util...jocuri%softhome.net2005-01-161-2/+3
* Bug 277621 : Uninitialized value message when changing timetracking fieldstravis%sedsystems.ca2005-01-151-2/+2
* Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ...jake%bugzilla.org2004-12-211-34/+18
* Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by...jocuri%softhome.net2004-12-141-1/+1
* Patch for bug 271797: avoid making target_milestone empty if usetargetmilesto...jocuri%softhome.net2004-12-091-26/+21
* Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schuma...jocuri%softhome.net2004-12-071-1/+1
* Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't reques...jocuri%softhome.net2004-11-201-0/+1
* Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by FrÃ...jocuri%softhome.net2004-11-051-1/+0
* [SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST m...justdave%bugzilla.org2004-10-251-1/+21
* Bug 254498: Check for comment required for time validation was too late.justdave%bugzilla.org2004-10-251-32/+36
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-2/+3
* Patch for bug 253604: When commit a bug, validate timetracking before user ma...jocuri%softhome.net2004-08-031-2/+10
* Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net2004-07-311-8/+8
* Fix for bug 216008: Time Tracking: default values cause change bugkiko%async.com.br2004-07-291-1/+8
* Fix for bug 252789: Empty timetrackinggroup causes error "hours workedkiko%async.com.br2004-07-291-15/+22
* Fix for bug 252159: centralize time validation. Adds a ValidateTimekiko%async.com.br2004-07-231-13/+4
* Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk.kiko%async.com.br2004-07-211-9/+7
* Bug 240093 - get canconfirm working again. Patch by gerv; r=joel, a=justdave.gerv%gerv.net2004-07-171-6/+8
* Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link ...jocuri%softhome.net2004-06-011-0/+8
* Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. ...gerv%gerv.net2004-04-281-0/+1
* Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner...timeless%mozdev.org2004-04-221-4/+3
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
* Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, pre...justdave%syndicomm.com2004-03-181-0/+11
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-6/+5
* Bug 233645 - fix a number of 'undef' warnings which were killing performance ...gerv%gerv.net2004-02-141-2/+8
* Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch ...jocuri%softhome.net2003-11-071-1/+1
* Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch ...jocuri%softhome.net2003-10-281-0/+1
* Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUs...jocuri%softhome.net2003-10-191-3/+2
* Correcting the previous backout attempt, apparrently typoed a version number ...justdave%syndicomm.com2003-10-171-5/+5
* Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com2003-10-171-4/+4
* Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org2003-10-161-1/+1