]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
20 years agoDocumentation patch for bug 240060: document minimum sendmail version that is require...
jocuri%softhome.net [Thu, 25 Nov 2004 16:51:26 +0000 (16:51 +0000)] 
Documentation patch for bug 240060: document minimum sendmail version that is required for Bugzilla to work; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.

20 years agoDocumentation patch for bug 262320: Provide documentation for list/tables.html.tmpl...
jocuri%softhome.net [Wed, 24 Nov 2004 07:00:19 +0000 (07:00 +0000)] 
Documentation patch for bug 262320: Provide documentation for list/tables.html.tmpl; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.

20 years agoBug 264227: The MySQL statement for granting permission to the 'bugs' user was being...
jake%bugzilla.org [Tue, 23 Nov 2004 18:55:01 +0000 (18:55 +0000)] 
Bug 264227: The MySQL statement for granting permission to the 'bugs' user was being truncated in the PDF version of the 2.16 documentation.
Patch by GavinS <bugzilla@chimpychompy.org>
r=jake

20 years agoPatch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the...
jocuri%softhome.net [Sat, 20 Nov 2004 20:28:24 +0000 (20:28 +0000)] 
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.

20 years agoPatch for bug 267494: 'Voter' column should not appear in email preferences if param...
jocuri%softhome.net [Sat, 20 Nov 2004 20:18:34 +0000 (20:18 +0000)] 
Patch for bug 267494: 'Voter' column should not appear in email preferences if param(usevotes) is false; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave.

20 years agoPatch for bug 177993: Point out that the mid-air collision message is customizable...
jocuri%softhome.net [Sat, 20 Nov 2004 20:07:29 +0000 (20:07 +0000)] 
Patch for bug 177993: Point out that the mid-air collision message is customizable; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=justdave, r=vladd.

20 years agoPatch for bug 245807: rewrite description for WORKSFORME; patch by Shane H. W. Travis...
jocuri%softhome.net [Thu, 11 Nov 2004 23:03:51 +0000 (23:03 +0000)] 
Patch for bug 245807: rewrite description for WORKSFORME; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave.

20 years agoBacking out patch for bug 267494 since it brokes the tinderbox builds.
jocuri%softhome.net [Thu, 11 Nov 2004 21:20:15 +0000 (21:20 +0000)] 
Backing out patch for bug 267494 since it brokes the tinderbox builds.

20 years agoPatch for bug 267494 - If param(usevotes) not true, hide 'Voter' column in email...
jocuri%softhome.net [Thu, 11 Nov 2004 21:01:19 +0000 (21:01 +0000)] 
Patch for bug 267494 - If param(usevotes) not true, hide 'Voter' column in email preferences; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave.

20 years agoDocumentation patch for bug 268613 - Update paragraph related to email prefs tab...
jocuri%softhome.net [Thu, 11 Nov 2004 20:22:41 +0000 (20:22 +0000)] 
Documentation patch for bug 268613 - Update paragraph related to email prefs tab; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.

20 years agoDocumentation patch for bug 257692: link directly to the final URL for the developer...
jocuri%softhome.net [Thu, 4 Nov 2004 20:59:03 +0000 (20:59 +0000)] 
Documentation patch for bug 257692: link directly to the final URL for the developer's guide; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.

20 years agoDocumentation patch for bug 247441: rephrase section 3.9 regarding access control...
jocuri%softhome.net [Thu, 4 Nov 2004 20:51:07 +0000 (20:51 +0000)] 
Documentation patch for bug 247441: rephrase section 3.9 regarding access control on secure bugs; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.

20 years agoBug 253088: Fix editusers.cgi so that users with bless permission but not editusers...
bugreport%peshkin.net [Thu, 28 Oct 2004 08:00:24 +0000 (08:00 +0000)] 
Bug 253088: Fix editusers.cgi so that users with bless permission but not editusers can grant permissions
r=kiko
a=justdave

20 years agoBump version number to 2.16.7 for release bugzilla-2.16.7 release-2.16.7
justdave%bugzilla.org [Mon, 25 Oct 2004 14:48:03 +0000 (14:48 +0000)] 
Bump version number to 2.16.7 for release

