]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
15 years agoBug 529495: The open bracket is missing for a directive in global/code-error.html...
lpsolit%gmail.com [Wed, 18 Nov 2009 14:34:04 +0000 (14:34 +0000)] 
Bug 529495: The open bracket is missing for a directive in global/code-error.html.tmpl - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit

15 years agoBug 525429: Template hook for verify-new-product
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:18:54 +0000 (07:18 +0000)] 
Bug 525429: Template hook for verify-new-product
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 525426: Hook: object-before_set
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:17:51 +0000 (07:17 +0000)] 
Bug 525426: Hook: object-before_set
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 524034: New hook: bug-end_of_create_validators
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:15:23 +0000 (07:15 +0000)] 
Bug 524034: New hook: bug-end_of_create_validators
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 524007: New Hook: object-end_of_create_validators
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:13:24 +0000 (07:13 +0000)] 
Bug 524007: New Hook: object-end_of_create_validators
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 521373: Hook: object-before_create
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:11:36 +0000 (07:11 +0000)] 
Bug 521373: Hook: object-before_create

15 years agoBug 529223: The JSON-RPC interface was not working at all with JSON-RPC 1.0, because...
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:09:49 +0000 (07:09 +0000)] 
Bug 529223: The JSON-RPC interface was not working at all with JSON-RPC 1.0, because it was mis-handling input parameters.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 527489: Calls to bz_alter_column were dropping the REFERENCES item from the store...
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:08:33 +0000 (07:08 +0000)] 
Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from the stored Schema object.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat

15 years agoBug 421265: Let the user easily override the language used to display HTML pages
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:06:45 +0000 (07:06 +0000)] 
Bug 421265: Let the user easily override the language used to display HTML pages
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat

15 years agoBug 519142: Replace IF/ELSE statements about bug_status/resolution with just a displa...
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:04:57 +0000 (07:04 +0000)] 
Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just a display_value call, and use display_value in more places to translate field values.
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat

15 years agoFix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CPAN messe...
mkanat%bugzilla.org [Wed, 18 Nov 2009 07:01:40 +0000 (07:01 +0000)] 
Fix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

15 years agoBug 529483: Release Notes for Bugzilla 3.4.4
mkanat%bugzilla.org [Wed, 18 Nov 2009 06:53:45 +0000 (06:53 +0000)] 
Bug 529483: Release Notes for Bugzilla 3.4.4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=reed

