- 21 Dec, 2004 1 commit
-
-
jake%bugzilla.org authored
Patch by Frédéric Buclin <LpSolit@netscape.net> r=myk, a=justdave
-
- 14 Dec, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by me, r=wurblzap (Marc), a=justdave.
-
- 09 Dec, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 271797: avoid making target_milestone empty if usetargetmilestone=1; patch by Frédéric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave.
-
- 07 Dec, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, a=justdave.
-
- 20 Nov, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the bug owner, QA contact and reporter too many times; patch by Frédéric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave.
-
- 05 Nov, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
-
- 25 Oct, 2004 2 commits
-
-
justdave%bugzilla.org authored
[SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST message to process_bug.cgi which will remove keywords from a bug even if you don't have permissions to edit all bug fields (the "editbugs" permission). Such changes are reported in "bug changed" email notifications, so they are easily detected and reversed if someone abuses it. Patch by Myk Melez <myk@mozilla.org> r=gerv, a=justdave
-
justdave%bugzilla.org authored
Patch by Tiago R. Mello <tiago@async.com.br> r=kiko, a=justdave
-
- 04 Aug, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=kiko a=justdave
-
- 03 Aug, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 253604: When commit a bug, validate timetracking before user match; patch by Tiago R. Mello <tiago@async.com.br>; r=kiko, a=justdave.
-
- 31 Jul, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 253360: replace IF() with CASE WHEN for database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
-
- 29 Jul, 2004 2 commits
-
-
kiko%async.com.br authored
errors. Check if the time values haven't actually changed by using integer comparison (instead of string comparison). r=jouni, a=justdave.
-
kiko%async.com.br authored
needs to be positive" when changing bug. Sanitizing the AddComment bits in process_bug.cgi to only touch work_time if user is in timetrackinggroup. Fixes regression introduced in bug 252159. r=jouni,joel; a=justdave.
-
- 23 Jul, 2004 1 commit
-
-
kiko%async.com.br authored
function to Bugzilla::Bug and uses it in relevant callsites. Patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave.
-
- 21 Jul, 2004 1 commit
-
-
kiko%async.com.br authored
-
- 17 Jul, 2004 1 commit
-
-
gerv%gerv.net authored
-
- 01 Jun, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link like show_bug.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd; a=justdave.
-
- 28 Apr, 2004 1 commit
-
-
gerv%gerv.net authored
Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. Patch by gerv and Tom Karzes; r, a=justdave.
-
- 22 Apr, 2004 1 commit
-
-
timeless%mozdev.org authored
Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner and QA contact of selected component to NOOP r=justdave a=justdave
-
- 27 Mar, 2004 1 commit
-
-
kiko%async.com.br authored
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
-
- 18 Mar, 2004 2 commits
-
-
justdave%syndicomm.com authored
Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk
-
justdave%syndicomm.com authored
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
-
- 14 Feb, 2004 1 commit
-
-
gerv%gerv.net authored
Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave.
-
- 07 Nov, 2003 1 commit
-
-
jocuri%softhome.net authored
Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave.
-
- 28 Oct, 2003 1 commit
-
-
jocuri%softhome.net authored
Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk.
-
- 19 Oct, 2003 1 commit
-
-
jocuri%softhome.net authored
Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUserError('product_edit_denied'); r=bbaetz; a=justdave.
-
- 17 Oct, 2003 2 commits
-
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
-
- 16 Oct, 2003 1 commit
-
-
timeless%mozdev.org authored
patch by caduvall@glue.umd.edu r=timeless a=justdave
-
- 14 Oct, 2003 1 commit
-
-
jocuri%softhome.net authored
Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu Mannermaa); r=kiko, a=justdave.
-
- 07 Oct, 2003 1 commit
-
-
timeless%mozdev.org authored
r=joel a=justdave
-
- 14 Sep, 2003 1 commit
-
-
bbaetz%acm.org authored
r,a=justdave
-
- 13 Aug, 2003 1 commit
-
-
justdave%syndicomm.com authored
patch by Eric Selberg <erik@selberg.com> r= justdave a= justdave
-
- 24 Jul, 2003 1 commit
-
-
preed%sigkill.com authored
Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error; Patch by jocuri@softhome.net (Vlad Dascalu), r=bbaetz, a=justdave
-
- 18 Jul, 2003 2 commits
-
-
preed%sigkill.com authored
-
preed%sigkill.com authored
Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
-
- 03 Jun, 2003 1 commit
-
-
bbaetz%acm.org authored
r=myk,jake
-
- 05 May, 2003 1 commit
-
-
bbaetz%acm.org authored
r=joel, a=justdave
-
- 25 Apr, 2003 2 commits
-
-
myk%mozilla.org authored
r=bbaetz,jpreed a=justdave
-
justdave%syndicomm.com authored
Patch by Joel Peshkin <bugreport@peshkin.net> r= bbaetz, justdave a= justdave
-