]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
17 years agoBug 425288: checksetup.pl displays messages using the first language available, alpha...
lpsolit%gmail.com [Fri, 28 Mar 2008 19:15:42 +0000 (19:15 +0000)] 
Bug 425288: checksetup.pl displays messages using the first language available, alphabetically, rather than falling back to english if the desired language is not found - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=mkanat

17 years agoBug 423439: show_bug.cgi crashes when wrapping comments which contain Unicode charact...
lpsolit%gmail.com [Fri, 28 Mar 2008 17:33:13 +0000 (17:33 +0000)] 
Bug 423439: show_bug.cgi crashes when wrapping comments which contain Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 425565: Product name not displayed in the error message when adding/removing...
lpsolit%gmail.com [Fri, 28 Mar 2008 06:01:21 +0000 (06:01 +0000)] 
Bug 425565: Product name not displayed in the error message when adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit

17 years agoBug 418068 take 3: No way to search for "date of last comment" before/after a given...
justdave%bugzilla.org [Thu, 27 Mar 2008 18:48:27 +0000 (18:48 +0000)] 
Bug 418068 take 3: No way to search for "date of last comment" before/after a given date. Correcting a spacing issue in the SQL from the original 2 interations of this patch.  r=LpSolit, a=justdave

17 years agoBug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when there...
mkanat%bugzilla.org [Thu, 27 Mar 2008 10:08:07 +0000 (10:08 +0000)] 
Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when there are many products
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

17 years agoBug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to be speci...
lpsolit%gmail.com [Thu, 27 Mar 2008 05:23:41 +0000 (05:23 +0000)] 
Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to be specified with the parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit

17 years agoBug 413184: Unify all of the update_ functions in Bugzilla::Bug
mkanat%bugzilla.org [Wed, 26 Mar 2008 10:05:19 +0000 (10:05 +0000)] 
Bug 413184: Unify all of the update_ functions in Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

17 years agoUpgrades from 2.08 were failing because we tried to do bz_index_info_real on the...
mkanat%bugzilla.org [Tue, 25 Mar 2008 23:43:20 +0000 (23:43 +0000)] 
Upgrades from 2.08 were failing because we tried to do bz_index_info_real on the longdescs table, which didn't exist.

17 years agoBug 92274: email_in.pl using the From address doesn't work with emailsuffix - Patch...
lpsolit%gmail.com [Tue, 25 Mar 2008 06:06:16 +0000 (06:06 +0000)] 
Bug 92274: email_in.pl using the From address doesn't work with emailsuffix - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoFix for Bug 399370: bugs_fulltext couldn't be converted to utf8, because it had fullt...
mkanat%bugzilla.org [Tue, 25 Mar 2008 04:42:37 +0000 (04:42 +0000)] 
Fix for Bug 399370: bugs_fulltext couldn't be converted to utf8, because it had fulltext indexes on it.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)

17 years ago[Bug 424865] checksetup tells me that commands listed below need to be run as root
mozilla%colinogilvie.co.uk [Tue, 25 Mar 2008 04:04:36 +0000 (04:04 +0000)] 
[Bug 424865] checksetup tells me that commands listed below need to be run as root
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat

17 years agoBug 419979: Bugzilla::DB::bz_add_field_table directly modifies the FIELD_TABLE_SCHEMA...
mkanat%bugzilla.org [Tue, 25 Mar 2008 03:49:32 +0000 (03:49 +0000)] 
Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the FIELD_TABLE_SCHEMA constant
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

17 years agoBug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make Bugzilla...
mkanat%bugzilla.org [Tue, 25 Mar 2008 03:47:21 +0000 (03:47 +0000)] 
Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make Bugzilla use a separate fulltext table)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat

17 years agoBug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - Patch by...
lpsolit%gmail.com [Fri, 21 Mar 2008 18:27:14 +0000 (18:27 +0000)] 
Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by...
lpsolit%gmail.com [Thu, 20 Mar 2008 04:41:00 +0000 (04:41 +0000)] 
Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

17 years agoBug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file - Patch...
lpsolit%gmail.com [Wed, 19 Mar 2008 03:16:11 +0000 (03:16 +0000)] 
Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit

17 years agoBug 416047 â\80\93 Test 1 fails in compiling Bugzilla::Install::CPAN and install-module...
wurblzap%gmail.com [Tue, 18 Mar 2008 22:30:02 +0000 (22:30 +0000)] 
Bug 416047 â\80\93 Test 1 fails in compiling Bugzilla::Install::CPAN and install-module.pl when Cygwin is installed.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit

17 years agoBug 413439: Enable "change several bugs at once" if the user has editbugs OR product...
lpsolit%gmail.com [Tue, 18 Mar 2008 14:21:24 +0000 (14:21 +0000)] 
Bug 413439: Enable "change several bugs at once" if the user has editbugs OR product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit

17 years agoBug 365365: Fix various HTML and CSS validation errors when viewing attachments ...
lpsolit%gmail.com [Tue, 18 Mar 2008 13:31:50 +0000 (13:31 +0000)] 
Bug 365365: Fix various HTML and CSS validation errors when viewing attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit

17 years agoBug 180259: "Requests" (logged out) and "My Requests" (logged in) links appear in...
lpsolit%gmail.com [Tue, 18 Mar 2008 02:38:27 +0000 (02:38 +0000)] 
Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

17 years agoBug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - Patch...
lpsolit%gmail.com [Tue, 18 Mar 2008 02:26:45 +0000 (02:26 +0000)] 
Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

17 years agoBug 365442: If product/component does not have any flags, "Flags: / Requestee:" heade...
lpsolit%gmail.com [Mon, 17 Mar 2008 22:04:56 +0000 (22:04 +0000)] 
Bug 365442: If product/component does not have any flags, "Flags: / Requestee:" header should not be shown on the bug creation form - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

17 years agoBug 375585: Deadline not showing in Edit Search view of saved Search - Patch by FrÃ...
lpsolit%gmail.com [Mon, 17 Mar 2008 21:57:26 +0000 (21:57 +0000)] 
Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

17 years agoBug 323003: [importxml.pl] attachments should be imported with the original creator...
lpsolit%gmail.com [Mon, 17 Mar 2008 21:37:01 +0000 (21:37 +0000)] 
Bug 323003: [importxml.pl] attachments should be imported with the original creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

17 years agoBug 423346: importxml.pl fails when importing attachments - Patch by Frédéric Bucli...
lpsolit%gmail.com [Mon, 17 Mar 2008 21:32:09 +0000 (21:32 +0000)] 
Bug 423346: importxml.pl fails when importing attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

17 years agoBug 390370: "Products" should be "Other Classifications" when reclassifying products...
lpsolit%gmail.com [Mon, 17 Mar 2008 19:48:57 +0000 (19:48 +0000)] 
Bug 390370: "Products" should be "Other Classifications" when reclassifying products in editclassifications.cgi - Patch by timeless <timeless@bemail.org> r=vladd a=LpSolit

17 years agoBug 422935 â\80\93 Status values for â\80\9cTake Bugâ\80\9d functionality on attachment creation...
wurblzap%gmail.com [Mon, 17 Mar 2008 14:12:13 +0000 (14:12 +0000)] 
Bug 422935 â\80\93 Status values for â\80\9cTake Bugâ\80\9d functionality on attachment creation not localizable.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit

17 years agoBug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by Gervase...
lpsolit%gmail.com [Mon, 17 Mar 2008 01:48:08 +0000 (01:48 +0000)] 
Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by Gervase Markham <gerv@mozilla.org> r/a=mkanat

17 years agoBug 304005: Implement SMTP authentication support for email notifications - Patch...
lpsolit%gmail.com [Fri, 14 Mar 2008 05:05:34 +0000 (05:05 +0000)] 
Bug 304005: Implement SMTP authentication support for email notifications - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

17 years agoBug 422111: rederive regexp-based group memberships on the destination user after...
justdave%bugzilla.org [Tue, 11 Mar 2008 20:50:04 +0000 (20:50 +0000)] 
Bug 422111: rederive regexp-based group memberships on the destination user after merging Bugzilla accounts, since some of the merged group memberships may no longer apply.
a=LpSolit

