Bug 313571: Duplicate "Saved Search" entries in Preferences when Saved Search is also used for whine - Patch by Justin C. De Vries <judevries@novell.com> r=LpSolit a=justdave
Bug 94293: Sendmail "from" header can not be configured in one config file, From header broken in SMTP
Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com> r=glob,a=justdave
Backing out bug 238780 (Edit versions should reject newline characters) - This patch prevents you to edit or delete existing versions having control characters.
Bug 287741: changing password from 'password' to 'password' should not invalidate login cookies - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
Bug 314757: The mybugstemplate parameter should include UNCONFIRMED bugs I reported myself.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
mkanat%kerio.com [Mon, 19 Dec 2005 02:55:02 +0000 (02:55 +0000)]
Bug 310325: Workaround MySQL bug incorrectly thinking a column contains NULL values
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
mkanat%kerio.com [Mon, 19 Dec 2005 02:49:58 +0000 (02:49 +0000)]
Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict with id as primary key
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Bug 266147: Internal error when Flag::notify() ends up with an invalid or empty CC: list and no requestee in restricted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
Bug 319943: Sanity check should CrossCheck the user_id of email_setting and profile_setting tables.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
mkanat%kerio.com [Tue, 13 Dec 2005 12:50:45 +0000 (12:50 +0000)]
Bug 310108: checksetup.pl fails if attachstatuses or attachstatusdefs tables are empty
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Bug 271596: editcomponents priv allows you to see/edit products you don't have access to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Bug 319089: editkeywords.cgi throws an error when action="edit" or "delete" and the "id" parameter is invalid - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Bug 238780: editversions.cgi should reject newline characters (and convert them to whitespaces) - Patch by Paul <pdemarco@ppg.com> r=LpSolit a=justdave
Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is turned on.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, r=mkanat, a=justdave
mkanat%kerio.com [Mon, 28 Nov 2005 15:16:32 +0000 (15:16 +0000)]
Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer than perl 5.8.5 (RHEL4)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
Bug 315339: User::match_field() now leaves fields undefined instead of as empty strings when no value is passed (for type eq "single" only) - My previous patch was buggy as fields accepting only one user and those accepting several users must be considered differently. Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Bug 315524: When an invalid action is passed to relogin.cgi, ThrowTemplateError() is called instead of ThrowCodeError() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Bug 95799: sanitycheck.cgi should do email checks using Util::validate_email_syntax() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
karl%kornel.name [Sun, 20 Nov 2005 09:31:35 +0000 (09:31 +0000)]
Bug 312441: relogin.cgi allows you to impersonate user accounts you are not allowed to see when 'usevisibilitygroups' is on - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
Bug 304417: Template precompilation is clumsy when it comes to additional language directories.
Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com>,
r=wurblzap, a=myk
Bug 304936: checksetup.pl should inform the user to go to editparams.cgi if they haven't yet
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=LpSolit, a=justdave
Bug 317025: Deleting product throws error in default install (2.20 Windows) without usetargetmilestone turned on.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=myk
karl%kornel.name [Wed, 16 Nov 2005 09:13:41 +0000 (09:13 +0000)]
Bug 257813: CSV link from new charts gives internal error if data contains more than 1000 dates - Patch by A. Karl Kornel <karl@kornel.name> r=wicked a=justdave
Bug 288557: Show in the request queue those requests tied to secure bugs for which the user is the QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Bug 302599: Saved searches using "days since bug changed" fail with "Can't use (to_days(now()) - to_days(bugs.delta_ts)) as a field name" error - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for comments in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Bug 315339: User::match_field() now leaves fields undefined instead of as empty strings when no value is passed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
Documentation patch for bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW installations
Patch by Marc Schumann <wurblzap@gmail.com>
r=colin.ogilvie
Bug 307328: show.xml.tmpl now includes bug flags as well as some other missing fields and attributes (required by importxml.pl) - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
Bug 313432: Comments don't word-wrap in the "here's your comment for cut-n-paste" in a mid-air collision - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat r=LpSolit a=justdave
Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead of creation time - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
Bug 305927: [PostgreSQL] Adding a new product partly fails when 'makeproductgroups' is enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Bug 313444: Remove the useless "This page lets you enter a new bug into Bugzilla" message from enter_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Bug 314548: "Error : document.refresh is not a function" appears in the JS console when (un)checking the "Private" checkbox in show_bug.cgi - Patch by André Batosti <batosti@async.com.br> r=joel a=justdave