15 years agoBug 526189: Silently ignore any attempts to add an inactive group to a bug, which...
mkanat%bugzilla.org [Wed, 18 Nov 2009 06:30:57 +0000 (06:30 +0000)] 
Bug 526189: Silently ignore any attempts to add an inactive group to a bug, which fixes the fact that mandatory groups were being added to bugs when changing products, even if they were inactive (not used for bugs).
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoFix POD of Bugzilla::Migrate to be consistent with reality (it was slightly
mkanat%bugzilla.org [Tue, 17 Nov 2009 21:16:08 +0000 (21:16 +0000)] 
Fix POD of Bugzilla::Migrate to be consistent with reality (it was slightly
out-of-sync with the code when I first checked it in, because some things
ended up working differently than they originally did as I developed,
but the POD didn't get updated at the end).

15 years agoBug 528872 - "Attachments in attachments table should have CSS classes to help with...
reed%reedloden.com [Mon, 16 Nov 2009 16:33:10 +0000 (16:33 +0000)] 
Bug 528872 - "Attachments in attachments table should have CSS classes to help with styling" [p=reed r=LpSolit a=LpSolit]

15 years agoBug 475234: OS sniffing doesn't detect Windows 7 - Patch by Siddharth Agarwal [:sid0...
lpsolit%gmail.com [Mon, 16 Nov 2009 11:19:17 +0000 (11:19 +0000)] 
Bug 475234: OS sniffing doesn't detect Windows 7 - Patch by Siddharth Agarwal [:sid0] <sid.bugzilla@gmail.com> r=timeless a=LpSolit

15 years ago Bug 528262 - Tabular reports ignore disabled field values despite being selected
ghendricks%novell.com [Fri, 13 Nov 2009 00:34:47 +0000 (00:34 +0000)] 
 Bug 528262 -  Tabular reports ignore disabled field values despite being selected
 patch by ghendricks@novell.com, r=mkanat, a=mkanat

15 years agoBug 526165: Make it impossible to set creation_ts via Bugzilla::Bug->create
mkanat%bugzilla.org [Tue, 10 Nov 2009 21:21:52 +0000 (21:21 +0000)] 
Bug 526165: Make it impossible to set creation_ts via Bugzilla::Bug->create
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 527505: Make 001compile.t use Bugzilla->feature to determine which modules to...
mkanat%bugzilla.org [Tue, 10 Nov 2009 21:19:46 +0000 (21:19 +0000)] 
Bug 527505: Make 001compile.t use Bugzilla->feature to determine which modules to compile
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

15 years agoBug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->params...
lpsolit%gmail.com [Tue, 10 Nov 2009 16:31:47 +0000 (16:31 +0000)] 
Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit

15 years agoBug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params->{...
lpsolit%gmail.com [Tue, 10 Nov 2009 16:00:10 +0000 (16:00 +0000)] 
Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit

15 years agoBug 472217: Create a Bugzilla::Comment object and eliminate GetComments
mkanat%bugzilla.org [Tue, 10 Nov 2009 01:36:02 +0000 (01:36 +0000)] 
Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 283609 - Search for relative dates in deadline
ghendricks%novell.com [Mon, 9 Nov 2009 20:54:50 +0000 (20:54 +0000)] 
Bug 283609 -  Search for relative dates in deadline
patch by ghendricks@novell.com r=LpSolit, a=LpSolit

15 years agoBug 526146: Use remove_from_db to delete keywords in editkeywords.cgi
mkanat%bugzilla.org [Mon, 9 Nov 2009 19:51:58 +0000 (19:51 +0000)] 
Bug 526146: Use remove_from_db to delete keywords in editkeywords.cgi
Patch by Frank Becker <Frank@Frank-Becker.de> r=mkanat, a=mkanat

15 years agoBug 525734: Allow WebService clients to authenticate using Bugzilla_login and Bugzill...
mkanat%bugzilla.org [Mon, 9 Nov 2009 19:15:28 +0000 (19:15 +0000)] 
Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and Bugzilla_password
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 525617: Template Hook for bug/field.html.tmpl
mkanat%bugzilla.org [Mon, 9 Nov 2009 19:12:53 +0000 (19:12 +0000)] 
Bug 525617: Template Hook for bug/field.html.tmpl
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 524669: Allow every simple field in fielddefs to be specified directly in search...
mkanat%bugzilla.org [Mon, 9 Nov 2009 19:09:03 +0000 (19:09 +0000)] 
Bug 524669: Allow every simple field in fielddefs to be specified directly in search URLs.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gerv, a=mkanat

15 years agoBug 515644: Provide ETag support for config.cgi
mkanat%bugzilla.org [Mon, 9 Nov 2009 19:04:50 +0000 (19:04 +0000)] 
Bug 515644: Provide ETag support for config.cgi
Patch by Frank Becker <Frank@Frank-Becker.de> r=mkanat, a=mkanat

15 years agoBug 511028: Create a read-only Bugzilla::Whine::Schedule object using Bugzilla::Objec...
mkanat%bugzilla.org [Mon, 9 Nov 2009 18:35:39 +0000 (18:35 +0000)] 
Bug 511028: Create a read-only Bugzilla::Whine::Schedule object using Bugzilla::Object, for whine schedules
Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat

15 years agoBug 513593: Make the WebService taint incoming parameters
mkanat%bugzilla.org [Mon, 9 Nov 2009 18:27:52 +0000 (18:27 +0000)] 
Bug 513593: Make the WebService taint incoming parameters
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 450747: Minor JS cleanup for the "edit multiple bugs" page
mkanat%bugzilla.org [Mon, 9 Nov 2009 18:25:52 +0000 (18:25 +0000)] 
Bug 450747: Minor JS cleanup for the "edit multiple bugs" page
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat

15 years agoBump version number post-release.
mkanat%bugzilla.org [Thu, 5 Nov 2009 18:09:18 +0000 (18:09 +0000)] 
Bump version number post-release.

15 years agoFix a 009bugwords runtests.pl failure related to the release-notes.
mkanat%bugzilla.org [Thu, 5 Nov 2009 12:33:35 +0000 (12:33 +0000)] 
Fix a 009bugwords runtests.pl failure related to the release-notes.

15 years agoBump version number for 3.5.1. bugzilla-3.5.1 release-3.5.1
mkanat%bugzilla.org [Thu, 5 Nov 2009 12:26:47 +0000 (12:26 +0000)] 
Bump version number for 3.5.1.

15 years agoAdd bug 525025 to the 3.4.3 release notes.
mkanat%bugzilla.org [Thu, 5 Nov 2009 12:15:29 +0000 (12:15 +0000)] 
Add bug 525025 to the 3.4.3 release notes.

15 years agoBug 525254: editproducts.cgi shouldn't display the "Edit classification 'Foo'" link...
lpsolit%gmail.com [Tue, 3 Nov 2009 23:48:32 +0000 (23:48 +0000)] 
Bug 525254: editproducts.cgi shouldn't display the "Edit classification 'Foo'" link if you haven't editclassifications privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

15 years agoBug 526271: Uninitialized value in can_enter_product() due to a missing argument...
lpsolit%gmail.com [Tue, 3 Nov 2009 19:46:13 +0000 (19:46 +0000)] 
Bug 526271: Uninitialized value in can_enter_product() due to a missing argument - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

15 years agoBug 518404: Make email_in.pl run in taint mode
mkanat%bugzilla.org [Mon, 2 Nov 2009 14:50:18 +0000 (14:50 +0000)] 
Bug 518404: Make email_in.pl run in taint mode
Patch by Vitaliy Filippov <vitalif@yourcmc.ru> r=mkanat, a=mkanat

15 years agoBug 524891: Make leading whitespace not be trimmed from comments on display.
mkanat%bugzilla.org [Sun, 1 Nov 2009 20:12:26 +0000 (20:12 +0000)] 
Bug 524891: Make leading whitespace not be trimmed from comments on display.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

15 years agoBug 525025: Custom field names having UTF8-characters in them crash Bugzilla - Patch...
lpsolit%gmail.com [Sun, 1 Nov 2009 19:49:24 +0000 (19:49 +0000)] 
Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoBug 366994: Make bugmail be sent for any public changes even when there is a private...
mkanat%bugzilla.org [Sat, 31 Oct 2009 23:19:48 +0000 (23:19 +0000)] 
Bug 366994: Make bugmail be sent for any public changes even when there is a private comment made.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 460742: The type should be mandatory to create a custom field - Patch by Nitish...
lpsolit%gmail.com [Fri, 30 Oct 2009 01:14:11 +0000 (01:14 +0000)] 
Bug 460742: The type should be mandatory to create a custom field - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat

15 years agoBug 525252: editproducts.cgi should only list classifications in which there are...
lpsolit%gmail.com [Fri, 30 Oct 2009 01:01:22 +0000 (01:01 +0000)] 
Bug 525252: editproducts.cgi should only list classifications in which there are products you can administer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

15 years agoBug 524234: When there are no search results, include helpful links
mkanat%bugzilla.org [Thu, 29 Oct 2009 04:46:15 +0000 (04:46 +0000)] 
Bug 524234: When there are no search results, include helpful links
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 524814: Flag requests are resent all the time, even when flags are not updated...
lpsolit%gmail.com [Tue, 27 Oct 2009 23:08:40 +0000 (23:08 +0000)] 
Bug 524814: Flag requests are resent all the time, even when flags are not updated - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit

15 years agoBug 510246: makedocs.pl should not compile POD for modules in lib/ - Patch by FrÃ...
lpsolit%gmail.com [Tue, 27 Oct 2009 20:56:50 +0000 (20:56 +0000)] 
Bug 510246: makedocs.pl should not compile POD for modules in lib/ - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoBug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard params ...
lpsolit%gmail.com [Tue, 27 Oct 2009 16:55:31 +0000 (16:55 +0000)] 
Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

15 years agoBug 521398 - make XML version of bug supply more data (flags, comment IDs etc.) Patch...
gerv%gerv.net [Mon, 26 Oct 2009 16:16:21 +0000 (16:16 +0000)] 
Bug 521398 - make XML version of bug supply more data (flags, comment IDs etc.) Patch by gerv; r,a=LpSolit.

15 years agoBug 493242: UTF-8 characters in custom field names are mangled in show_activity.cgi...
lpsolit%gmail.com [Mon, 26 Oct 2009 11:28:48 +0000 (11:28 +0000)] 
Bug 493242: UTF-8 characters in custom field names are mangled in show_activity.cgi - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit

15 years agoBug 524244: Make the HTML buglist not display a header if there are no bugs found.
mkanat%bugzilla.org [Mon, 26 Oct 2009 00:22:53 +0000 (00:22 +0000)] 
Bug 524244: Make the HTML buglist not display a header if there are no bugs found.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 521043: Release Notes for Bugzilla 3.4.3
mkanat%bugzilla.org [Mon, 26 Oct 2009 00:14:38 +0000 (00:14 +0000)] 
Bug 521043: Release Notes for Bugzilla 3.4.3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

15 years agoBug 524395: Boolean charts And, Or, "add another chart" buttons do no work with JS...
lpsolit%gmail.com [Mon, 26 Oct 2009 00:10:37 +0000 (00:10 +0000)] 
Bug 524395: Boolean charts And, Or, "add another chart" buttons do no work with JS turned off - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoThe checkin of bug 520948 broke the docs build, because Chart::Base wasn't a required...
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:53:12 +0000 (05:53 +0000)] 
The checkin of bug 520948 broke the docs build, because Chart::Base wasn't a required module anymore.

15 years agoBug 519584: Implement a framework for migrating from other bug-trackers, and start...
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:30:14 +0000 (05:30 +0000)] 
Bug 519584: Implement a framework for migrating from other bug-trackers, and start with a GNATS importer.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat

15 years agoBug 522620: Make Bugzilla::Bug->create case-insensitive for version and target_milest...
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:28:13 +0000 (05:28 +0000)] 
Bug 522620: Make Bugzilla::Bug->create case-insensitive for version and target_milestone values
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 522428: Bugzilla::Bug->create should be case-insensitive for global select field
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:27:20 +0000 (05:27 +0000)] 
Bug 522428: Bugzilla::Bug->create should be case-insensitive for global select field
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and also...
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:26:35 +0000 (05:26 +0000)] 
Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and also be more accurate about what's "empty". This also makes detaint_natural and detaint_signed call int() on their return values.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 522404: Allow Bugzilla::Product->create to create multiple products in one script.
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:24:53 +0000 (05:24 +0000)] 
Bug 522404: Allow Bugzilla::Product->create to create multiple products in one script.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 523495: Re-work attachment.cgi and the general attachment_base-checking code...
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:22:45 +0000 (05:22 +0000)] 
Bug 523495: Re-work attachment.cgi and the general attachment_base-checking code to prevent an infinite redirect loop when ssl_redirect is on and Bugzilla has an attachment_base set.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of checking...
mkanat%bugzilla.org [Sat, 24 Oct 2009 05:21:06 +0000 (05:21 +0000)] 
Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of checking if modules are installed
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 365267: attachment.cgi should not be editable when the user is not logged in...
lpsolit%gmail.com [Fri, 23 Oct 2009 21:32:06 +0000 (21:32 +0000)] 
Bug 365267: attachment.cgi should not be editable when the user is not logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit

