- 07 Nov, 2003 2 commits
-
-
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.
-
jocuri%softhome.net authored
Bug 155119: reassigning bugs to a product with no components gives 'browser' error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave.
-
- 03 Nov, 2003 4 commits
-
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
[SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an administrator) can inject arbitrary SQL via the URL used to edit an existing keyword. Patch by Joel Peshkin <bugreport@peshkin.net> r= justdave, zach a= justdave
-
justdave%syndicomm.com authored
[SECURITY] Bug 209742: Under some circumstances, a user can obtain component descriptions for a product to which he does not normally have access. Patch by Ryan Cleary <tryanc@interdimensions.com> r= joel, bbaetz a= justdave
-
justdave%syndicomm.com authored
[SECURITY] Bug 209376: If you know the email address of someone who has voted on a secure bug, you can access the summary of that bug even if you do not have sufficient permissions to view the bug itself. Patch by Gervase Markham <gerv@mozilla.org> r= justdave, bbaetz a= justdave
-
- 02 Nov, 2003 7 commits
-
-
gerv%gerv.net authored
Bu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. Patch by gerv; r=bbaetz, a=justdave.
-
jocuri%softhome.net authored
Rebuilding documentation for the 2.17.5 release; the docbook system on landfill proved to be broken.
-
justdave%syndicomm.com authored
Bug 111522: Provide ability to specify MIME type of attachment when downloading - correction of url parameter name to avoid usage conflicts with other parts of Bugzilla Patch by Alex Vincent <ajvincent@juno.com> r= justdave, a= justdave
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
-
jocuri%softhome.net authored
Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.
-
- 01 Nov, 2003 2 commits
-
-
jocuri%softhome.net authored
Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once" ?; r=justdave; a=justdave.
-
jocuri%softhome.net authored
-
- 31 Oct, 2003 8 commits
-
-
kiko%async.com.br authored
a python script that submits bugs to a specified Bugzilla instance. README, docs and an example bug are included. Work done by Eric Raymond <esr@thyrsus.com> and myself. a=justdave
-
john%johnkeiser.com authored
-
jocuri%softhome.net authored
-
jocuri%softhome.net authored
-
jocuri%softhome.net authored
Bug 216703: Need PatchReader note in install docs; patch by jkeiser (John Keiser - john@johnkeiser.com); r=jake; a=jake.
-
timeless%mozdev.org authored
r=kiko a=justdave
-
jocuri%softhome.net authored
-
jocuri%softhome.net authored
Bug 47925: describe MOVED resolution in bug_status.html; patch by chaduv (caduvall@glue.umd.edu); r=kiko; a=justdave.
-
- 30 Oct, 2003 1 commit
-
-
kiko%async.com.br authored
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
-
- 29 Oct, 2003 3 commits
-
-
kiko%async.com.br authored
account the new location for knum. Here's hoping this fixes the bustage.
-
kiko%async.com.br authored
bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost <ludovic@pobox.com>, r=kiko, a=justdave.
-
kiko%async.com.br authored
when downloading. Adds a 'ctype' argument to attachment.cgi which allows one to override the content-type when viewing an attachment. Original patch by Alex Vincent <ajvincent@juno.com>; I changed it a tiny bit. r=kiko, myk. 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.
-
- 26 Oct, 2003 6 commits
-
-
jocuri%softhome.net authored
-
jocuri%softhome.net authored
Bug 221900: duplicates.cgi query fails if more than one product selected; patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave.
-
justdave%syndicomm.com authored
r= bbaetz, a= justdave
-
justdave%syndicomm.com authored
Bug 201294: showdependencygraph.cgi now uses the global IsOpenedState() sub instead of its own list of which states are open. This makes one less place to customize when sites change their statuses, and also includes UNCONFIRMED (which never got added when UNCONFIRMED was created). r= gerv, a= justdave
-
justdave%syndicomm.com authored
Bug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get hyperlinked in comments. r= timeless, a= justdave
-
justdave%syndicomm.com authored
Patch by jpyeron@pyerotechnics.com (Jason Pyeron) r= bbaetz, a= justdave
-
- 25 Oct, 2003 1 commit
-
-
myk%mozilla.org authored
Fix for bug 183788: make request mail go out when a request is created and there's no requestee but there is a cc: list
-
- 22 Oct, 2003 2 commits
-
-
jake%bugzilla.org authored
-
jake%bugzilla.org authored
-
- 19 Oct, 2003 3 commits
-
-
jocuri%softhome.net authored
Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUserError('product_edit_denied'); r=bbaetz; a=justdave.
-
jocuri%softhome.net authored
Bug 221977: Insecure dependency in require while running with -T switch at Bugzilla/Auth.pm; patch by Dave Miller (justdave@bugzilla.org); r=gerv; a=justdave.
-
jocuri%softhome.net authored
Bug 108528: knob is not a defined error message and it does not help a user find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave.
-