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:53:02 +0000 (12:53 +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 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 312386: checksetup.cgi fails to check for existing group_group_map for new admins - Patch by Joel Peshkin <bugreport@peshkin.net> r=karl r=LpSolit 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 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 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:43 +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 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
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
mkanat%kerio.com [Wed, 19 Oct 2005 05:26:27 +0000 (05:26 +0000)]
Bug 291776: A script to copy a Bugzilla DB between two cross-DB installations (checkin accidentally delayed)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
Bug 305979: Removing a user account who was requested to set a flag at least once may return wrong information - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Bug 302835: The "confirm delete" page when deleting a user account should distinguish between risky and no risky actions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Bug 308318: Can create a product without description but cannot remove an existing description - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Bug 301392: Storable crashes checksetup with byte order error when moving databases - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=mkanat a=justdave
Bug 308876: Iff ssl is "always", whining (and other non-interactive scripts?) get a 302-moved error - Patch by A. Karl Kornel <karl@kornel.name> r=joel a=justdave
Bug 308653: The error 'relation "map_products" does not exist' is returned using PostgreSQL when the classification column is displayed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a typo: Bugzilla:Util (missing colon) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
Fix for bug 300949: reverts fix for bug 274906 which eliminated [edit] link next to attachments to avoid duplicate [edit] references and made the main attachment link go to the 'edit attachment' page; that fix unreasonably reduced Bugzilla usability by making it difficult to view attachments; this patch includes a different fix for bug 274906 that prevents those duplicate [edit] references; long-term we want to make the 'edit attachment' page the irresistable default and have a pop-up menu of links, at which point [edit] can truly go away, but for now it stays
Bug 305523: Email preference for "CC changed" should be disabled by default for new users - Patch by Gervase Markham <gerv@mozilla.org> r=wicked a=justdave
Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion Failure
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
Bug 306060: Adding a new product should make it clear that a component is also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
remove the useless 'use Bugzilla::Bug;' from editusers.cgi (bug 303393) as the 2.20 branch still has LogActivityEntry() in CGI.pl (this is a 'fix on checkin' I forgot to apply)
mkanat%kerio.com [Thu, 25 Aug 2005 02:25:45 +0000 (02:25 +0000)]
Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Column "relevance desc" not valid in GROUP BY
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, r=joel, a=justdave
mkanat%kerio.com [Tue, 23 Aug 2005 08:06:15 +0000 (08:06 +0000)]
Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=myk