20 years agoRelease notes for 2.16.7
justdave%bugzilla.org [Mon, 25 Oct 2004 14:47:18 +0000 (14:47 +0000)] 
Release notes for 2.16.7

20 years ago[SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST message...
justdave%bugzilla.org [Mon, 25 Oct 2004 14:20:59 +0000 (14:20 +0000)] 
[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

20 years agoBug 250897: Enforce a 10 minute waiting period between password reset attempts to...
justdave%bugzilla.org [Mon, 25 Oct 2004 14:14:33 +0000 (14:14 +0000)] 
Bug 250897: Enforce a 10 minute waiting period between password reset attempts to prevent the user getting mailbombed if the form is
 submitted multiple times.
Patch by Joel Peshkin <bugreport@peshkin.net>
r=kiko, a=justdave

20 years agoPatch for bug 251338: Installation section should mention that you need an MTA instal...
jocuri%softhome.net [Sun, 10 Oct 2004 03:48:38 +0000 (03:48 +0000)] 
Patch for bug 251338: Installation section should mention that you need an MTA installed; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>; r=vladd, a=justdave.

20 years agoPatch for bug 263165: Make Bugzilla specify table type as MyISAM when creating tables...
jocuri%softhome.net [Sun, 10 Oct 2004 03:20:16 +0000 (03:20 +0000)] 
Patch for bug 263165: Make Bugzilla specify table type as MyISAM when creating tables; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=kiko, a=justdave.

20 years agoFix for bug 240460: updates upgrading examples with new URLs and version numbers...
myk%mozilla.org [Wed, 15 Sep 2004 06:04:39 +0000 (06:04 +0000)] 
Fix for bug 240460: updates upgrading examples with new URLs and version numbers; r=gerv; a=justdave

20 years agoPatch for bug 253308: Mention the Scmbug integration system in documentation; patch...
jocuri%softhome.net [Sat, 4 Sep 2004 16:26:39 +0000 (16:26 +0000)] 
Patch for bug 253308: Mention the Scmbug integration system in documentation; patch by Kristis Makris <mkgnu@gmx.net>; r=vladd, a=justdave.

21 years agoBug 251427: put products in alphabetical order on the create attachment status page.
justdave%bugzilla.org [Thu, 15 Jul 2004 02:11:34 +0000 (02:11 +0000)] 
Bug 251427: put products in alphabetical order on the create attachment status page.
r= vladd, a= justdave

21 years agoFix version number typo
justdave%bugzilla.org [Sun, 11 Jul 2004 00:52:15 +0000 (00:52 +0000)] 
Fix version number typo

21 years agoBump version number to 2.16.6 for release bugzilla-2.16.6 release-2.16.6
justdave%bugzilla.org [Sat, 10 Jul 2004 22:17:45 +0000 (22:17 +0000)] 
Bump version number to 2.16.6 for release

21 years agoFix date in docs
justdave%bugzilla.org [Sat, 10 Jul 2004 22:17:07 +0000 (22:17 +0000)] 
Fix date in docs

21 years agoRelease notes for 2.16.6
justdave%bugzilla.org [Sat, 10 Jul 2004 22:15:29 +0000 (22:15 +0000)] 
Release notes for 2.16.6

21 years agoBug 238797: minor adjustment to javascript filters to prevent tags inserted in produc...
justdave%bugzilla.org [Sat, 10 Jul 2004 21:52:53 +0000 (21:52 +0000)] 
Bug 238797: minor adjustment to javascript filters to prevent tags inserted in product and component names from causing problems.
r=vladd, a=justdave

21 years agoBug 237627: Validate dataset names in reports.cgi
bugreport%peshkin.net [Sat, 10 Jul 2004 15:05:24 +0000 (15:05 +0000)] 
Bug 237627: Validate dataset names in reports.cgi
patch by teemu
r=vladd
a=justdave

21 years agoBug 235265: Remove dumping of form parameters when an error occurs on edit*.cgi
bugreport%peshkin.net [Sat, 10 Jul 2004 14:58:36 +0000 (14:58 +0000)] 
Bug 235265: Remove dumping of form parameters when an error occurs on edit*.cgi
patch by jouni
r=kiko,justdave
a=justdave

21 years agoBug 244272: Remove editusers 'query' parameter
bugreport%peshkin.net [Sat, 10 Jul 2004 14:53:18 +0000 (14:53 +0000)] 
Bug 244272: Remove editusers 'query' parameter
patch by jouni
r=justdave
a=justdave

21 years agoBug 234855: Show only products enterable by current user in edit-multiple
bugreport%peshkin.net [Sat, 10 Jul 2004 14:46:46 +0000 (14:46 +0000)] 
Bug 234855: Show only products enterable by current user in edit-multiple
r=myk,justdave
a=justdave

21 years agoBug 236650: html_quote and validate email addresses in editueser.cgi
bugreport%peshkin.net [Sat, 10 Jul 2004 14:31:07 +0000 (14:31 +0000)] 
Bug 236650: html_quote and validate email addresses in editueser.cgi
patch by vlad
r=joel,justdave
a=justdave

21 years agoBug 234825: Prevent duplicates.cgi from revealing products user doesnt have access to
bugreport%peshkin.net [Sat, 10 Jul 2004 14:23:11 +0000 (14:23 +0000)] 
Bug 234825: Prevent duplicates.cgi from revealing products user doesnt have access to
r=justdave
a=justdave

21 years agoBumping documentation version on branch to 2.16.6; a=justdave.
jocuri%softhome.net [Thu, 8 Jul 2004 17:18:40 +0000 (17:18 +0000)] 
Bumping documentation version on branch to 2.16.6; a=justdave.

21 years agoDocumentation XML patch for bug 249802: Make the SQL example for granting SQL privs...
jocuri%softhome.net [Wed, 7 Jul 2004 06:29:32 +0000 (06:29 +0000)] 
Documentation XML patch for bug 249802: Make the SQL example for granting SQL privs to the DB user suitable for MySQL 4.

21 years agoPatch for bug 249385: Typo in the documentation for "good bug report writing"; patch...
jocuri%softhome.net [Fri, 2 Jul 2004 04:51:03 +0000 (04:51 +0000)] 
Patch for bug 249385: Typo in the documentation for "good bug report writing"; patch by me; present only in the 2.16 branch.

21 years agoPatch for bug 240079: fix strange phrase in the documentation: "everywhere applicable...
jocuri%softhome.net [Mon, 31 May 2004 04:46:18 +0000 (04:46 +0000)] 
Patch for bug 240079: fix strange phrase in the documentation: "everywhere applicable" should be "where applicable" in README.docs; patch by Niels Reedijk <n.reedijk@planet.nl>; r=timeless; a=justdave.

21 years agoRemove tabs accidently inserted with the checkin from bug 117279 (fix tinderbox ...
justdave%bugzilla.org [Mon, 24 May 2004 12:47:11 +0000 (12:47 +0000)] 
Remove tabs accidently inserted with the checkin from bug 117279 (fix tinderbox "test failed")

21 years agoBug 117297: Corrects a situation where email addresses got mailed to twice when addin...
justdave%bugzilla.org [Mon, 10 May 2004 09:28:31 +0000 (09:28 +0000)] 
Bug 117297: Corrects a situation where email addresses got mailed to twice when adding a user to the CC list if the same case isn't used as what's stored in the database for that user.
Patch by Thomas Stromberg <thomas+mozilla@stromberg.org>
r= jouni, a=justdave

21 years agoReplacing 'existance' with 'existence' on the 2.16 branch to fix spelling mistakes...
jocuri%softhome.net [Fri, 16 Apr 2004 00:48:51 +0000 (00:48 +0000)] 
Replacing 'existance' with 'existence' on the 2.16 branch to fix spelling mistakes; a=justdave.

21 years agoPatch for bug 224477: make webservergroup default to apache on new installs; r=joel...
jocuri%softhome.net [Wed, 14 Apr 2004 01:17:58 +0000 (01:17 +0000)] 
Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave.

21 years agoPatch for bug 240060: Stop yelling at people about the minimum sendmail version;...
jocuri%softhome.net [Wed, 14 Apr 2004 01:10:08 +0000 (01:10 +0000)] 
Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave.

21 years agoPatch for bug 240228: Improve the format of the error message displayed by checksetup...
jocuri%softhome.net [Mon, 12 Apr 2004 01:50:04 +0000 (01:50 +0000)] 
Patch for bug 240228: Improve the format of the error message displayed by checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.

21 years agoBacking out the last diff that I accidentally commited to the wrong branch.
jocuri%softhome.net [Sat, 10 Apr 2004 21:34:41 +0000 (21:34 +0000)] 
Backing out the last diff that I accidentally commited to the wrong branch.

21 years agoPatch for bug 239826: support closing resolved bugs when changing multiple bugs;...
jocuri%softhome.net [Sat, 10 Apr 2004 21:31:35 +0000 (21:31 +0000)] 
Patch for bug 239826: support closing resolved bugs when changing multiple bugs; patch by Albert Ting <altlst@sonic.net>; r=kiko, a=myk.

21 years agoPatch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew...
jocuri%softhome.net [Fri, 9 Apr 2004 09:23:46 +0000 (09:23 +0000)] 
Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.

21 years agoBug 238628: database schema chart is now scaled to fit on 8.5x11 page in PDF format
justdave%syndicomm.com [Sat, 3 Apr 2004 17:34:59 +0000 (17:34 +0000)] 
Bug 238628: database schema chart is now scaled to fit on 8.5x11 page in PDF format

21 years agoAdding .cvsignore to ignore the no-longer-existing compiled docs folders, which get...
justdave%syndicomm.com [Sat, 3 Apr 2004 16:39:42 +0000 (16:39 +0000)] 
Adding .cvsignore to ignore the no-longer-existing compiled docs folders, which get added by the docs compiler

21 years agoFixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do...
jocuri%softhome.net [Fri, 2 Apr 2004 05:52:43 +0000 (05:52 +0000)] 
Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do I have to log in every time I access a page?'.

21 years agoPatch for bug 220817: add to FAQ documentation for 'Why do I have to log in every...
jocuri%softhome.net [Fri, 2 Apr 2004 05:34:10 +0000 (05:34 +0000)] 
Patch for bug 220817: add to FAQ documentation for 'Why do I have to log in every time I access a page?'.

21 years agoBug 237591: Regexp metacharacters in product names would break XML import.
justdave%syndicomm.com [Thu, 1 Apr 2004 13:01:04 +0000 (13:01 +0000)] 
Bug 237591: Regexp metacharacters in product names would break XML import.
r= bbaetz, a= justdave

21 years agoPatch for bug 190845: xref group parameters in section 5.1 with group docs in section...
jocuri%softhome.net [Sun, 28 Mar 2004 21:26:38 +0000 (21:26 +0000)] 
Patch for bug 190845: xref group parameters in section 5.1 with group docs in section 5.5, in Bugzilla 2.16's documentation.

21 years agoBug 232097: Use an entity reference for the landfill base URL in the demos, to make...
justdave%syndicomm.com [Sat, 27 Mar 2004 00:33:29 +0000 (00:33 +0000)] 
Bug 232097: Use an entity reference for the landfill base URL in the demos, to make it easy to change each release.  Original
patch by Colin Ogilvie <bmo@colino.co.uk>, backported to the 2.16 docs by me.

21 years agoPatch for bug 238610: make the my.conf --> my.cnf substitution in the 2.16 documentat...
jocuri%softhome.net [Thu, 25 Mar 2004 19:00:11 +0000 (19:00 +0000)] 
Patch for bug 238610: make the my.conf --> my.cnf substitution in the 2.16 documentation branch.

21 years agolet the docs still build if the directories don't exist yet.
justdave%syndicomm.com [Mon, 22 Mar 2004 15:15:36 +0000 (15:15 +0000)] 
let the docs still build if the directories don't exist yet.

21 years agoRemoving the txt and html directories, so the website and tarball builds can auto...
justdave%syndicomm.com [Mon, 22 Mar 2004 14:59:35 +0000 (14:59 +0000)] 
Removing the txt and html directories, so the website and tarball builds can auto-build the docs at checkout time (so they don't have to be constantly checked out and rebuilt)

21 years agoBug 207039: Add documenttation explaining how to install bugzilla under regular user...
bugreport%peshkin.net [Mon, 22 Mar 2004 06:39:18 +0000 (06:39 +0000)] 
Bug 207039: Add documenttation explaining how to install bugzilla under regular user privileges (re-checkin)
r=vlad, a=justdave

21 years agoBug 207039: Add documentation explaining how to install bugzilla under regular user...
bugreport%peshkin.net [Mon, 22 Mar 2004 06:21:57 +0000 (06:21 +0000)] 
Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges
r=vlad, a=justdave

21 years agoPatch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 21:37:42 +0000 (21:37 +0000)] 
Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.

21 years agoPatch for bug 236567: Update the documentation describing the Perl modules installati...
jocuri%softhome.net [Sat, 6 Mar 2004 16:46:46 +0000 (16:46 +0000)] 
Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.

21 years agoBump version number to 2.16.5 for release. bugzilla-2.16.5 release-2.16.5
justdave%syndicomm.com [Wed, 3 Mar 2004 15:28:16 +0000 (15:28 +0000)] 
Bump version number to 2.16.5 for release.

21 years agoUpdated release notes for 2.16.5 release
justdave%syndicomm.com [Wed, 3 Mar 2004 15:27:34 +0000 (15:27 +0000)] 
Updated release notes for 2.16.5 release

21 years agoPatch for bug 123077; improve the ValidatePassword sub so that a password change...
jocuri%softhome.net [Wed, 3 Mar 2004 13:20:43 +0000 (13:20 +0000)] 
Patch for bug 123077; improve the ValidatePassword sub so that a password change is no longer accepted with a blank second field; r=kiko, a=justdave.

21 years agoPatch for bug 166755; improve checksetup.pl's error message when asking for administr...
jocuri%softhome.net [Fri, 27 Feb 2004 19:01:51 +0000 (19:01 +0000)] 
Patch for bug 166755; improve checksetup.pl's error message when asking for administrator's password; r=jouni, justdave; a=justdave.

21 years agoPatch for bug 137121: modify the way in which headers are printed in order to avoid...
jocuri%softhome.net [Fri, 27 Feb 2004 18:50:27 +0000 (18:50 +0000)] 
Patch for bug 137121: modify the way in which headers are printed in order to avoid printing them twice when reporting an error in createaccount.cgi; r=jouni, a=justdave.

21 years agoBranch fix for bug 181106: edit-multiple.html.tmpl uses &apos which
kiko%async.com.br [Tue, 17 Feb 2004 22:01:35 +0000 (22:01 +0000)] 
Branch fix for bug 181106: edit-multiple.html.tmpl uses &apos which
Internet Explorer cannot use. Changed the entity in the template to a
literal apostrophe. r=gerv, a=justdave.

21 years agoBug 231691: fix used only once error in Perl 5.00503
justdave%syndicomm.com [Mon, 16 Feb 2004 03:46:42 +0000 (03:46 +0000)] 
Bug 231691: fix used only once error in Perl 5.00503
r= bbaetz, a= justdave

21 years agoRelease notes updates.
matty%chariot.net.au [Wed, 28 Jan 2004 20:17:03 +0000 (20:17 +0000)] 
Release notes updates.

21 years agoBug 224815: The check-in for bug 212095 (which fixed a forward-compatibility problem...
justdave%syndicomm.com [Tue, 20 Jan 2004 11:07:41 +0000 (11:07 +0000)] 
Bug 224815: The check-in for bug 212095 (which fixed a forward-compatibility problem with DBD::mysql) created a backward compatibility issue with DBI (unintentionally bumped the required minimum DBI version).  This checkin puts the proper code in place to allow the minimum stated DBI according to the Bugzilla 2.16 documentation as well as the current DBI version as of this writing.
r= myk, bbaetz a= justdave

21 years agoApplied changed by hand to this file so they'll show up on the website... my docbook...
justdave%syndicomm.com [Tue, 20 Jan 2004 03:38:10 +0000 (03:38 +0000)] 
Applied changed by hand to this file so they'll show up on the website...  my docbook environment is busted right now so I
can't compile it the usual way.

21 years agoMore bug 231445: I missed the text description below the example as well.
justdave%syndicomm.com [Tue, 20 Jan 2004 03:36:03 +0000 (03:36 +0000)] 
More bug 231445: I missed the text description below the example as well.

21 years agoBug 228706: Fixes invalid expiration dates on almost all of the cookies. Amazingly...
justdave%syndicomm.com [Sun, 18 Jan 2004 10:53:33 +0000 (10:53 +0000)] 
Bug 228706: Fixes invalid expiration dates on almost all of the cookies.  Amazingly it mostly worked before.  It'll work better now. :)
r= myk, a= justdave

21 years agoBug 227513: Add text to shadowdb param description to indicate that the privileges...
justdave%syndicomm.com [Sun, 18 Jan 2004 10:47:45 +0000 (10:47 +0000)] 
Bug 227513: Add text to shadowdb param description to indicate that the privileges to access the shadowdb must be granted from MySQL prior to entering the shadowdb name in the param.
r= myk, a= justdave

21 years agoBug 227510: The shadowdb parameter wasn't getting detainted before using it to create...
justdave%syndicomm.com [Sun, 18 Jan 2004 10:44:54 +0000 (10:44 +0000)] 
Bug 227510: The shadowdb parameter wasn't getting detainted before using it to create the shadowdb.
r= myk, a= justdave

21 years agoBug 121419: Use the most-specific cookie if more than one exists with different cooki...
justdave%syndicomm.com [Sun, 18 Jan 2004 09:41:27 +0000 (09:41 +0000)] 
Bug 121419: Use the most-specific cookie if more than one exists with different cookiepaths.  Should help ease login troubles related to the cookiepath setting.
Patch by Joel Peshkin <bugreport@peshkin.net>
r= bbaetz, a= justdave

21 years agoBug 231145: wrong number of F's in the SQL to create an additional admin user (2...
justdave%syndicomm.com [Sat, 17 Jan 2004 11:17:20 +0000 (11:17 +0000)] 
Bug 231145: wrong number of F's in the SQL to create an additional admin user (2.16 docs only)

21 years agoBug 188712: Safari thinks it's Gecko, but it doesn't support server-push. Look for...
justdave%syndicomm.com [Mon, 15 Dec 2003 14:42:02 +0000 (14:42 +0000)] 
Bug 188712: Safari thinks it's Gecko, but it doesn't support server-push.  Look for it and don't give it server-push.
r=timeless, a=justdave

21 years agoBug 225474: Fixing regression from bug 217422, xml.cgi got busted, and the patch...
justdave%syndicomm.com [Sat, 15 Nov 2003 15:38:59 +0000 (15:38 +0000)] 
Bug 225474: Fixing regression from bug 217422, xml.cgi got busted, and the patch from bug 217422 (MySQL 4 compatibility for show_bug) didn't accomplish what it was supposed to anyway.  This checkin fixes both.
r= bbaetz, a= justdave

21 years agoBug 95430: Reopening bugs from the "change several bugs at once" page did not work.
justdave%syndicomm.com [Sun, 9 Nov 2003 11:56:32 +0000 (11:56 +0000)] 
Bug 95430: Reopening bugs from the "change several bugs at once" page did not work.
r= myk, a= justdave

21 years agoRemoving pdf version of the guide from the 2.16 branch because it's broken.
justdave%syndicomm.com [Mon, 3 Nov 2003 11:54:45 +0000 (11:54 +0000)] 
Removing pdf version of the guide from the 2.16 branch because it's broken.

21 years agoBumping version number to 2.16.4 for release bugzilla-2.16.4 release-2.16.4
justdave%syndicomm.com [Mon, 3 Nov 2003 11:53:15 +0000 (11:53 +0000)] 
Bumping version number to 2.16.4 for release

21 years ago[SECURITY] Bug 219690: When deleting products and the 'usebuggroups' parameter is...
justdave%syndicomm.com [Mon, 3 Nov 2003 11:50:40 +0000 (11:50 +0000)] 
[SECURITY] Bug 219690: When deleting products and the 'usebuggroups' parameter is on, the privilege which allows someone to add people to the group which is being deleted does not get removed, allowing people with that privilege to get that privilege for the next group that is created which reuses that group ID.  Note that this only allows someone who had been granted privileges in the past to retain them.
Patch by Stefan Mayr <S.Mayr2@cadenas.de>
r= justdave, joel  a= justdave

21 years ago[SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an adminis...
justdave%syndicomm.com [Mon, 3 Nov 2003 11:46:55 +0000 (11:46 +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 214290: A user with 'editproducts' privileges (i.e. usually an adminis...
justdave%syndicomm.com [Mon, 3 Nov 2003 11:44:38 +0000 (11:44 +0000)] 
[SECURITY] Bug 214290: A user with 'editproducts' privileges (i.e. usually an administrator) can select arbitrary SQL to be run by the nightly statistics cron job (collectstats.pl), by giving a product a special name.
Patch by Dave Miller <justdave@bugzilla.org>
r= gerv, 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:39:43 +0000 (11:39 +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 agoUpdated release notes for 2.16.4
justdave%syndicomm.com [Mon, 3 Nov 2003 11:35:23 +0000 (11:35 +0000)] 
Updated release notes for 2.16.4

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

21 years agoRecompile docs for release
justdave%syndicomm.com [Sun, 2 Nov 2003 10:58:48 +0000 (10:58 +0000)] 
Recompile docs for release

21 years agoAdding paragraph indicating the current version can be found on the website
justdave%syndicomm.com [Sun, 2 Nov 2003 10:53:09 +0000 (10:53 +0000)] 
Adding paragraph indicating the current version can be found on the website

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 18:12:12 +0000 (18:12 +0000)] 
Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once" ?; r=justdave; a=justdave.

21 years agoBug 223937: web site error while updating email address; r=kiko,justdave; a=justdave.
jocuri%softhome.net [Fri, 31 Oct 2003 01:45:10 +0000 (01:45 +0000)] 
Bug 223937: web site error while updating email address; r=kiko,justdave; 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:26:17 +0000 (01:26 +0000)] 
Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave.

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

21 years agoBug 220332: Insecure dependency in exec while running with -T switch at process_bug...
jocuri%softhome.net [Sun, 19 Oct 2003 15:32:46 +0000 (15:32 +0000)] 
Bug 220332: Insecure dependency in exec while running with -T switch at process_bug.cgi line 1267; r=justdave,gerv; a=justdave.

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

21 years agoBug 221626: Fix for Mozilla-specific report template; patch by rillian@telus.net...
jocuri%softhome.net [Sat, 11 Oct 2003 05:20:24 +0000 (05:20 +0000)] 
Bug 221626: Fix for Mozilla-specific report template; patch by rillian@telus.net (Ralph Giles); r=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:43:00 +0000 (03:43 +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:37:09 +0000 (02:37 +0000)] 
Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under suexec. r=kiko, a=justdave

21 years agoBug 219508: processmail rescanall would not send e-mails about more than one bug...
justdave%syndicomm.com [Sun, 28 Sep 2003 12:25:18 +0000 (12:25 +0000)] 
Bug 219508: processmail rescanall would not send e-mails about more than one bug to the same address
r=preed, a=justdave

21 years agoBug 217422: "0" is missing in "votes: 0" (MySQL 4 Compatibility)
justdave%syndicomm.com [Fri, 26 Sep 2003 05:29:46 +0000 (05:29 +0000)] 
Bug 217422: "0" is missing in "votes: 0" (MySQL 4 Compatibility)
r= bbaetz, a= justdave