]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
21 years agoBug 226682 - make it possible to edit series. This also changes the Series object...
gerv%gerv.net [Mon, 8 Dec 2003 06:43:19 +0000 (06:43 +0000)] 
Bug 226682 - make it possible to edit series. This also changes the Series object interface a bit. Patch by gerv; r=kiko, a=justdave.

21 years agoBug 218568 - Clean up charting UI. Having played with it for a bit, it needed work...
gerv%gerv.net [Mon, 8 Dec 2003 06:41:53 +0000 (06:41 +0000)] 
Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed work. Patch by gerv; r=kiko, a=justdave.

21 years agoFix for bug 227213: Chomping murder in token emails and pages. Fix
kiko%async.com.br [Mon, 8 Dec 2003 05:12:41 +0000 (05:12 +0000)] 
Fix for bug 227213: Chomping murder in token emails and pages. Fix
chomping issues, a spurious   in an email template, and minor
rewordings to make the text prettier -- oh, I realize this isn't Chaucer
yet, but who knows? r=jouni, a=justdave.

21 years agoFix for bug 226982: Move password change code into Bugzilla::Auth (part
kiko%async.com.br [Sun, 7 Dec 2003 10:11:00 +0000 (10:11 +0000)] 
Fix for bug 226982: Move password change code into Bugzilla::Auth (part
1). Factored code out from Bugzilla::Auth::DB->authenticate() into
separate methods so we can use them externally. Add extra API to DB.pm,
which is currently used only internally (pending part 2). r=bbaetz, a=justdave

21 years agoBug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only...
justdave%syndicomm.com [Sun, 7 Dec 2003 09:47:18 +0000 (09:47 +0000)] 
Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper.
r=bbaetz, a=justdave

21 years agoBug 166346: Set html title attribute (tooltip) for local dot -drawn dependency graphs...
jouni%heikniemi.net [Thu, 4 Dec 2003 02:31:52 +0000 (02:31 +0000)] 
Bug 166346: Set html title attribute (tooltip) for local dot -drawn dependency graphs. r=kiko, justdave; a=justdave

21 years agoBug 226932: flag request email sends ' ' in subject. Remove
kiko%async.com.br [Mon, 1 Dec 2003 20:24:33 +0000 (20:24 +0000)] 
Bug 226932: flag request email sends ' ' in subject. Remove
entities that were introduced by the fix for bug 13540. Patch by Stephen
Reindl <sr@stephenreindl.de>, r=kiko, a=justdave

21 years agoUltra-trivial single-word fix, r=ssdbot
kiko%async.com.br [Thu, 27 Nov 2003 09:10:58 +0000 (09:10 +0000)] 
Ultra-trivial single-word fix, r=ssdbot

21 years agoBug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a
kiko%async.com.br [Thu, 27 Nov 2003 09:00:59 +0000 (09:00 +0000)] 
Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a
logout() method that is proxied through Bugzilla.pm's logout(), and fix
callers to use it.  r=justdave, bbaetz, a=justdave

21 years agoBug 226229: Query.cgi HTML Transitional 4.01 validation fails for
kiko%async.com.br [Thu, 27 Nov 2003 02:57:50 +0000 (02:57 +0000)] 
Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for
query.cgi. Fixes outstanding validation issues. patch by Anthony
Christofides, r=kiko, a=justdave

21 years agoBug 226027: Use the Perl CGI module to send cookies.
justdave%syndicomm.com [Sun, 23 Nov 2003 17:48:10 +0000 (17:48 +0000)] 
Bug 226027: Use the Perl CGI module to send cookies.
r=bbaetz, a=justdave

21 years agoBug 226284 - slow queries for creation_ts
bbaetz%acm.org [Sun, 23 Nov 2003 17:31:44 +0000 (17:31 +0000)] 
Bug 226284 - slow queries for creation_ts
r,a=justdave

21 years agoBug 221460: perl syncronisation script for ldap (contrib)
justdave%syndicomm.com [Sat, 22 Nov 2003 14:10:24 +0000 (14:10 +0000)] 
Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas Höfler <andreas.hoefler@bearingpoint.com>
a= justdave

21 years agoBug 208604 - Make data/template dir locations configurable
bbaetz%acm.org [Sat, 22 Nov 2003 11:50:36 +0000 (11:50 +0000)] 
Bug 208604 - Make data/template dir locations configurable

21 years agoBug 220642 - Setting pref 'maxusermatches' to '0' does not search for all
bbaetz%acm.org [Sat, 22 Nov 2003 11:32:51 +0000 (11:32 +0000)] 
Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for all
possibilities.
Patch by Andreas Ho¶fle, r=bbaetz, a=myk

21 years agoFix for bug 226469: labels the votes column in the RDF buglist output as containing...
myk%mozilla.org [Sat, 22 Nov 2003 07:15:40 +0000 (07:15 +0000)] 
Fix for bug 226469: labels the votes column in the RDF buglist output as containing Integer values so they sort correctly in RDF-slurping clients.

21 years agoBug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave.
jocuri%softhome.net [Fri, 21 Nov 2003 18:00:51 +0000 (18:00 +0000)] 
Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave.

21 years agoFix for bug 226217: check_languages bustage resulting from sanitizing in
kiko%async.com.br [Fri, 21 Nov 2003 04:21:16 +0000 (04:21 +0000)] 
Fix for bug 226217: check_languages bustage resulting from sanitizing in
bug 199502. Applied myk's suggestion in patch checked in. r=myk, a=myk.

21 years agoFix for bug 226207: Internal Server Error while requesting an attachment
kiko%async.com.br [Fri, 21 Nov 2003 03:55:44 +0000 (03:55 +0000)] 
Fix for bug 226207: Internal Server Error while requesting an attachment
flag. Simple namespace fix. r=myk, a=myk.

21 years agoBug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ctype define...
jocuri%softhome.net [Thu, 20 Nov 2003 14:22:14 +0000 (14:22 +0000)] 
Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ctype defined; r=kiko; a=justdave.

21 years agoBug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html...
jouni%heikniemi.net [Wed, 19 Nov 2003 14:42:04 +0000 (14:42 +0000)] 
Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@.
r=myk, a=justdave

21 years agoBug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use Refresh...
jouni%heikniemi.net [Wed, 19 Nov 2003 14:29:20 +0000 (14:29 +0000)] 
Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use Refresh HTTP header (on IIS only). r=justdave,a=justdave

21 years ago226061 - someone forgot to tell editgroups that regexps are applied at runtime, not...
caillon%returnzero.com [Wed, 19 Nov 2003 02:55:44 +0000 (02:55 +0000)] 
226061 - someone forgot to tell editgroups that regexps are applied at runtime, not on account creation.
r=joel,a=justdave

21 years agoBug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
jocuri%softhome.net [Sun, 16 Nov 2003 17:30:06 +0000 (17:30 +0000)] 
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.

21 years agoBug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv; r...
gerv%gerv.net [Sat, 15 Nov 2003 07:04:17 +0000 (07:04 +0000)] 
Bug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv; r=jouni, a=justdave.

21 years agoBug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave.
jocuri%softhome.net [Fri, 14 Nov 2003 18:22:04 +0000 (18:22 +0000)] 
Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave.

21 years agoBug 219358 - Make attachments with all supported MIME types viewable in the edit...
gerv%gerv.net [Fri, 14 Nov 2003 07:44:06 +0000 (07:44 +0000)] 
Bug 219358 - Make attachments with all supported MIME types viewable in the edit page. Patch by gerv; r=kiko, r,a=justdave.

21 years agocontrib/cvs-update.sh should be in Perl. r=zach, a=justdave
jouni%heikniemi.net [Tue, 11 Nov 2003 13:58:52 +0000 (13:58 +0000)] 
contrib/cvs-update.sh should be in Perl. r=zach, a=justdave

21 years agoBug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk.
jocuri%softhome.net [Tue, 11 Nov 2003 01:56:03 +0000 (01:56 +0000)] 
Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk.

21 years agoBump version number to 2.17.6 bugzilla-2.17.6 release-2.17.6
justdave%syndicomm.com [Mon, 10 Nov 2003 11:56:38 +0000 (11:56 +0000)] 
Bump version number to 2.17.6

21 years agoBug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk.
jocuri%softhome.net [Mon, 10 Nov 2003 05:07:25 +0000 (05:07 +0000)] 
Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk.

21 years agoBug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a...
gerv%gerv.net [Sun, 9 Nov 2003 05:49:18 +0000 (05:49 +0000)] 
Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a=myk.

21 years agoBug 225081 - Tests are failing due to checkin for bug 223913. Sorry about that -...
gerv%gerv.net [Sun, 9 Nov 2003 02:51:07 +0000 (02:51 +0000)] 
Bug 225081 - Tests are failing due to checkin for bug 223913. Sorry about that - it worked on my machine, but not any machine without the excluded template. Doh. Patch by gerv; r,a=mozbot.

21 years agoBug 224913 - Need tests to check whether any templates uses the bareword "bug" or...
gerv%gerv.net [Sun, 9 Nov 2003 02:09:22 +0000 (02:09 +0000)] 
Bug 224913 - Need tests to check whether any templates uses the bareword "bug" or variations. Patch by gerv; r,a=justdave.

21 years agoBug 195530 - Make javascript version of buglists available, part 2. This is a securit...
gerv%gerv.net [Sun, 9 Nov 2003 02:04:36 +0000 (02:04 +0000)] 
Bug 195530 - Make javascript version of buglists available, part 2. This is a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave.

21 years agoBug 221160 - crash if illegal date specified in new charts date range. Patch by gerv...
gerv%gerv.net [Sat, 8 Nov 2003 08:27:43 +0000 (08:27 +0000)] 
Bug 221160 - crash if illegal date specified in new charts date range. Patch by gerv; r=kiko, a=justdave.

21 years agoBug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by gerv; r...
gerv%gerv.net [Sat, 8 Nov 2003 08:26:41 +0000 (08:26 +0000)] 
Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by gerv; r=bbaetz, a=justdave.

21 years agoBug 222564 - The chart made when creating a new Product/Component is not public....
gerv%gerv.net [Sat, 8 Nov 2003 08:25:21 +0000 (08:25 +0000)] 
Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave.

21 years agoBug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk.
jocuri%softhome.net [Sat, 8 Nov 2003 07:23:55 +0000 (07:23 +0000)] 
Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk.

21 years agoBug 198460: Better wording for create account to stress valid email address; r=kiko...
jocuri%softhome.net [Fri, 7 Nov 2003 16:27:12 +0000 (16:27 +0000)] 
Bug 198460: Better wording for create account to stress valid email address; r=kiko; a=justdave.

21 years agoBug 219475: The check for null db entries in process_bug.cgi is wrong; patch by Chuck...
jocuri%softhome.net [Fri, 7 Nov 2003 16:05:01 +0000 (16:05 +0000)] 
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.

21 years agoBug 155119: reassigning bugs to a product with no components gives 'browser' error...
jocuri%softhome.net [Fri, 7 Nov 2003 05:55:25 +0000 (05:55 +0000)] 
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.

21 years agoBump version number for release bugzilla-2.17.5 release-2.17.5
justdave%syndicomm.com [Mon, 3 Nov 2003 11:33:36 +0000 (11:33 +0000)] 
Bump version number for release

21 years ago[SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an adminis...
justdave%syndicomm.com [Mon, 3 Nov 2003 11:31:30 +0000 (11:31 +0000)] 
[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

21 years ago[SECURITY] Bug 209742: Under some circumstances, a user can obtain component descript...
justdave%syndicomm.com [Mon, 3 Nov 2003 11:25:51 +0000 (11:25 +0000)] 
[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

21 years ago[SECURITY] Bug 209376: If you know the email address of someone who has voted on...
justdave%syndicomm.com [Mon, 3 Nov 2003 11:20:49 +0000 (11:20 +0000)] 
[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

21 years agoBu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. Patch...
gerv%gerv.net [Sun, 2 Nov 2003 23:22:41 +0000 (23:22 +0000)] 
Bu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. Patch by gerv; r=bbaetz, a=justdave.

21 years agoRebuilding documentation for the 2.17.5 release; the docbook system on landfill prove...
jocuri%softhome.net [Sun, 2 Nov 2003 22:04:28 +0000 (22:04 +0000)] 
Rebuilding documentation for the 2.17.5 release; the docbook system on landfill proved to be broken.

21 years agoBug 111522: Provide ability to specify MIME type of attachment when downloading ...
justdave%syndicomm.com [Sun, 2 Nov 2003 15:36:10 +0000 (15:36 +0000)] 
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

21 years agoRecompile docs (again) for release (for one lousy stinking paragraph)
justdave%syndicomm.com [Sun, 2 Nov 2003 11:11:54 +0000 (11:11 +0000)] 
Recompile docs (again) for release (for one lousy stinking paragraph)

21 years agoAdding reference to current version of the docs being on the web
justdave%syndicomm.com [Sun, 2 Nov 2003 10:37:21 +0000 (10:37 +0000)] 
Adding reference to current version of the docs being on the web

21 years agoRecompiled docs for release
justdave%syndicomm.com [Sun, 2 Nov 2003 10:00:00 +0000 (10:00 +0000)] 
Recompiled docs for release

21 years agoBug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch...
jocuri%softhome.net [Sun, 2 Nov 2003 04:02:47 +0000 (04:02 +0000)] 
Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.

21 years agoBug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once...
jocuri%softhome.net [Sat, 1 Nov 2003 17:51:41 +0000 (17:51 +0000)] 
Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once" ?; r=justdave; a=justdave.

21 years agoFix for bug 190611: Query page crashes if any product has no versions defined; r...
jocuri%softhome.net [Sat, 1 Nov 2003 03:06:59 +0000 (03:06 +0000)] 
Fix for bug 190611: Query page crashes if any product has no versions defined; r=kiko; a=justdave.

21 years agoFix for Bug 220724: Provide standalone bug submission program. Includes
kiko%async.com.br [Fri, 31 Oct 2003 22:00:19 +0000 (22:00 +0000)] 
Fix for Bug 220724: Provide standalone bug submission program. Includes
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

21 years agoAdd user documentation for Patch Viewer (bug 216707)
john%johnkeiser.com [Fri, 31 Oct 2003 08:01:11 +0000 (08:01 +0000)] 
Add user documentation for Patch Viewer (bug 216707)

21 years agoRebuilding documentation for Bugzilla 2.17.5.
jocuri%softhome.net [Fri, 31 Oct 2003 05:23:59 +0000 (05:23 +0000)] 
Rebuilding documentation for Bugzilla 2.17.5.

21 years agoBug 224218: Fix wrong version in administration.xml; r=kiko; a=justdave.
jocuri%softhome.net [Fri, 31 Oct 2003 04:45:26 +0000 (04:45 +0000)] 
Bug 224218: Fix wrong version in administration.xml; r=kiko; a=justdave.

21 years agoBug 216703: Need PatchReader note in install docs; patch by jkeiser (John Keiser...
jocuri%softhome.net [Fri, 31 Oct 2003 02:42:21 +0000 (02:42 +0000)] 
Bug 216703: Need PatchReader note in install docs; patch by jkeiser (John Keiser - john@johnkeiser.com); r=jake; a=jake.

21 years agoBug 217219 Messages in votes errors are incorrectly CHOMP'd
timeless%mozdev.org [Fri, 31 Oct 2003 01:29:49 +0000 (01:29 +0000)] 
Bug 217219 Messages in votes errors are incorrectly CHOMP'd
r=kiko a=justdave

21 years agoBug 223937: web site error while updating email address; r=myk,kiko; a=justdave.
jocuri%softhome.net [Fri, 31 Oct 2003 01:18:16 +0000 (01:18 +0000)] 
Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave.

21 years agoBug 47925: describe MOVED resolution in bug_status.html; patch by chaduv (caduvall...
jocuri%softhome.net [Fri, 31 Oct 2003 01:12:30 +0000 (01:12 +0000)] 
Bug 47925: describe MOVED resolution in bug_status.html; patch by chaduv (caduvall@glue.umd.edu); r=kiko; a=justdave.

21 years agoFix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"
kiko%async.com.br [Thu, 30 Oct 2003 09:31:57 +0000 (09:31 +0000)] 
Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.

21 years agoAdditional patch for bug 221039: update filterexceptions.pl to take into
kiko%async.com.br [Wed, 29 Oct 2003 12:51:15 +0000 (12:51 +0000)] 
Additional patch for bug 221039: update filterexceptions.pl to take into
account the new location for knum. Here's hoping this fixes the bustage.

21 years agoFix for bug 221039: Separating knob in edit.html.tmpl. Splits
kiko%async.com.br [Wed, 29 Oct 2003 12:32:39 +0000 (12:32 +0000)] 
Fix for bug 221039: Separating knob in edit.html.tmpl. Splits
bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost
<ludovic@pobox.com>, r=kiko, a=justdave.

21 years agoFix for bug 111522: Provide ability to specify MIME type of attachment
kiko%async.com.br [Wed, 29 Oct 2003 09:58:13 +0000 (09:58 +0000)] 
Fix for bug 111522: Provide ability to specify MIME type of attachment
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.

21 years agoBug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon...
jocuri%softhome.net [Tue, 28 Oct 2003 14:37:40 +0000 (14:37 +0000)] 
Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk.

21 years agoBug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave.
jocuri%softhome.net [Sun, 26 Oct 2003 22:10:08 +0000 (22:10 +0000)] 
Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave.

21 years agoBug 221900: duplicates.cgi query fails if more than one product selected; patch by...
jocuri%softhome.net [Sun, 26 Oct 2003 22:01:04 +0000 (22:01 +0000)] 
Bug 221900: duplicates.cgi query fails if more than one product selected; patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave.

21 years agoBug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"
justdave%syndicomm.com [Sun, 26 Oct 2003 13:43:29 +0000 (13:43 +0000)] 
Bug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"
r= bbaetz, a= justdave

21 years agoBug 201294: showdependencygraph.cgi now uses the global IsOpenedState() sub instead...
justdave%syndicomm.com [Sun, 26 Oct 2003 13:39:18 +0000 (13:39 +0000)] 
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

21 years agoBug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get...
justdave%syndicomm.com [Sun, 26 Oct 2003 13:26:41 +0000 (13:26 +0000)] 
Bug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get hyperlinked in comments.
r= timeless, a= justdave

21 years agoBug 208647: Fixes taint error in add new products code.
justdave%syndicomm.com [Sun, 26 Oct 2003 10:37:48 +0000 (10:37 +0000)] 
Bug 208647: Fixes taint error in add new products code.
Patch by jpyeron@pyerotechnics.com (Jason Pyeron)
r= bbaetz, a= justdave

21 years agoFix for bug 183788: make request mail go out when a request is created and there...
myk%mozilla.org [Sat, 25 Oct 2003 08:34:33 +0000 (08:34 +0000)] 
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

21 years agoBug 178624 - checksetup.pl needs to be run after copying templates to the custom...
jake%bugzilla.org [Wed, 22 Oct 2003 09:29:07 +0000 (09:29 +0000)] 
Bug 178624 - checksetup.pl needs to be run after copying templates to the custom directory.

21 years agoBug 215051 - Document the language auto-chooser.
jake%bugzilla.org [Wed, 22 Oct 2003 08:26:04 +0000 (08:26 +0000)] 
Bug 215051 - Document the language auto-chooser.

21 years agoBug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUserError...
jocuri%softhome.net [Sun, 19 Oct 2003 15:46:39 +0000 (15:46 +0000)] 
Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUserError('product_edit_denied'); r=bbaetz; a=justdave.

21 years agoBug 221977: Insecure dependency in require while running with -T switch at Bugzilla...
jocuri%softhome.net [Sun, 19 Oct 2003 05:46:22 +0000 (05:46 +0000)] 
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.

21 years agoBug 108528: knob is not a defined error message and it does not help a user find...
jocuri%softhome.net [Sun, 19 Oct 2003 05:37:29 +0000 (05:37 +0000)] 
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.

21 years agoBug 222566: Fixing wording on enter_bug.cgi when using the create-guided template...
jocuri%softhome.net [Sun, 19 Oct 2003 05:24:51 +0000 (05:24 +0000)] 
Bug 222566: Fixing wording on enter_bug.cgi when using the create-guided template; patch by Gervase Markham (gerv@mozilla.org); r=justdave; a=justdave.

21 years agoCorrecting the previous backout attempt, apparrently typoed a version number last...
justdave%syndicomm.com [Fri, 17 Oct 2003 09:07:55 +0000 (09:07 +0000)] 
Correcting the previous backout attempt, apparrently typoed a version number last time

21 years agoBacking out patch from bug 108528 - failed to take i10n concerns into account
justdave%syndicomm.com [Fri, 17 Oct 2003 01:26:09 +0000 (01:26 +0000)] 
Backing out patch from bug 108528 - failed to take i10n concerns into account

21 years agoremoving references to my netscape.com address, since it no longer works.
justdave%syndicomm.com [Thu, 16 Oct 2003 13:30:01 +0000 (13:30 +0000)] 
removing references to my netscape.com address, since it no longer works.

21 years agoBug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
timeless%mozdev.org [Thu, 16 Oct 2003 05:48:09 +0000 (05:48 +0000)] 
Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
patch by caduvall@glue.umd.edu r=timeless a=justdave

21 years agoBug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu...
jocuri%softhome.net [Tue, 14 Oct 2003 04:38:13 +0000 (04:38 +0000)] 
Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu Mannermaa); r=kiko, a=justdave.

21 years agoFix for bug 221391: Bugzilla Quickstart guide could exist. Provide a
kiko%async.com.br [Fri, 10 Oct 2003 09:22:39 +0000 (09:22 +0000)] 
Fix for bug 221391: Bugzilla Quickstart guide could exist. Provide a
QUICKSTART file, and alter README slightly to point to it. r=gerv,
justdave, a=justdave.

21 years agoBug 219724: typo in URL in section 4.2.5 of the guide; r=kiko, a=justdave.
jocuri%softhome.net [Wed, 8 Oct 2003 03:44:06 +0000 (03:44 +0000)] 
Bug 219724: typo in URL in section 4.2.5 of the guide; r=kiko, a=justdave.

21 years agoBug 213384: shutdownhtml login bypass via editparams.cgi is broken under suexec....
jocuri%softhome.net [Wed, 8 Oct 2003 02:15:35 +0000 (02:15 +0000)] 
Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under suexec. r=kiko, a=justdave

21 years agoFix for bug 220183: post_bug.cgi could allow setting the
kiko%async.com.br [Tue, 7 Oct 2003 14:02:15 +0000 (14:02 +0000)] 
Fix for bug 220183: post_bug.cgi could allow setting the
status_whiteboard attribute. Added "status_whiteboard" to parsed
attribute list. r=gerv, a=justdave

21 years agoBug 221264 Making no changes shouldn't affect Last modified
timeless%mozdev.org [Tue, 7 Oct 2003 12:59:30 +0000 (12:59 +0000)] 
Bug 221264 Making no changes shouldn't affect Last modified
r=joel a=justdave

21 years agoBug 219086: use method="post" on the "My Votes" page to submit changes to votes
justdave%syndicomm.com [Mon, 29 Sep 2003 03:42:33 +0000 (03:42 +0000)] 
Bug 219086: use method="post" on the "My Votes" page to submit changes to votes
r=kiko, a=justdave

21 years agoBug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
kiko%async.com.br [Sat, 27 Sep 2003 06:47:07 +0000 (06:47 +0000)] 
Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
default output, in certain cases) in the edit pages. Patch by Vlad
Dascalu <jocuri@softhome.net>, r=kiko, a=justdave

21 years agoBug 76157: Give proper error message on non-numeric sortkey when editing milestones.
justdave%syndicomm.com [Fri, 26 Sep 2003 02:59:44 +0000 (02:59 +0000)] 
Bug 76157: Give proper error message on non-numeric sortkey when editing milestones.
Patch by jocuri@softhome.net (Vlad Dascalu)
r=kiko, a=justdave

21 years agoBug 219659 - Misleading wording describing severity "blocker" on Bugzilla Helper...
gerv%gerv.net [Thu, 25 Sep 2003 05:50:04 +0000 (05:50 +0000)] 
Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla Helper form. Patch by gerv; r,a=justdave.

21 years agoBug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an...
justdave%syndicomm.com [Wed, 24 Sep 2003 15:00:13 +0000 (15:00 +0000)] 
Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an upgrade.
Patch by Vlad Dascalu <jocuri@softhome.net>
r= gerv, a= justdave

21 years agoBug 177449: When changing email address, old email address confirmation was case...
justdave%syndicomm.com [Wed, 24 Sep 2003 14:44:22 +0000 (14:44 +0000)] 
Bug 177449: When changing email address, old email address confirmation was case sensitive
patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave

21 years agoPatch for bug 129315: incorrect column definition for bugs.delta_ts;
kiko%async.com.br [Thu, 18 Sep 2003 19:17:15 +0000 (19:17 +0000)] 
Patch for bug 129315: incorrect column definition for bugs.delta_ts;
adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko
a=justdave

21 years agoBug 219216: Javascript improperly using FILTER html instead of FILTER js causing...
justdave%syndicomm.com [Thu, 18 Sep 2003 05:12:56 +0000 (05:12 +0000)] 
Bug 219216: Javascript improperly using FILTER html instead of FILTER js causing data with @ produced by javascript to show up as &#64;
r=timeless, a=justdave

21 years agoBug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.
gerv%gerv.net [Mon, 15 Sep 2003 06:00:08 +0000 (06:00 +0000)] 
Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.