]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
14 years agoAdditional fix for bug 619016: The FK adding/removing code for SQLite didn't
Max Kanat-Alexander [Wed, 15 Dec 2010 22:48:38 +0000 (14:48 -0800)] 
Additional fix for bug 619016: The FK adding/removing code for SQLite didn't
work when it was modifying tables to have their first FK or removing all
the FKs on a table.
r=mkanat, a=mkanat (module owner)

14 years agoBug 619016: Make SQLite installations able to alter an existing schema,
Max Kanat-Alexander [Wed, 15 Dec 2010 22:13:11 +0000 (14:13 -0800)] 
Bug 619016: Make SQLite installations able to alter an existing schema,
meaning that SQLite installations can now upgrade and add custom fields.
r=mkanat, a=mkanat (module owner)

14 years agoBug 619466: Make searching by work_time search the total time on the bug
Max Kanat-Alexander [Wed, 15 Dec 2010 22:06:01 +0000 (14:06 -0800)] 
Bug 619466: Make searching by work_time search the total time on the bug
instead of searching the time on individual comments.
r=mkanat, a=mkanat (module owner)

14 years agoBug 617477: Fix numerous consistency and behavior issues surroudning Bug.update
Max Kanat-Alexander [Mon, 13 Dec 2010 20:54:20 +0000 (12:54 -0800)] 
Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.update
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2
for details.
r=LpSolit, a=LpSolit

14 years agoBug 618161: Make VERSION into a constant in two included extensions so that
Max Kanat-Alexander [Sun, 12 Dec 2010 18:55:17 +0000 (10:55 -0800)] 
Bug 618161: Make VERSION into a constant in two included extensions so that
calling $class->VERSION on them won't throw an error on Perl 5.12 when there
are non-numeric characters in BUGZILLA_VERSION.
r=LpSolit, a=LpSolit

14 years agoBug 610182: Support enabling UNCONFIRMED in all products when using
Frank Becker [Fri, 10 Dec 2010 21:31:37 +0000 (13:31 -0800)] 
Bug 610182: Support enabling UNCONFIRMED in all products when using
contrib/convert-workflow.pl
r=mkanat, a=mkanat

14 years agoBug 617684: Values starting with a dot or an underscore are no longer hidden in reports
Frédéric Buclin [Wed, 8 Dec 2010 20:13:06 +0000 (21:13 +0100)] 
Bug 617684: Values starting with a dot or an underscore are no longer hidden in reports
r/a=mkanat

14 years agoBug 617630: Improve get_names() in report.cgi
Frédéric Buclin [Wed, 8 Dec 2010 18:41:52 +0000 (19:41 +0100)] 
Bug 617630: Improve get_names() in report.cgi
a=LpSolit

14 years agoBug 567953: Components which exist in several products are duplicated in tabular...
miketosh [Wed, 8 Dec 2010 15:29:46 +0000 (16:29 +0100)] 
Bug 567953: Components which exist in several products are duplicated in tabular reports
r/a=LpSolit

14 years agoBug 617030 - Add an error code for json_rpc_invalid_callback, and fix the
Max Kanat-Alexander [Mon, 6 Dec 2010 18:59:23 +0000 (10:59 -0800)] 
Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix the
regex used by _bz_callback in Bugzilla::WebService::Server::JSONRPC to
accept numbers other than 0 or 1.
r=LpSolit, a=mkanat

14 years agoBug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting
Frédéric Buclin [Mon, 6 Dec 2010 17:10:29 +0000 (18:10 +0100)] 
Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting
r/a=mkanat

14 years agoBug 607138: Don't send the Strict-Transport-Security header for the
Max Kanat-Alexander [Mon, 6 Dec 2010 15:52:31 +0000 (07:52 -0800)] 
Bug 607138: Don't send the Strict-Transport-Security header for the
attachment_base.
r=LpSolit, a=LpSolit

14 years agoBug 529974: Let users with local editcomponents privs manage flags for products they...
Frédéric Buclin [Sat, 4 Dec 2010 01:22:49 +0000 (02:22 +0100)] 
Bug 529974: Let users with local editcomponents privs manage flags for products they can administer
a=LpSolit (module owner)

14 years agoBug 607675: In Firefox, YAHOO.util.Event.addListener/on events no longer exist after...
Guy Pyrzak [Fri, 3 Dec 2010 00:08:17 +0000 (16:08 -0800)] 
Bug 607675: In Firefox, YAHOO.util.Event.addListener/on events no longer exist after a user clicks back
r:LpSolit, a:mkanat