17 years agoBug 421931 â\80\93 Group control identifiers on product edit page should be localizable.
wurblzap%gmail.com [Tue, 11 Mar 2008 00:37:56 +0000 (00:37 +0000)] 
Bug 421931 â\80\93 Group control identifiers on product edit page should be localizable.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit, a=LpSolit

17 years agoFixing bustage due to bug 367394 (no idea why it's burning, but this should fix it)
lpsolit%gmail.com [Mon, 10 Mar 2008 00:57:01 +0000 (00:57 +0000)] 
Fixing bustage due to bug 367394 (no idea why it's burning, but this should fix it)

17 years agoBug 367394 - "show_bug should include a class bz_group_<whatever> so pages can be...
reed%reedloden.com [Sun, 9 Mar 2008 23:58:38 +0000 (23:58 +0000)] 
Bug 367394 - "show_bug should include a class bz_group_<whatever> so pages can be styled" [p=reed r+a=LpSolit]

17 years agoBug 419388 â\80\93 004template.t should fall back to â\80\9cenâ\80\9d.
wurblzap%gmail.com [Wed, 5 Mar 2008 23:19:48 +0000 (23:19 +0000)] 
Bug 419388 â\80\93 004template.t should fall back to â\80\9cenâ\80\9d.
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>;
r=Wurblzap, a=LpSolit

17 years agoFix the indentation in the previous checkin for bug 418895, patch by pyrzak, r/a=me
lpsolit%gmail.com [Wed, 5 Mar 2008 04:07:50 +0000 (04:07 +0000)] 
Fix the indentation in the previous checkin for bug 418895, patch by pyrzak, r/a=me

17 years agoBug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by Sam...
lpsolit%gmail.com [Mon, 3 Mar 2008 23:00:09 +0000 (23:00 +0000)] 
Bug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit

17 years agoBug 418895: Assignee and QA contact fields always become revealed (editable),
guy.pyrzak%gmail.com [Sat, 1 Mar 2008 11:33:04 +0000 (11:33 +0000)] 
Bug 418895: Assignee and QA contact fields always become revealed (editable),
The patch moves what used to be in one function to hide the qa and assignee
into 2 separate calls. It also fixes some typos in the comments and adds my
name to the committers list
 Patch By Guy Pyrzak <guy.pyrzak@gmail.com.com> r=mkanat, a=mkanat

17 years agoFixing bug 418068 for real. The previous patch was broken. Patch by Jesse Clark ...
lpsolit%gmail.com [Thu, 28 Feb 2008 18:26:32 +0000 (18:26 +0000)] 
Fixing bug 418068 for real. The previous patch was broken. Patch by Jesse Clark <jjclark1982@gmail.com> r=mkanat

17 years agoAdditional fix for bug 417146 - Patch by me, r=justdave
lpsolit%gmail.com [Thu, 28 Feb 2008 00:46:24 +0000 (00:46 +0000)] 
Additional fix for bug 417146 - Patch by me, r=justdave

17 years agoBug 417146: Sanitycheck recurses into global/message.txt.tmpl - Patch by Frédéric...
lpsolit%gmail.com [Thu, 28 Feb 2008 00:05:23 +0000 (00:05 +0000)] 
Bug 417146: Sanitycheck recurses into global/message.txt.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit

17 years agoBug 419191: CC'ed users not being in the group a bug is restricted to cannot do any...
lpsolit%gmail.com [Tue, 26 Feb 2008 06:09:32 +0000 (06:09 +0000)] 
Bug 419191: CC'ed users not being in the group a bug is restricted to cannot do any change - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 419243: get_new_status_and_resolution() no longer exists and bug moving fails...
lpsolit%gmail.com [Tue, 26 Feb 2008 06:05:21 +0000 (06:05 +0000)] 
Bug 419243: get_new_status_and_resolution() no longer exists and bug moving fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch...
lpsolit%gmail.com [Mon, 25 Feb 2008 22:16:33 +0000 (22:16 +0000)] 
Bug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

17 years agoBug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéric Buclin...
lpsolit%gmail.com [Mon, 25 Feb 2008 22:06:24 +0000 (22:06 +0000)] 
Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the documentation...
lpsolit%gmail.com [Mon, 25 Feb 2008 01:23:06 +0000 (01:23 +0000)] 
Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the documentation. People should use theory58S instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave

17 years agoBug 418068: No way to search for "date of last comment" before/after a given date...
lpsolit%gmail.com [Fri, 22 Feb 2008 06:05:10 +0000 (06:05 +0000)] 
Bug 418068: No way to search for "date of last comment" before/after a given date - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat

17 years agoBug 251740: Add local CSS hook file - Patch by Guy Pyrzak <guy.pyrzak@gmail.com>...
lpsolit%gmail.com [Thu, 21 Feb 2008 22:34:44 +0000 (22:34 +0000)] 
Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat

17 years agoBug 418518: Search links in editkeywords.cgi and describekeywords.cgi generate incorr...
lpsolit%gmail.com [Thu, 21 Feb 2008 22:23:54 +0000 (22:23 +0000)] 
Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi generate incorrect SQL queries - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat

17 years agoDoc for bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address...
lpsolit%gmail.com [Sun, 17 Feb 2008 20:41:54 +0000 (20:41 +0000)] 
Doc for bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit

17 years agoBug 390972: we shouldn't favor fink for os x - Patch by timeless <timeless@bemail...
lpsolit%gmail.com [Sun, 17 Feb 2008 20:29:02 +0000 (20:29 +0000)] 
Bug 390972: we shouldn't favor fink for os x - Patch by timeless <timeless@bemail.org> r=Colin r=justdave

17 years agoTwo small fixes for bug 390603 (better wording)
lpsolit%gmail.com [Sun, 17 Feb 2008 00:06:13 +0000 (00:06 +0000)] 
Two small fixes for bug 390603 (better wording)

17 years agoBug 281809: 'Groups' docs need improving - Patch by Sam Folk-Williams <sam.folkwillia...
lpsolit%gmail.com [Sat, 16 Feb 2008 20:05:02 +0000 (20:05 +0000)] 
Bug 281809: 'Groups' docs need improving - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit

17 years agoBug 417507: Search.pm broken when searching for empty resolutions (regression) -...
lpsolit%gmail.com [Fri, 15 Feb 2008 17:09:35 +0000 (17:09 +0000)] 
Bug 417507: Search.pm broken when searching for empty resolutions (regression) - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit

17 years agoBug 374951: Handle different strange situations in installations and upgrades that...
mkanat%bugzilla.org [Thu, 14 Feb 2008 12:15:16 +0000 (12:15 +0000)] 
Bug 374951: Handle different strange situations in installations and upgrades that can leave you with a half-latin half-utf8 DB.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

17 years agoBug 413121 â\80\93 UTF-8 in templates are garbaged.
wurblzap%gmail.com [Thu, 14 Feb 2008 04:40:10 +0000 (04:40 +0000)] 
Bug 413121 â\80\93 UTF-8 in templates are garbaged.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat, a=mkanat

17 years agoDoc patch for bug 244239: Add group-based pronouns to query - Patch by me, r=justdave
lpsolit%gmail.com [Wed, 13 Feb 2008 05:54:03 +0000 (05:54 +0000)] 
Doc patch for bug 244239: Add group-based pronouns to query - Patch by me, r=justdave

17 years agoBug 416481: No bugmail is sent if no comment is added on bug creation - Patch by...
lpsolit%gmail.com [Wed, 13 Feb 2008 03:13:07 +0000 (03:13 +0000)] 
Bug 416481: No bugmail is sent if no comment is added on bug creation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 384009: Global fields (priority, severity, OS, and platform) are required when...
lpsolit%gmail.com [Tue, 12 Feb 2008 07:32:51 +0000 (07:32 +0000)] 
Bug 384009: Global fields (priority, severity, OS, and platform) are required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 389815: Can't edit shared queries if you can't run them - Patch by timeless ...
lpsolit%gmail.com [Tue, 12 Feb 2008 06:57:27 +0000 (06:57 +0000)] 
Bug 389815: Can't edit shared queries if you can't run them - Patch by timeless <timeless@bemail.org> r/a=LpSolit

17 years agoBug 341508 â\80\93 GetBugLink() should be localisable.
wurblzap%gmail.com [Tue, 12 Feb 2008 05:20:20 +0000 (05:20 +0000)] 
Bug 341508 â\80\93 GetBugLink() should be localisable.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit, a=LpSolit

17 years agoBug 414430: On Windows, checksetup.pl should mention the correct PPM repo based on...
lpsolit%gmail.com [Tue, 12 Feb 2008 01:31:29 +0000 (01:31 +0000)] 
Bug 414430: On Windows, checksetup.pl should mention the correct PPM repo based on the Perl version - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=glob a=LpSolit

17 years agoBug 90334: Do not display the "change several bugs at once" form if there are no...
lpsolit%gmail.com [Sat, 9 Feb 2008 05:35:44 +0000 (05:35 +0000)] 
Bug 90334: Do not display the "change several bugs at once" form if there are no bugs in the buglist - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 388723: Make the browser wrap comments on display in addition to the normal wrapp...
mkanat%bugzilla.org [Sat, 9 Feb 2008 05:18:59 +0000 (05:18 +0000)] 
Bug 388723: Make the browser wrap comments on display in addition to the normal wrapping, to support CJK languages that have no spaces.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, r=glob

17 years agoBug 414284: Bug edit page is bad for changing components
mkanat%bugzilla.org [Fri, 8 Feb 2008 05:56:31 +0000 (05:56 +0000)] 
Bug 414284: Bug edit page is bad for changing components
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat

17 years agoBug 415539: Remove trailing whitespaces from bugmail
mkanat%bugzilla.org [Fri, 8 Feb 2008 02:14:42 +0000 (02:14 +0000)] 
Bug 415539: Remove trailing whitespaces from bugmail
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

17 years agoBug 61487: describe "Normal" severity in "A Bug's Life Cycle" - Patch by Eclipse...
lpsolit%gmail.com [Fri, 8 Feb 2008 01:07:12 +0000 (01:07 +0000)] 
Bug 61487: describe "Normal" severity in "A Bug's Life Cycle" - Patch by Eclipse Webmaster <webmaster@eclipse.org> r/a=LpSolit

17 years agoDoc patch for bug 101179 (custom statuses and workflow) - Patch by Frédéric Buclin...
lpsolit%gmail.com [Thu, 7 Feb 2008 05:36:38 +0000 (05:36 +0000)] 
Doc patch for bug 101179 (custom statuses and workflow) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin

17 years agoBug 390603: Configuration paramaters documentation needs updating - Patch by Sam...
lpsolit%gmail.com [Thu, 7 Feb 2008 03:58:55 +0000 (03:58 +0000)] 
Bug 390603: Configuration paramaters documentation needs updating - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r/a=LpSolit

17 years agoBug 392821: Remove obsolete instructions in template variables.none.tmpl concerning...
lpsolit%gmail.com [Thu, 7 Feb 2008 03:02:21 +0000 (03:02 +0000)] 
Bug 392821: Remove obsolete instructions in template variables.none.tmpl concerning bug_re - Patch by Eclipse Webmaster <webmaster@eclipse.org> r/a=LpSolit

17 years agoForgot to upload this new template (as part of bug 349369)
lpsolit%gmail.com [Wed, 6 Feb 2008 22:18:13 +0000 (22:18 +0000)] 
Forgot to upload this new template (as part of bug 349369)

17 years agoBug 349369: Allow unused custom fields to be deleted from editfields.cgi - Patch...
lpsolit%gmail.com [Wed, 6 Feb 2008 22:15:34 +0000 (22:15 +0000)] 
Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit

17 years agoBug 359943: Prev/Next <link rel>s not working on process_bug.cgi page - Patch by...
lpsolit%gmail.com [Wed, 6 Feb 2008 19:34:49 +0000 (19:34 +0000)] 
Bug 359943: Prev/Next <link rel>s not working on process_bug.cgi page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

17 years agoBug 414712 â\80\93 Hook post_bug.cgi for post creation processing
ghendricks%novell.com [Wed, 6 Feb 2008 00:56:23 +0000 (00:56 +0000)] 
Bug 414712 â\80\93 Hook post_bug.cgi for post creation processing
patch by ghendricks@novell.com r=mkanat a=mkanat

17 years agoBug 393745: s/you/anyone/ in the message displayed when creating a new product -...
lpsolit%gmail.com [Tue, 5 Feb 2008 18:20:13 +0000 (18:20 +0000)] 
Bug 393745: s/you/anyone/ in the message displayed when creating a new product - Patch by timeless <timeless@bemail.org> r=reed r=vladd a=LpSolit

17 years agoBug 378908: Edit Group Access Controls hint for Default Default is missing a period...
lpsolit%gmail.com [Tue, 5 Feb 2008 18:11:57 +0000 (18:11 +0000)] 
Bug 378908: Edit Group Access Controls hint for Default Default is missing a period - Patch by timeless <timeless@bemail.org> r/a=LpSolit

17 years agoBug 373926: Time-tracking and attachment tables look too different - Patch by Guy...
lpsolit%gmail.com [Tue, 5 Feb 2008 18:06:47 +0000 (18:06 +0000)] 
Bug 373926: Time-tracking and attachment tables look too different - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat

17 years agoBug 414604: After inserting/editing/deleting an attachment, the Keywords field is...
lpsolit%gmail.com [Tue, 5 Feb 2008 17:58:04 +0000 (17:58 +0000)] 
Bug 414604: After inserting/editing/deleting an attachment, the Keywords field is unavailable - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks r=mkanat a=mkanat

17 years agoBug 415544: Mass-change erases all values from custom multi-select fields - Patch...
lpsolit%gmail.com [Tue, 5 Feb 2008 17:52:48 +0000 (17:52 +0000)] 
Bug 415544: Mass-change erases all values from custom multi-select fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 415663: Flag->snapshot() calls Flag->match() with attach_id being undefined when...
lpsolit%gmail.com [Tue, 5 Feb 2008 05:24:20 +0000 (05:24 +0000)] 
Bug 415663: Flag->snapshot() calls Flag->match() with attach_id being undefined when editing bug flags - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit

17 years agoBug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Flag subrou...
lpsolit%gmail.com [Mon, 4 Feb 2008 19:29:26 +0000 (19:29 +0000)] 
Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Flag subroutines - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit

17 years agoBug 376453 â\80\93 E-mail threading can be enhanced with references header - Patch by...
olav%bkor.dhs.org [Mon, 4 Feb 2008 18:45:34 +0000 (18:45 +0000)] 
Bug 376453 â\80\93 E-mail threading can be enhanced with references header - Patch by Henrik Skupin <hskupin@gmail.com> r=bkor a=LpSolit

17 years agoBug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match() there...
lpsolit%gmail.com [Mon, 4 Feb 2008 18:23:47 +0000 (18:23 +0000)] 
Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit

17 years agoBug 395460: Make multi-select fields searchable
mkanat%bugzilla.org [Mon, 4 Feb 2008 05:41:56 +0000 (05:41 +0000)] 
Bug 395460: Make multi-select fields searchable
Patch By Ronaldo Maia <romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat<romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat

17 years agoBug 378797: Ability to turn "My votes" page into a bug list - Patch by GavinS <bugzil...
lpsolit%gmail.com [Sun, 3 Feb 2008 17:37:20 +0000 (17:37 +0000)] 
Bug 378797: Ability to turn "My votes" page into a bug list - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit

17 years agoBump version number post-release.
mkanat%bugzilla.org [Sat, 2 Feb 2008 22:38:00 +0000 (22:38 +0000)] 
Bump version number post-release.

17 years agoBump the version number for the 3.1.3 release.
mkanat%bugzilla.org [Sat, 2 Feb 2008 06:34:19 +0000 (06:34 +0000)] 
Bump the version number for the 3.1.3 release.

17 years agoBug 413163: sanitycheck.pl needs to be more helpful when run at command line - Patch...
lpsolit%gmail.com [Thu, 31 Jan 2008 18:00:19 +0000 (18:00 +0000)] 
Bug 413163: sanitycheck.pl needs to be more helpful when run at command line - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r/a=LpSolit

17 years agoBug 414726: Bugzilla::Update never updates bugzilla-update.xml if the file already...
lpsolit%gmail.com [Wed, 30 Jan 2008 07:55:16 +0000 (07:55 +0000)] 
Bug 414726: Bugzilla::Update never updates bugzilla-update.xml if the file already exists locally - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

17 years agoBug 414002: Temporary files for uploaded attachments are not deleted on Windows ...
lpsolit%gmail.com [Wed, 30 Jan 2008 01:19:36 +0000 (01:19 +0000)] 
Bug 414002: Temporary files for uploaded attachments are not deleted on Windows - Patch by Steve Hay <SteveHay@planit.com> r/a=LpSolit

17 years agoBug 414267: show bug UI broken after editing an attachment - Patch by Guy Pyrzak...
lpsolit%gmail.com [Wed, 30 Jan 2008 00:48:45 +0000 (00:48 +0000)] 
Bug 414267: show bug UI broken after editing an attachment - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit

17 years agoBug 414269: Move the knobs to appear below the enter comments area (like it used...
lpsolit%gmail.com [Wed, 30 Jan 2008 00:42:16 +0000 (00:42 +0000)] 
Bug 414269: Move the knobs to appear below the enter comments area (like it used to) - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat

17 years agoBug 414382: Remove the duplicated "CC myself" checkbox below the "Additional Comment...
lpsolit%gmail.com [Wed, 30 Jan 2008 00:36:56 +0000 (00:36 +0000)] 
Bug 414382: Remove the duplicated "CC myself" checkbox below the "Additional Comment" field in favor of the one near the CC list - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit

17 years agoBug 414474: Remove debugging code from Search.pm that was left in from bug 399371.
mkanat%bugzilla.org [Tue, 29 Jan 2008 07:47:01 +0000 (07:47 +0000)] 
Bug 414474: Remove debugging code from Search.pm that was left in from bug 399371.
Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat

17 years agoBug 414281: editvalues.cgi variables badly scoped under mod_perl - Patch by FrédÃ...
lpsolit%gmail.com [Mon, 28 Jan 2008 07:36:13 +0000 (07:36 +0000)] 
Bug 414281: editvalues.cgi variables badly scoped under mod_perl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 414012: Include the table id in fields that fail their new max-length check.
mkanat%bugzilla.org [Mon, 28 Jan 2008 06:54:58 +0000 (06:54 +0000)] 
Bug 414012: Include the table id in fields that fail their new max-length check.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave

17 years agoBug 325487: Admin pages should require less "clicks" (remove useless confirmation...
lpsolit%gmail.com [Mon, 28 Jan 2008 05:14:14 +0000 (05:14 +0000)] 
Bug 325487: Admin pages should require less "clicks" (remove useless confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit

17 years agoBug 410521: The diffs in bugmails were broken and BugMail.pm was throwing a warning...
mkanat%bugzilla.org [Mon, 28 Jan 2008 01:39:28 +0000 (01:39 +0000)] 
Bug 410521: The diffs in bugmails were broken and BugMail.pm was throwing a warning about sprintf.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

17 years agoBug 374020: Re-work the bug editing form to be more usable.
mkanat%bugzilla.org [Mon, 28 Jan 2008 01:21:11 +0000 (01:21 +0000)] 
Bug 374020: Re-work the bug editing form to be more usable.
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat

17 years agoBug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm in...
lpsolit%gmail.com [Mon, 28 Jan 2008 01:15:18 +0000 (01:15 +0000)] 
Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 411544: Subject lines were still being improperly line-broken in emails.
mkanat%bugzilla.org [Mon, 28 Jan 2008 00:08:45 +0000 (00:08 +0000)] 
Bug 411544: Subject lines were still being improperly line-broken in emails.
Patch By Jeff Lawson <jlawson-mozilla@bovine.net> r=mkanat, a=mkanat