Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team.
Patch adds a version string to every template and a check in
t/004template.t to check for version strings in templates.
Note that two templates that were not included in the initial patch
now have version strings added.
Fix for bug 126801: Suppress display of secure products to users who are not authorized to access those products. Only matters for installations using the "product groups"
feature.
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,gerv.
Fix for bug 82143 and bug 95594: Attempting to reverse dependencies falsely reported a circular dependency loop, and setting
both the blocks and depends at the same time allowed a real dependency loop to be created.
Patch by Stephen Lee <slee@wilcoxassoc.com>
r= myk, justdave
Fix for bug 107513: Makes it possible to change parameters on an installation where access to the scripts is not limited to the web server user.
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,bbaetz
Fix for bug 133833. Error in templatized version of userprefs.cgi. Error
with ExcludeSelf form variable being all lowercase. Patch by David Lawrence
<dkl@rehat.com> 2xr=gerv@mozilla.org
Fix for bug 23067: Allow the user to change their email address through the preferences. Sends out tokens in email to both
addresses which have to be confirmed by the new address, and can be cancelled by the old one. Entering your password on the
preferences page is required to initiate the process.
Patch by John Vandenberg <zeroJ@null.net>
r= myk, justdave
Fix for bug 92263: Don't output SQL commands before the footer when syncshadowdb fails (only affects Bugzillas that are running shadow databases)
r= bbaetz, gerv
Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product.
Patch by John Vandenberg <zeroJ@null.net>
r= myk x2
gerv%gerv.net [Tue, 26 Mar 2002 07:03:55 +0000 (07:03 +0000)]
Fixes to small issues with show_bug.cgi templatisation.
Bug 133276 - groups test is wrong. Patch by ddk, 2xr=gerv.
Bug 133333 - create new attachment link broken. Patch by ddk, 2xr=gerv.
Bug 109029 - show_bug should generate valid HTML. Patch by gerv, r=afranke, bbaetz.
myk%mozilla.org [Wed, 13 Mar 2002 00:15:41 +0000 (00:15 +0000)]
Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
myk%mozilla.org [Wed, 13 Mar 2002 00:05:33 +0000 (00:05 +0000)]
Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
myk%mozilla.org [Mon, 11 Mar 2002 15:33:03 +0000 (15:33 +0000)]
Fix for bug 72184: prevents users from entering too-large comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
myk%mozilla.org [Fri, 1 Mar 2002 21:59:59 +0000 (21:59 +0000)]
Fix for bug 128437: correctly display default values for new preferences on the "email preferences" tab.
Fix by Myk Melez <myk@mozilla.org>.
r=jake,justdave
myk%mozilla.org [Fri, 1 Mar 2002 21:20:07 +0000 (21:20 +0000)]
Fix for bug 128422: Fixes serious tree horkage where everyone gets email on all changes regardless of email preferences.
Fix by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org, waiting on second review but checking in now due to severity of bug.
jake%acutex.net [Wed, 27 Feb 2002 00:23:59 +0000 (00:23 +0000)]
Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the bonsaitools perl path changed in order to run from another perl location.
jake%acutex.net [Wed, 20 Feb 2002 04:50:18 +0000 (04:50 +0000)]
Bug 118774 - The keyword field wasn't showing up because have_keywords wasn't being properly set before passing it on to the template.
Patch by Jeff Lawson <jlawson@bovine.net>
r= jake, justdave
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
needs the -t and -i as separate parameters instead of stacked (the original patch had -ti)
Patch by Tobias Burnus <burnus@gmx.de>
r= justdave, gerv
Bug 97496: Release notes cleanup (checkin without review OK for prerelease notes). Add 2.14.1 issues from branch. Make outstanding issues more obvious. Add dependency requirements section. Still need to add most of the actual 2.16 notes.
Fix for bug 125835: Removing an old sarcastic comment from the localconfig generation routine so that it doesn't imply that
using a password is bad.
Patch by James Cox <james@awpimajes.com>
r= justdave x 2