14 years agoFix typo
A. Shimono [Tue, 30 Nov 2010 17:43:06 +0000 (18:43 +0100)] 
Fix typo
r/a=LpSolit

https://bugzilla.mozilla.org/show_bug.cgi?id=615570

14 years agoBug 416784: In PostgreSQL 8.1 and newer, createuser takes the argument -R instead...
Frédéric Buclin [Sat, 27 Nov 2010 21:10:02 +0000 (22:10 +0100)] 
Bug 416784: In PostgreSQL 8.1 and newer, createuser takes the argument -R instead of -A
r=manu a=LpSolit

14 years agoBug 386600: Implement auto-completion for the requestee field
Guy Pyrzak [Sun, 21 Nov 2010 13:19:10 +0000 (14:19 +0100)] 
Bug 386600: Implement auto-completion for the requestee field
r/a=LpSolit

14 years agoBug 611891: Don't generate cookies for logins done over GET via the WebService
Max Kanat-Alexander [Mon, 15 Nov 2010 07:36:39 +0000 (23:36 -0800)] 
Bug 611891: Don't generate cookies for logins done over GET via the WebService
r=glob, a=mkanat

14 years agoBug 599552: Clean up mod_perl.pl, and make it use the same CGI.pm compile
Max Kanat-Alexander [Mon, 15 Nov 2010 07:28:13 +0000 (23:28 -0800)] 
Bug 599552: Clean up mod_perl.pl, and make it use the same CGI.pm compile
options as mod_cgi does.
r=glob, a=mkanat

14 years agoBug 610217: config.cgi?ctype=rdf should include product.allows_unconfirmed
Frank Becker [Sun, 14 Nov 2010 19:11:39 +0000 (20:11 +0100)] 
Bug 610217: config.cgi?ctype=rdf should include product.allows_unconfirmed
r/a=mkanat

14 years agoBug 611974: collectstats.pl --regenerate fails with PostgreSQL 8.4.x (sql_from_days...
Sam Morris [Sun, 14 Nov 2010 19:02:08 +0000 (20:02 +0100)] 
Bug 611974: collectstats.pl --regenerate fails with PostgreSQL 8.4.x (sql_from_days() doesn't accept integers as argument)
r/a=LpSolit

14 years agoBug 611979: Undefined subroutine &Bugzilla::Config::Advanced::check_multi when enabli...
Frédéric Buclin [Sun, 14 Nov 2010 18:52:55 +0000 (19:52 +0100)] 
Bug 611979: Undefined subroutine &Bugzilla::Config::Advanced::check_multi when enabling strict_transport_security
r=glob a=LpSolit

14 years agoBug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgi
Frédéric Buclin [Sat, 13 Nov 2010 00:06:32 +0000 (01:06 +0100)] 
Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgi
r=glob a=LpSolit

14 years agoBug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm to...
Reed Loden [Thu, 11 Nov 2010 02:08:54 +0000 (18:08 -0800)] 
Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm to v3.50 in order to address header injection vulnerability.
[r=mkanat a=mkanat]

14 years agoBug 591535: "Give me some help" link's iframe behavior is no longer necessary
Guy Pyrzak [Wed, 10 Nov 2010 23:48:30 +0000 (00:48 +0100)] 
Bug 591535: "Give me some help" link's iframe behavior is no longer necessary
r=LpSolit r=mkanat a=mkanat

14 years agoBug 596611: Add a hook to email_in.pl
Frédéric Buclin [Thu, 4 Nov 2010 17:09:30 +0000 (18:09 +0100)] 
Bug 596611: Add a hook to email_in.pl
r/a=mkanat

14 years agoBug 485418: Code and template hooks for userprefs.cgi to be able to add additional...
Frédéric Buclin [Thu, 4 Nov 2010 17:00:58 +0000 (18:00 +0100)] 
Bug 485418: Code and template hooks for userprefs.cgi to be able to add additional tabs
r=mkanat a=LpSolit

14 years agoBug 605573: List all available WebService methods at the top of the POD
Frédéric Buclin [Thu, 4 Nov 2010 16:52:29 +0000 (17:52 +0100)] 
Bug 605573: List all available WebService methods at the top of the POD
r/a=mkanat

14 years agoBug 474766: The [details] string is duplicated when replying to a comment containing...
Frédéric Buclin [Thu, 4 Nov 2010 16:43:19 +0000 (17:43 +0100)] 
Bug 474766: The [details] string is duplicated when replying to a comment containing a link to an attachment
r/a=mkanat

14 years agoBug 607909: Hours worked / work_time is marked as changing when commenting even when...
Christian Legnitto [Wed, 3 Nov 2010 15:33:30 +0000 (16:33 +0100)] 
Bug 607909: Hours worked / work_time is marked as changing when commenting even when you don't enter a value
r/a=LpSolit

14 years agoThe patch that made Bugzilla::Bug use Bugzilla::Comment to add comments
Max Kanat-Alexander [Wed, 3 Nov 2010 01:02:28 +0000 (18:02 -0700)] 
The patch that made Bugzilla::Bug use Bugzilla::Comment to add comments
fixed certain work_time tests in xt/search.t.

14 years agoWhen inserting comments during Bug->update, make sure that the comment
Max Kanat-Alexander [Wed, 3 Nov 2010 00:21:09 +0000 (17:21 -0700)] 
When inserting comments during Bug->update, make sure that the comment
timestamp is identical to the timestamp passed in to update().

https://bugzilla.mozilla.org/show_bug.cgi?id=590334

14 years agoThe changes to bz_create_database done by the SQLite patch broke the
Max Kanat-Alexander [Tue, 2 Nov 2010 23:39:57 +0000 (16:39 -0700)] 
The changes to bz_create_database done by the SQLite patch broke the
creation of databases on other systems. This restores the original
behavior while still retaining the correct error-throwing behavior
for systems that can't create a SQLite database.

https://bugzilla.mozilla.org/show_bug.cgi?id=337776

14 years agoBug 600464: (CVE-2010-3172) [SECURITY] Content/Header injection due to non-random...
Byron Jones [Tue, 2 Nov 2010 23:18:33 +0000 (00:18 +0100)] 
Bug 600464: (CVE-2010-3172) [SECURITY] Content/Header injection due to non-random multipart/x-mixed-replace boundary
r=mkanat a=LpSolit

14 years agoBug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, and produ...
Frédéric Buclin [Tue, 2 Nov 2010 23:06:15 +0000 (00:06 +0100)] 
Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, and product names are viewable in graphs/
r=wurblzap a=LpSolit

14 years agoBug 607581: URLs in the See Also field are not linkified when the user is logged out
Frédéric Buclin [Tue, 2 Nov 2010 22:58:27 +0000 (23:58 +0100)] 
Bug 607581: URLs in the See Also field are not linkified when the user is logged out
r=pyrzak a=LpSolit

14 years agoBug 608375: The calendar widget is not available in the Time Summary page
Guy Pyrzak [Tue, 2 Nov 2010 22:51:47 +0000 (23:51 +0100)] 
Bug 608375: The calendar widget is not available in the Time Summary page
r=wicked a=mkanat

14 years agoBug 606618: Update YUI to 2.8.2
Max Kanat-Alexander [Mon, 1 Nov 2010 00:11:56 +0000 (17:11 -0700)] 
Bug 606618: Update YUI to 2.8.2
r=LpSolit, a=mkanat

14 years agoBug 607323: Be clearer in the release notes that a new Apache configuration
Max Kanat-Alexander [Sun, 31 Oct 2010 23:53:41 +0000 (16:53 -0700)] 
Bug 607323: Be clearer in the release notes that a new Apache configuration
is required
r=LpSolit, a=mkanat

14 years agoBug 608437: Unused variables passed to flag/list.html.tmpl
Frédéric Buclin [Fri, 29 Oct 2010 23:44:27 +0000 (01:44 +0200)] 
Bug 608437: Unused variables passed to flag/list.html.tmpl
a=LpSolit (module owner)

14 years agoBug 600516: The "Content Type" and "Flags" sections are not displayed when trying...
Frédéric Buclin [Fri, 29 Oct 2010 10:09:26 +0000 (12:09 +0200)] 
Bug 600516: The "Content Type" and "Flags" sections are not displayed when trying to add attachments on an existing bug and the user previously clicked "Hide Advanced Fields" in enter_bug.cgi
a=LpSolit (module owner)

14 years agoBug 602456: Make Search.pm not quote numeric input for numeric fields
Max Kanat-Alexander [Thu, 28 Oct 2010 22:38:45 +0000 (15:38 -0700)] 
Bug 602456: Make Search.pm not quote numeric input for numeric fields
when generating SQL.
r=glob, a=mkanat

14 years agoBug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5
Frédéric Buclin [Thu, 28 Oct 2010 15:20:46 +0000 (17:20 +0200)] 
Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5
r=gerv a=LpSolit

14 years agoBug 585802: Change the cc/user autocomplete (and backend) usermatching to ignore...
Christian Legnitto [Thu, 28 Oct 2010 13:19:51 +0000 (15:19 +0200)] 
Bug 585802: Change the cc/user autocomplete (and backend) usermatching to ignore spaces / search on space separated names
r/a=mkanat

14 years agoBug 607716: The attachment content is pasted into a comment when editing an attachmen...
Guy Pyrzak [Thu, 28 Oct 2010 00:35:16 +0000 (02:35 +0200)] 
Bug 607716: The attachment content is pasted into a comment when editing an attachment with JS disabled
r=LpSolit r=mkanat a=LpSolit

14 years agoBug 337776: Basic SQLite Support for Bugzilla
Max Kanat-Alexander [Wed, 27 Oct 2010 07:56:15 +0000 (00:56 -0700)] 
Bug 337776: Basic SQLite Support for Bugzilla
r=LpSolit, a=mkanat

14 years agoBug 602458: Add is_mandatory to Bug.fields output.
Max Kanat-Alexander [Wed, 27 Oct 2010 07:52:20 +0000 (00:52 -0700)] 
Bug 602458: Add is_mandatory to Bug.fields output.
r=timello, a=mkanat

14 years agoBug 581933: Make YUI user autocomplete work with non-ASCII characters
Max Kanat-Alexander [Wed, 27 Oct 2010 07:48:57 +0000 (00:48 -0700)] 
Bug 581933: Make YUI user autocomplete work with non-ASCII characters
r=Wurblzap, a=LpSolit

14 years agoThe browser-side comment-wrapping patch didn't actually make 4.0, so remove
Max Kanat-Alexander [Tue, 26 Oct 2010 23:07:28 +0000 (16:07 -0700)] 
The browser-side comment-wrapping patch didn't actually make 4.0, so remove
it from the release notes.

14 years agoBug 551468: Stop word-wrapping comments on the server
Max Kanat-Alexander [Tue, 26 Oct 2010 22:48:33 +0000 (15:48 -0700)] 
Bug 551468: Stop word-wrapping comments on the server
r=glob, a=mkanat

14 years agoBug 606511 - Bug.search should allow use of include_fields and exclude_fields
Dave Lawrence [Tue, 26 Oct 2010 21:14:57 +0000 (17:14 -0400)] 
Bug 606511 - Bug.search should allow use of include_fields and exclude_fields
r=mkanat, a=mkanat

14 years agoBug 607083: Improve the error message that install-module.pl prints when
Max Kanat-Alexander [Tue, 26 Oct 2010 21:07:30 +0000 (14:07 -0700)] 
Bug 607083: Improve the error message that install-module.pl prints when
you specify an invalid CPAN module.
r=mkanat, a=mkanat (module owner)

14 years agoBug 607361: Creating an attachment without a "comment" param in the URL causes an...
Frédéric Buclin [Tue, 26 Oct 2010 18:19:00 +0000 (20:19 +0200)] 
Bug 607361: Creating an attachment without a "comment" param in the URL causes an internal error
a=LpSolit

14 years agoBug 451759: Hide "Add to footer" checkboxes when not sharing a saved searches
Frédéric Buclin [Mon, 25 Oct 2010 17:01:07 +0000 (19:01 +0200)] 
Bug 451759: Hide "Add to footer" checkboxes when not sharing a saved searches
r=pyrzak a=LpSolit

14 years agoBug 600230 - Add a unique Message-ID to all outgoing e-mails.
Reed Loden [Sun, 24 Oct 2010 22:18:53 +0000 (15:18 -0700)] 
Bug 600230 - Add a unique Message-ID to all outgoing e-mails.
[r=LpSolit a=LpSolit]

14 years agoBug 598549: Fixes the visibility_values in the WS Bug.fields method.
Tiago Mello [Sun, 24 Oct 2010 21:21:00 +0000 (19:21 -0200)] 
Bug 598549: Fixes the visibility_values in the WS Bug.fields method.
r/a=mkanat

14 years agoBug 606518: query.cgi#chart doesn't work anymore (again)
Guy Pyrzak [Sun, 24 Oct 2010 18:00:03 +0000 (20:00 +0200)] 
Bug 606518: query.cgi#chart doesn't work anymore (again)
r/a=LpSolit

14 years agoA better fix for Bug 577053: We only upgrade an old workflow to a new
Max Kanat-Alexander [Sat, 23 Oct 2010 01:32:59 +0000 (18:32 -0700)] 
A better fix for Bug 577053: We only upgrade an old workflow to a new
one if we're upgrading from a version of Bugzilla before 4.0, and we
figure this out now by checking the existence of bugs_activity.comment_id.
r=LpSolit, a=mkanat

14 years agoBug 604256: Release Notes for Bugzilla 4.0rc1.
Max Kanat-Alexander [Sat, 23 Oct 2010 00:20:34 +0000 (17:20 -0700)] 
Bug 604256: Release Notes for Bugzilla 4.0rc1.
r=LpSolit, a=mkanat

14 years agoBug 593138: When confirming a CSRF violation (the confirm-action page),
Max Kanat-Alexander [Fri, 22 Oct 2010 23:56:55 +0000 (16:56 -0700)] 
Bug 593138: When confirming a CSRF violation (the confirm-action page),
include an HTML comment describing the exact violation that occurred, so
that screen-scrapers can know what violation they hit.
r=mkanat, a=mkanat

14 years agoBug 473557: Make the "Collapse All Comments" link work properly even when
Max Kanat-Alexander [Fri, 22 Oct 2010 23:53:57 +0000 (16:53 -0700)] 
Bug 473557: Make the "Collapse All Comments" link work properly even when
the "comment order" preference is set to "newest to oldest with description
at top"
r=mkanat, a=mkanat

14 years agoBug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible
Max Kanat-Alexander [Fri, 22 Oct 2010 23:49:29 +0000 (16:49 -0700)] 
Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible
and is_reporter_accessible in the WebService.
r=timello, a=mkanat

14 years agoBug 523205 part 2: $flagtype->set_clusions() was badly implemented
Frédéric Buclin [Fri, 22 Oct 2010 14:57:53 +0000 (16:57 +0200)] 
Bug 523205 part 2: $flagtype->set_clusions() was badly implemented
a=LpSolit

14 years agoAnother unused error tag
Frédéric Buclin [Fri, 22 Oct 2010 14:07:16 +0000 (16:07 +0200)] 
Another unused error tag

https://bugzilla.mozilla.org/show_bug.cgi?id=523205

14 years agoBug 302293: Editing a flag type should tell me which changes have been made
Frédéric Buclin [Fri, 22 Oct 2010 14:01:20 +0000 (16:01 +0200)] 
Bug 302293: Editing a flag type should tell me which changes have been made
a=LpSolit (module owner)

14 years agoBug 413648: Attachment mime type handling should strip leading and trailing spaces
Frédéric Buclin [Fri, 22 Oct 2010 12:57:12 +0000 (14:57 +0200)] 
Bug 413648: Attachment mime type handling should strip leading and trailing spaces
a=LpSolit

14 years agoRemove unused error tag
Frédéric Buclin [Fri, 22 Oct 2010 11:57:18 +0000 (13:57 +0200)] 
Remove unused error tag

https://bugzilla.mozilla.org/show_bug.cgi?id=523205

14 years agoBug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create and...
Frédéric Buclin [Fri, 22 Oct 2010 11:43:20 +0000 (13:43 +0200)] 
Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create and edit flag types
a=LpSolit

14 years agoBug 598014: Document how to mark the initial comment as private when using Bug.create()
Frédéric Buclin [Wed, 20 Oct 2010 23:24:05 +0000 (01:24 +0200)] 
Bug 598014: Document how to mark the initial comment as private when using Bug.create()
r/a=mkanat

14 years agoBug 605412 part 2: remove useless --- --- from the signature
Frédéric Buclin [Wed, 20 Oct 2010 23:20:24 +0000 (01:20 +0200)] 
Bug 605412 part 2: remove useless --- --- from the signature

14 years agoBug 605425: Non-english templates are no longer precompiled by checksetup
Frédéric Buclin [Wed, 20 Oct 2010 22:49:07 +0000 (00:49 +0200)] 
Bug 605425: Non-english templates are no longer precompiled by checksetup
r/a=mkanat

14 years agoBug 605412: Remove "configure bugmail" from bugmail (newchangedmail)
Martijn Ras [Wed, 20 Oct 2010 17:42:03 +0000 (19:42 +0200)] 
Bug 605412: Remove "configure bugmail" from bugmail (newchangedmail)
r/a=LpSolit

14 years agoBug 605693: Make config.cgi?ctype=rdf faster
Frédéric Buclin [Wed, 20 Oct 2010 11:54:50 +0000 (13:54 +0200)] 
Bug 605693: Make config.cgi?ctype=rdf faster
r=timello a=LpSolit

14 years agoBug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes from the...
Frédéric Buclin [Wed, 20 Oct 2010 00:27:59 +0000 (02:27 +0200)] 
Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes from the database
a=LpSolit (module owner)

14 years agoBug 605663: For MySQL, use information_schema instead of SHOW TABLE STATUS
Max Kanat-Alexander [Tue, 19 Oct 2010 23:45:47 +0000 (16:45 -0700)] 
Bug 605663: For MySQL, use information_schema instead of SHOW TABLE STATUS
to get table information during checksetup, because it's much faster.
This also bumps our MySQL requirement to 5.0.15.
r=mkanat, a=mkanat (module owner)

14 years agoBug 595569: Fixes Bugzilla::Field::ChoiceInterface->controls_visibility_of_fields
Tiago Mello [Mon, 18 Oct 2010 21:18:58 +0000 (19:18 -0200)] 
Bug 595569: Fixes Bugzilla::Field::ChoiceInterface->controls_visibility_of_fields
method which was causing an error when deleting a product/component.
r/a=mkanat

14 years agoBug 596079: Merge content-types.html.tmpl with createformcontents.html.tmpl
Frédéric Buclin [Sat, 16 Oct 2010 14:22:03 +0000 (16:22 +0200)] 
Bug 596079: Merge content-types.html.tmpl with createformcontents.html.tmpl
r=timello a=LpSolit

14 years agoMinor improvement for bug 451735
Frédéric Buclin [Sat, 16 Oct 2010 12:34:37 +0000 (14:34 +0200)] 
Minor improvement for bug 451735
r=mkanat

14 years agoBug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that
Max Kanat-Alexander [Sat, 16 Oct 2010 01:10:04 +0000 (18:10 -0700)] 
Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that
ship with extensions.
r=mkanat, a=mkanat (module owner)

14 years agoBug 604107: The link to delete the value 0 of custom fields is broken
Frédéric Buclin [Fri, 15 Oct 2010 01:00:26 +0000 (03:00 +0200)] 
Bug 604107: The link to delete the value 0 of custom fields is broken
r/a=mkanat

14 years agoBug 604522: t/012throwables.t doesn't catch new user errors correctly
Frédéric Buclin [Fri, 15 Oct 2010 00:10:55 +0000 (02:10 +0200)] 
Bug 604522: t/012throwables.t doesn't catch new user errors correctly
r/a=mkanat

14 years agoBug 451735 part2: fix bz_drop_index() so that it first drops related FKs before delet...
Frédéric Buclin [Fri, 15 Oct 2010 00:05:52 +0000 (02:05 +0200)] 
Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs before deleting the index itself
r/a=mkanat

14 years agoBug 575947: Users with passwords length less than 6 characters can't login after...
Frédéric Buclin [Thu, 14 Oct 2010 00:39:28 +0000 (02:39 +0200)] 
Bug 575947: Users with passwords length less than 6 characters can't login after migration from 3.4.x or older to 3.6 or newer
r/a=mkanat

14 years agoBug 600598: "Can't call method "bug_list" on unblessed reference" error thrown when...
Frédéric Buclin [Thu, 14 Oct 2010 00:31:45 +0000 (02:31 +0200)] 
Bug 600598: "Can't call method "bug_list" on unblessed reference" error thrown when editing a bug which is in the BUGLIST cookie but not in a recent saved search, with action="next_bug"
r/a=mkanat

14 years agoBug 326826: Linkify bug comments in HTML email just like comments in the
Guy Pyrzak [Thu, 14 Oct 2010 00:18:06 +0000 (17:18 -0700)] 
Bug 326826: Linkify bug comments in HTML email just like comments in the
web interface.
r=mkanat, a=mkanat

14 years agoBug 602418: Add "template_cache" to bz_locations(), a way of specifying that
Max Kanat-Alexander [Wed, 13 Oct 2010 23:36:18 +0000 (16:36 -0700)] 
Bug 602418: Add "template_cache" to bz_locations(), a way of specifying that
cached templates should be stored somewhere else than the data directory.
r=LpSolit, a=mkanat

14 years agoBug 600616: show_bug.cgi: Invalid parameter passed to Bugzilla::Search::Recent::_init...
Frédéric Buclin [Wed, 13 Oct 2010 23:34:26 +0000 (01:34 +0200)] 
Bug 600616: show_bug.cgi: Invalid parameter passed to Bugzilla::Search::Recent::_init (cookie)
r/a=mkanat

14 years agoBug 581448: Localize the status and resolution values in the list of
Max Kanat-Alexander [Wed, 13 Oct 2010 23:32:39 +0000 (16:32 -0700)] 
Bug 581448: Localize the status and resolution values in the list of
possible duplicates on enter_bug.cgi
r=LpSolit, a=LpSolit

14 years agoBug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)
Christian Legnitto [Wed, 13 Oct 2010 23:27:40 +0000 (16:27 -0700)] 
Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)
when creating or updating bug comment
r=mkanat, a=mkanat

14 years agoBug 593887: Perl 5.14 requires HTML::Parser 3.67 and DBI 1.614
Frédéric Buclin [Wed, 13 Oct 2010 23:21:09 +0000 (01:21 +0200)] 
Bug 593887: Perl 5.14 requires HTML::Parser 3.67 and DBI 1.614
r/a=mkanat

14 years agoBug 451735: Wrong index for the series table
Frédéric Buclin [Wed, 13 Oct 2010 23:16:38 +0000 (01:16 +0200)] 
Bug 451735: Wrong index for the series table
r/a=mkanat

14 years agoBug 505165: The flags.setter_id DB column cannot be NULL
Frédéric Buclin [Wed, 13 Oct 2010 23:11:07 +0000 (01:11 +0200)] 
Bug 505165: The flags.setter_id DB column cannot be NULL
r/a=mkanat

14 years agoBug 599953: Editing an advanced search doesn't remember values passed to discrete...
Frédéric Buclin [Wed, 13 Oct 2010 22:30:39 +0000 (00:30 +0200)] 
Bug 599953: Editing an advanced search doesn't remember values passed to discrete custom fields added by extensions
r/a=mkanat

14 years agoBug 603314 - Unprivileged users cannot create bugs any more.
Marc Schumann [Wed, 13 Oct 2010 16:37:16 +0000 (18:37 +0200)] 
Bug 603314 - Unprivileged users cannot create bugs any more.
Adding a code comment post-checkin; see bug for details.

