Documentation patch: document the user_group_map table; follow-up on patch published in bug 180635 by victory <bmo@rsz.jp>, r=vladd: add user_group_map to the list of tables.
Documentation patch for bug 280517: add documentation for the 'Let me know who is watching my account' feature; patch by victory <bmo@rsz.jp>, r=vladd.
Documentation patch - remove duplicate 'Note Note' spelling in text documentation due to redundancy between documentation text and DocBook mark-up; patch by Vlad Dascalu <vladd@bugzilla.org>.
Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
Follow-up documentation patch (dependency tree documentation, bug 236424; patch by victory <bmo@rsz.jp>, r=vladd): add explicitly the meaning of [-] and [+].
Follow-up documentation patch for 213535 (documentation for the dependency tree, patch by victory <bmo@rsz.jp>, r=vladd): replace 'from each bugs' with 'for each bug'.
Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the default milestone has been previously changed) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Documentation patch for bug 213262: add instructions on how to get sendmail to work with Bugzilla on Mac OS X; patch by A. Karl Kornel <karl@kornel.name>, r=colin.ogilvie, r=justdave.
Bug 188264: migrating user activity from one account to another (merge user accounts) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Bug 327355: Email preferences are not set correctly when the user account is created by Env.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Patch for bug 327624 : Add missing space in error message (template/en/default/global/user-error.html.tmpl); patch by GavinS <bugzilla@chimpychompy.org>, r=LpSolit, a=justdave.
Patch for bug 317003: change the listing of valid fields values in bug_email.pl; patch by Gabriel Sales de Oliveira <gabriel@async.com.br>, r=vladd, a=justdave.
[SECURITY] Bug 325079: The login form on the Bugzilla home page may redirect your login and password to another site - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
Bug 326803: Wrong colspan for "summarize time" link below time tracking bar on show_bug.cgi.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar displays plain text instead of html - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Bug 325048: [PostgreSQL] Changing the status of a bug from UNCONFIRMED to NEW or ASSIGNED sets everconfirmed to 1 but leave the status as UNCONFIRMED - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Bug 312304: Graphviz installation for Bugzilla doesn't work if spaces are in the path to dot.exe.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
Bug 325448: In editparams.cgi, radio button and checkbox descriptions should be enclosed in <label></label> tags - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Bug 325361: When an event is scheduled at midnight of a given day of the month, one email is sent *each* hour of that day - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Bug 319331: mailto link generated with BiDi user name and email address gets mangled with timestamp.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=justdave, r(char list)=smontagu, a=justdave
Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should have a size of 7 instead of 4 - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
Bug 323955: Deleting a group incorrectly checks for user group membership (miss group inheritance) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Bug 323769: Column names for reporter, assignee and QA contact realnames are incorrect when exporting a bug list to non-HTML formats - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
mkanat%kerio.com [Thu, 12 Jan 2006 15:03:46 +0000 (15:03 +0000)]
Bug 322771: PostgreSQL incorrectly detects that some summaries have control characters when they don't
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of uninitialized value in string eq at Bugzilla/Auth/Login/WWW/CGI.pm line 83 - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summaries
Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
myk%mozilla.org [Fri, 6 Jan 2006 22:38:35 +0000 (22:38 +0000)]
Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
myk%mozilla.org [Fri, 6 Jan 2006 22:22:55 +0000 (22:22 +0000)]
Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob