Age | Commit message (Expand) | Author | Files | Lines |
2005-01-16 | Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util... | jocuri%softhome.net | 1 | -2/+3 |
2005-01-15 | Bug 277621 : Uninitialized value message when changing timetracking fields | travis%sedsystems.ca | 1 | -2/+2 |
2004-12-21 | Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ... | jake%bugzilla.org | 1 | -34/+18 |
2004-12-14 | Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by... | jocuri%softhome.net | 1 | -1/+1 |
2004-12-09 | Patch for bug 271797: avoid making target_milestone empty if usetargetmilesto... | jocuri%softhome.net | 1 | -26/+21 |
2004-12-07 | Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schuma... | jocuri%softhome.net | 1 | -1/+1 |
2004-11-20 | Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't reques... | jocuri%softhome.net | 1 | -0/+1 |
2004-11-05 | Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by FrÃ... | jocuri%softhome.net | 1 | -1/+0 |
2004-10-25 | [SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST m... | justdave%bugzilla.org | 1 | -1/+21 |
2004-10-25 | Bug 254498: Check for comment required for time validation was too late. | justdave%bugzilla.org | 1 | -32/+36 |
2004-08-05 | Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates | bugreport%peshkin.net | 1 | -2/+3 |
2004-08-03 | Patch for bug 253604: When commit a bug, validate timetracking before user ma... | jocuri%softhome.net | 1 | -2/+10 |
2004-07-31 | Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;... | jocuri%softhome.net | 1 | -8/+8 |
2004-07-29 | Fix for bug 216008: Time Tracking: default values cause change bug | kiko%async.com.br | 1 | -1/+8 |
2004-07-29 | Fix for bug 252789: Empty timetrackinggroup causes error "hours worked | kiko%async.com.br | 1 | -15/+22 |
2004-07-23 | Fix for bug 252159: centralize time validation. Adds a ValidateTime | kiko%async.com.br | 1 | -13/+4 |
2004-07-21 | Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk. | kiko%async.com.br | 1 | -9/+7 |
2004-07-18 | Bug 240093 - get canconfirm working again. Patch by gerv; r=joel, a=justdave. | gerv%gerv.net | 1 | -6/+8 |
2004-06-01 | Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link ... | jocuri%softhome.net | 1 | -0/+8 |
2004-04-28 | Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. ... | gerv%gerv.net | 1 | -0/+1 |
2004-04-22 | Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner... | timeless%mozdev.org | 1 | -4/+3 |
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+1 |
2004-03-18 | Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, pre... | justdave%syndicomm.com | 1 | -0/+11 |
2004-03-18 | Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the... | justdave%syndicomm.com | 1 | -6/+5 |
2004-02-14 | Bug 233645 - fix a number of 'undef' warnings which were killing performance ... | gerv%gerv.net | 1 | -2/+8 |
2003-11-07 | Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch ... | jocuri%softhome.net | 1 | -1/+1 |
2003-10-28 | Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch ... | jocuri%softhome.net | 1 | -0/+1 |
2003-10-19 | Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUs... | jocuri%softhome.net | 1 | -3/+2 |
2003-10-17 | Correcting the previous backout attempt, apparrently typoed a version number ... | justdave%syndicomm.com | 1 | -5/+5 |
2003-10-17 | Backing out patch from bug 108528 - failed to take i10n concerns into account | justdave%syndicomm.com | 1 | -4/+4 |
2003-10-16 | Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do | timeless%mozdev.org | 1 | -1/+1 |
2003-10-14 | Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi... | jocuri%softhome.net | 1 | -0/+3 |
2003-10-07 | Bug 221264 Making no changes shouldn't affect Last modified | timeless%mozdev.org | 1 | -4/+6 |
2003-09-14 | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 1 | -5/+3 |
2003-08-13 | Bug 215962: Missing {} around implied hash reference in params to ThrowUserError | justdave%syndicomm.com | 1 | -1/+1 |
2003-07-24 | Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error... | preed%sigkill.com | 1 | -0/+1 |
2003-07-18 | Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only. | preed%sigkill.com | 1 | -1/+1 |
2003-07-18 | Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net (Vl... | preed%sigkill.com | 1 | -0/+4 |
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -4/+6 |
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -2/+5 |
2003-04-25 | Fix for bug 179510: takes group restrictions into account when sending reques... | myk%mozilla.org | 1 | -1/+14 |
2003-04-25 | Bug 193965: On product change, user can accidentally opt-out of required grou... | justdave%syndicomm.com | 1 | -1/+2 |
2003-04-02 | Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly. | bbaetz%acm.org | 1 | -21/+29 |
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 |
2003-02-23 | Bug 194394 - Internal error after turning useqacontact off | bbaetz%acm.org | 1 | -1/+1 |
2003-02-16 | Bug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv... | gerv%gerv.net | 1 | -8/+4 |
2003-02-15 | Bug 193286: Field validation errors had the wrong page title | justdave%syndicomm.com | 1 | -6/+3 |
2003-02-10 | Bug 192513: importxml.pl and move.pl now use the new mail routines introduced... | justdave%syndicomm.com | 1 | -4/+4 |
2003-02-10 | Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a... | preed%sigkill.com | 1 | -37/+11 |
2003-02-08 | Bug 192340 - 'unknown_keyword' error doesn't mention keyword | bbaetz%acm.org | 1 | -0/+1 |