14 years agoBug 595682: Always generate PNG images for charts
Frédéric Buclin [Wed, 13 Oct 2010 12:12:49 +0000 (14:12 +0200)] 
Bug 595682: Always generate PNG images for charts
a=LpSolit

14 years agoBug 562308: importxml.pl should import each comment separately, rather than concatena...
Frédéric Buclin [Tue, 12 Oct 2010 16:48:19 +0000 (18:48 +0200)] 
Bug 562308: importxml.pl should import each comment separately, rather than concatenating them all into a single one
r=ghendricks a=LpSolit

14 years agoBug 550097: checksetup.pl should detect when run via a web server (cgi) and fail...
Frédéric Buclin [Mon, 11 Oct 2010 16:56:19 +0000 (18:56 +0200)] 
Bug 550097: checksetup.pl should detect when run via a web server (cgi) and fail with a sane error
r/a=mkanat

14 years agoBug 603314 - Unprivileged users cannot create bugs any more.
Marc Schumann [Mon, 11 Oct 2010 16:13:42 +0000 (18:13 +0200)] 
Bug 603314 - Unprivileged users cannot create bugs any more.
r/a=LpSolit

14 years agoBug 602832: 008filter.t doesn't catch [%~ ~%] correctly
Frédéric Buclin [Sat, 9 Oct 2010 11:17:30 +0000 (13:17 +0200)] 
Bug 602832: 008filter.t doesn't catch [%~ ~%] correctly
r/a=mkanat

14 years agoBug 600495: Make the "chfieldto" query parameter work all by itself, again.
Max Kanat-Alexander [Thu, 7 Oct 2010 12:56:47 +0000 (05:56 -0700)] 
Bug 600495: Make the "chfieldto" query parameter work all by itself, again.
r=mkanat, a=mkanat (module owner)