15 years agoBug 523869: Insecure dependency error when trying to update some fields (problem...
lpsolit%gmail.com [Fri, 23 Oct 2009 15:37:40 +0000 (15:37 +0000)] 
Bug 523869: Insecure dependency error when trying to update some fields (problem with multi-select custom fields) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoBug 522396: Bugzilla::Product->create should do better with missing input fields
mkanat%bugzilla.org [Thu, 22 Oct 2009 22:33:34 +0000 (22:33 +0000)] 
Bug 522396: Bugzilla::Product->create should do better with missing input fields
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 394438: Add a hook for adding template vars to any page (Override Template->process)
mkanat%bugzilla.org [Tue, 20 Oct 2009 23:08:03 +0000 (23:08 +0000)] 
Bug 394438: Add a hook for adding template vars to any page (Override Template->process)
Patch by Matt Rogers <mattr@kde.org> r=mkanat, a=mkanat

15 years agoBug 378681: Bug XML only contains group names, while process_bug only accepts group...
lpsolit%gmail.com [Mon, 19 Oct 2009 16:34:04 +0000 (16:34 +0000)] 
Bug 378681: Bug XML only contains group names, while process_bug only accepts group IDs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit

15 years agoBackout changes that weren't supposed to be committed. Oops\!
reed%reedloden.com [Mon, 19 Oct 2009 02:13:03 +0000 (02:13 +0000)] 
Backout changes that weren't supposed to be committed. Oops\!

15 years agoBug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSolit...
reed%reedloden.com [Mon, 19 Oct 2009 02:09:39 +0000 (02:09 +0000)] 
Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSolit a=LpSolit]

15 years agoBug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buclin <LpSolit...
lpsolit%gmail.com [Sun, 18 Oct 2009 23:34:57 +0000 (23:34 +0000)] 
Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoWas getting an "uninitialized value" error in Bugzilla::Config when running checksetu...
mkanat%bugzilla.org [Fri, 9 Oct 2009 06:15:31 +0000 (06:15 +0000)] 
Was getting an "uninitialized value" error in Bugzilla::Config when running checksetup.pl, because of the checkin from bug 514913.

15 years agoBug 518974: Hooks to add text to index.cgi
mkanat%bugzilla.org [Fri, 9 Oct 2009 04:38:13 +0000 (04:38 +0000)] 
Bug 518974: Hooks to add text to index.cgi
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 514913: Eliminate ssl="authenticated sessions"
mkanat%bugzilla.org [Fri, 9 Oct 2009 04:31:08 +0000 (04:31 +0000)] 
Bug 514913: Eliminate ssl="authenticated sessions"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not just values
mkanat%bugzilla.org [Tue, 6 Oct 2009 05:38:29 +0000 (05:38 +0000)] 
Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not just values
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoAdd missing file change for bug 302542
lpsolit%gmail.com [Mon, 5 Oct 2009 09:49:30 +0000 (09:49 +0000)] 
Add missing file change for bug 302542

15 years agoBug 302542: Implement the ability to delete data sets (series) in New Charts - Patch...
lpsolit%gmail.com [Sun, 4 Oct 2009 21:00:24 +0000 (21:00 +0000)] 
Bug 302542: Implement the ability to delete data sets (series) in New Charts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit

15 years agoBug 519040: After creating a new series, redirect the user to a more useful page...
lpsolit%gmail.com [Sun, 4 Oct 2009 20:52:36 +0000 (20:52 +0000)] 
Bug 519040: After creating a new series, redirect the user to a more useful page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit

15 years agoBug 364254: Add hook to Bugzilla::Template::quoteUrls
mkanat%bugzilla.org [Wed, 30 Sep 2009 23:42:49 +0000 (23:42 +0000)] 
Bug 364254: Add hook to Bugzilla::Template::quoteUrls
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 509053: Implement Bugzilla->feature (feature_enabled in the templates), and use...
mkanat%bugzilla.org [Wed, 30 Sep 2009 22:39:28 +0000 (22:39 +0000)] 
Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), and use it to detect when PatchReader is available.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 512623: Change get_status and get_resolution to display_value everywhere.
mkanat%bugzilla.org [Wed, 30 Sep 2009 22:34:31 +0000 (22:34 +0000)] 
Bug 512623: Change get_status and get_resolution to display_value everywhere.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 512623: Implement the basic infrastructure for localization of all custom and...
mkanat%bugzilla.org [Wed, 30 Sep 2009 22:33:18 +0000 (22:33 +0000)] 
Bug 512623:  Implement the basic infrastructure for localization of all custom and standard field values
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 452813: No link to the "duplicate of" bug when JS is turned off - Patch by FrÃ...
lpsolit%gmail.com [Wed, 30 Sep 2009 14:29:33 +0000 (14:29 +0000)] 
Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit

15 years agoBug 455559: The requestee field should be narrower - Patch by Frédéric Buclin ...
lpsolit%gmail.com [Wed, 30 Sep 2009 14:16:18 +0000 (14:16 +0000)] 
Bug 455559: The requestee field should be narrower - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit

15 years agoBug 519676: Allow users to set blank/false values for things in checksetup.pl's ...
mkanat%bugzilla.org [Wed, 30 Sep 2009 11:42:50 +0000 (11:42 +0000)] 
Bug 519676: Allow users to set blank/false values for things in checksetup.pl's "answers" file.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat

15 years agoBug 511796: Allow groups to bless themselves
mkanat%bugzilla.org [Wed, 30 Sep 2009 08:59:50 +0000 (08:59 +0000)] 
Bug 511796: Allow groups to bless themselves
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

15 years agoBug 452750: Make it easier to distinguish visited links in Dusk from normal text.
mkanat%bugzilla.org [Wed, 30 Sep 2009 08:58:49 +0000 (08:58 +0000)] 
Bug 452750: Make it easier to distinguish visited links in Dusk from normal text.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat

15 years agoBug 488931: Change the default priority values to be human-readable words instead...
mkanat%bugzilla.org [Wed, 30 Sep 2009 08:55:03 +0000 (08:55 +0000)] 
Bug 488931: Change the default priority values to be human-readable words instead of P1, P2, etc.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 328628: When attachments have UTF-8 characters in their name, they will now be...
mkanat%bugzilla.org [Wed, 30 Sep 2009 08:51:45 +0000 (08:51 +0000)] 
Bug 328628: When attachments have UTF-8 characters in their name, they will now be downloaded with the correct name.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=mkanat

15 years ago Bug 519481 - Advanced search has empty version and milestone
ghendricks%novell.com [Tue, 29 Sep 2009 20:02:14 +0000 (20:02 +0000)] 
 Bug 519481 -  Advanced search has empty version and milestone
 patch by ghendricks r=LpSolit

15 years agoBug 140999: Users without edit permissions for an attachment should still be able...
lpsolit%gmail.com [Mon, 28 Sep 2009 17:24:16 +0000 (17:24 +0000)] 
Bug 140999: Users without edit permissions for an attachment should still be able to make comments - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit

15 years agoBug 519032: Remove the unused "last_viewed" column from the "series" DB table - Patch...
lpsolit%gmail.com [Mon, 28 Sep 2009 09:04:38 +0000 (09:04 +0000)] 
Bug 519032: Remove the unused "last_viewed" column from the "series" DB table - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoBug 164009: Add arrows to buglist columns to indicate columns and direction used...
wicked%sci.fi [Sun, 27 Sep 2009 18:12:48 +0000 (18:12 +0000)] 
Bug 164009: Add arrows to buglist columns to indicate columns and direction used for buglist sorting. Original patch by Jesse Clark <jjclark1982@gmail.com> and modified by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit

15 years agoBug 408807: Need a link pointing to the bug report from the attachment details and...
lpsolit%gmail.com [Sun, 27 Sep 2009 16:19:02 +0000 (16:19 +0000)] 
Bug 408807: Need a link pointing to the bug report from the attachment details and diff pages - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit

15 years agoBug 517793: Use the ENCODING parameter of Template Toolkit instead of having a custom...
mkanat%bugzilla.org [Sat, 26 Sep 2009 23:33:11 +0000 (23:33 +0000)] 
Bug 517793: Use the ENCODING parameter of Template Toolkit instead of having a custom parser object. This also fixes a memory leak on mod_perl.
Patch by Max Kanat-Alexander <mkanat@buzgilla.org> r=LpSolit, a=LpSolit

15 years agoBug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch by FrÃ...
lpsolit%gmail.com [Tue, 22 Sep 2009 19:18:32 +0000 (19:18 +0000)] 
Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit

15 years agoBug 512983: Missing comma in field-descs.none.tmpl - Patch by A.A. Shimono (himorin...
lpsolit%gmail.com [Tue, 22 Sep 2009 17:08:26 +0000 (17:08 +0000)] 
Bug 512983: Missing comma in field-descs.none.tmpl - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r=pyrzak r=LpSolit a=LpSolit

15 years agoBug 517761: Checksetup creates and deletes ./data/duplicates/ directory every time...
lpsolit%gmail.com [Tue, 22 Sep 2009 17:03:23 +0000 (17:03 +0000)] 
Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

15 years agoBug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a series of...
mkanat%bugzilla.org [Tue, 22 Sep 2009 00:29:39 +0000 (00:29 +0000)] 
Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a series of subroutines
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat

15 years agoBug 517632: Make checksetup.pl die when it fails to create a directory
mkanat%bugzilla.org [Tue, 22 Sep 2009 00:20:56 +0000 (00:20 +0000)] 
Bug 517632: Make checksetup.pl die when it fails to create a directory
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat

15 years agoBug 516712: Allow checksetup.pl to upgrade installations from before 3.4 where profil...
mkanat%bugzilla.org [Mon, 21 Sep 2009 23:49:18 +0000 (23:49 +0000)] 
Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 where profiles.extern_id contains multiple empty string values.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

15 years agoBug 496855: Hooks for sanitycheck.cgi
mkanat%bugzilla.org [Mon, 21 Sep 2009 22:10:07 +0000 (22:10 +0000)] 
Bug 496855: Hooks for sanitycheck.cgi
Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat

15 years agoBug 388830: Use JS to make sure there's a Description value when submitting an attachment
mkanat%bugzilla.org [Mon, 21 Sep 2009 22:02:28 +0000 (22:02 +0000)] 
Bug 388830: Use JS to make sure there's a Description value when submitting an attachment
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit