]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
15 years agoBug 576670: Optimize Search.pm's "init" method for being called many times
Max Kanat-Alexander [Fri, 9 Jul 2010 02:00:31 +0000 (19:00 -0700)] 
Bug 576670: Optimize Search.pm's "init" method for being called many times
in a loop
r=glob, a=mkanat

15 years agoBug 577588: xt/seach.t was sometimes not properly translating special
Max Kanat-Alexander [Fri, 9 Jul 2010 01:47:39 +0000 (18:47 -0700)] 
Bug 577588: xt/seach.t was sometimes not properly translating special
<> values into the actual bug value, for searching
r=mkanat, a=mkanat (module owner)

15 years agoBug 577582: longdescs.isprivate "changedfrom" and "changedto" weren't
Max Kanat-Alexander [Fri, 9 Jul 2010 00:09:02 +0000 (17:09 -0700)] 
Bug 577582: longdescs.isprivate "changedfrom" and "changedto" weren't
working on PostgreSQL, because Search.pm always converted the value
into 1 or 0 and passed that as a number to the database, and Pg didn't
support numeric comparison with a text column.
r=mkanat, a=mkanat

15 years agoBug 577577: Make bz_drop_fk be tolerant of SQL failure
Max Kanat-Alexander [Thu, 8 Jul 2010 23:43:22 +0000 (16:43 -0700)] 
Bug 577577: Make bz_drop_fk be tolerant of SQL failure
r=mkanat, a=mkanat (module owner)

15 years agoBug 577575: If percentage_complete is a column in the buglist, remaining_time
Max Kanat-Alexander [Thu, 8 Jul 2010 23:22:08 +0000 (16:22 -0700)] 
Bug 577575: If percentage_complete is a column in the buglist, remaining_time
must also be selected from the database for PostgreSQL.
r=mkanat, a=mkanat (module owner)

15 years agoBug 577569: [PostgreSQL] Make sql_position explicitly cast both its arguments
Max Kanat-Alexander [Thu, 8 Jul 2010 22:57:21 +0000 (15:57 -0700)] 
Bug 577569: [PostgreSQL] Make sql_position explicitly cast both its arguments
to text, to avoid an error when searching "longdescs.isprivate" with the
"casesubstring" operator in Search.pm.
r=mkanat, a=mkanat (module owner)

15 years agoBug 577557: Make xt/search.t skip certain injection tests on PostgreSQL,
Max Kanat-Alexander [Thu, 8 Jul 2010 22:47:03 +0000 (15:47 -0700)] 
Bug 577557: Make xt/search.t skip certain injection tests on PostgreSQL,
because they make Pg throw an error and then be unable to run any further
tests. It's OK to skip these tests because they still run on MySQL, so
we'll still catch any injection vulns.
r=mkanat, a=mkanat (module owner)

15 years agoBug 567981 - Restore ability for page.cgi pages to contain . characters, but don...
Reed Loden [Thu, 8 Jul 2010 21:51:28 +0000 (14:51 -0700)] 
Bug 567981 - Restore ability for page.cgi pages to contain . characters, but don't permit '..' at all.
[r=mkanat a=mkanat]

15 years agoBug 305412: Update the minimum Pg requirement to 8.3, to allow casting
Max Kanat-Alexander [Thu, 8 Jul 2010 21:01:20 +0000 (14:01 -0700)] 
Bug 305412: Update the minimum Pg requirement to 8.3, to allow casting
bytea to text in Search.pm.
r=mkanat, a=mkanat (module owner)

15 years agoBug 577415: Allow positional parameters for XML-RPC, because Testopia
Max Kanat-Alexander [Thu, 8 Jul 2010 20:16:29 +0000 (13:16 -0700)] 
Bug 577415: Allow positional parameters for XML-RPC, because Testopia
uses them.
r=ghendricks, a=mkanat

15 years agoRemove two errors that are no longer used, after the $$some_var refactor
Max Kanat-Alexander [Thu, 8 Jul 2010 19:21:31 +0000 (12:21 -0700)] 
Remove two errors that are no longer used, after the $$some_var refactor
in Search.pm.

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

15 years agoUpdate xt/search.t to test that anyexact trims properly.
Max Kanat-Alexander [Thu, 8 Jul 2010 19:16:06 +0000 (12:16 -0700)] 
Update xt/search.t to test that anyexact trims properly.

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

15 years agoBug 142394: Tabular reports should be sortable
Guy Pyrzak [Thu, 8 Jul 2010 19:03:36 +0000 (21:03 +0200)] 
Bug 142394: Tabular reports should be sortable
r=pyrzak a=LpSolit

15 years agoBug 575021: Make the anyexact operator in Search.pm properly trim its
Max Kanat-Alexander [Thu, 8 Jul 2010 18:58:10 +0000 (11:58 -0700)] 
Bug 575021: Make the anyexact operator in Search.pm properly trim its
input values
r=mkanat, a=mkanat (module owner)

15 years agoFix a template and POD bustage from the $$some_var Search.pm checkin.
Max Kanat-Alexander [Thu, 8 Jul 2010 18:48:48 +0000 (11:48 -0700)] 
Fix a template and POD bustage from the $$some_var Search.pm checkin.

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

15 years agoBug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.
Max Kanat-Alexander [Thu, 8 Jul 2010 18:23:59 +0000 (11:23 -0700)] 
Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.
Instead, we pass around a hashref and update the hashref. This patch also
includes some cleanup for bugs surrounding percentage_complete,
attachments.isobsolete, attachments.ispatch, and owner_idle_time.
r=mkanat, a=mkanat

15 years agoBug 577520: Make the "Adding new table..." message not appear during
Max Kanat-Alexander [Thu, 8 Jul 2010 18:02:38 +0000 (11:02 -0700)] 
Bug 577520: Make the "Adding new table..." message not appear during
xt/search.t
r=mkanat, a=mkanat (module owner)

15 years agoBug 490930: Always store attachments locally if they are over X size (and below some...
Frédéric Buclin [Thu, 8 Jul 2010 16:58:33 +0000 (18:58 +0200)] 
Bug 490930: Always store attachments locally if they are over X size (and below some threshold!), don't ever display "Big File" checkbox
r=mkanat a=LpSolit

15 years agoBump the version number to 4.1 on trunk. bugzilla-4.1 release-4.1
Max Kanat-Alexander [Thu, 8 Jul 2010 16:47:09 +0000 (09:47 -0700)] 
Bump the version number to 4.1 on trunk.

15 years agoBug 575499: Fix a few text issues on the new Advanced Search page
Reed Loden [Thu, 8 Jul 2010 06:16:33 +0000 (23:16 -0700)] 
Bug 575499: Fix a few text issues on the new Advanced Search page
r=mkanat, a=mkanat

15 years agoBug 452761: Make the Date header of bugmail and requestmail always be
Reed Loden [Thu, 8 Jul 2010 06:14:56 +0000 (23:14 -0700)] 
Bug 452761: Make the Date header of bugmail and requestmail always be
equal to the delta_ts of the bug. This makes emails have the right Date
even when they are sent much later by jobqueue.pl.
r=mkanat, a=mkanat

15 years agoBug 577407: Several HTML elements have the same ID when editing parameters
Frédéric Buclin [Thu, 8 Jul 2010 02:18:38 +0000 (04:18 +0200)] 
Bug 577407: Several HTML elements have the same ID when editing parameters
r/a=mkanat

15 years agoBug 577089: Make convert-workflow fix the query values for series
Max Kanat-Alexander [Thu, 8 Jul 2010 00:17:26 +0000 (17:17 -0700)] 
Bug 577089: Make convert-workflow fix the query values for series
r=LpSolit, a=LpSolit

15 years agoBug 577149: Make convert-workflow rename values in saved searches
Max Kanat-Alexander [Thu, 8 Jul 2010 00:15:45 +0000 (17:15 -0700)] 
Bug 577149: Make convert-workflow rename values in saved searches
r=LpSolit, a=LpSolit

15 years agoFix search.t now that negative keyword searches are working.
Max Kanat-Alexander [Thu, 8 Jul 2010 00:02:03 +0000 (17:02 -0700)] 
Fix search.t now that negative keyword searches are working.

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

15 years agoBug 577388: The target milestone tests in xt/search.t were failing,
Max Kanat-Alexander [Wed, 7 Jul 2010 23:32:39 +0000 (16:32 -0700)] 
Bug 577388: The target milestone tests in xt/search.t were failing,
incorrectly.
r=mkanat, a=mkanat (module owner)

15 years agoBug 574879: Create a test that assures the correctness of Search.pm's
Max Kanat-Alexander [Wed, 7 Jul 2010 21:34:25 +0000 (14:34 -0700)] 
Bug 574879: Create a test that assures the correctness of Search.pm's
boolean charts
r=glob, a=mkanat

15 years agoBug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::Product...
Frédéric Buclin [Wed, 7 Jul 2010 01:58:10 +0000 (03:58 +0200)] 
Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::Product->check()
r=mkanat a=LpSolit

15 years agoBug 576911 The admin/components/list.html template was using "component"
Max Kanat-Alexander [Wed, 7 Jul 2010 00:36:51 +0000 (17:36 -0700)] 
Bug 576911 The admin/components/list.html template was using "component"
as a variable name, but "component" is a reserved word in Template Toolkit.
This caused a warning from the template hook code.
r=LpSolit, a=LpSolit

15 years agoBug 552919: Sort group_concat results so that they sort correctly for buglists
Max Kanat-Alexander [Wed, 7 Jul 2010 00:13:46 +0000 (17:13 -0700)] 
Bug 552919: Sort group_concat results so that they sort correctly for buglists
r=mkanat, a=mkanat (module owner)

15 years agoBug 574995: Make the WebService return reporter, attachment submitter, and
Max Kanat-Alexander [Tue, 6 Jul 2010 22:09:24 +0000 (15:09 -0700)] 
Bug 574995: Make the WebService return reporter, attachment submitter, and
commenter all as "creator"
r=timello, a=mkanat

15 years agoBug 577058: Make collectstats.pl --regenerate work on PostgreSQL.
Max Kanat-Alexander [Tue, 6 Jul 2010 18:08:05 +0000 (11:08 -0700)] 
Bug 577058: Make collectstats.pl --regenerate work on PostgreSQL.
r=reed, a=LpSolit

15 years agoBug 577037: Make convert-workflow convert statuses in order, so that
Max Kanat-Alexander [Tue, 6 Jul 2010 18:03:40 +0000 (11:03 -0700)] 
Bug 577037: Make convert-workflow convert statuses in order, so that
IN_PROGRESS doesn't end up before CONFIRMED.
r=LpSolit, a=LpSolit

15 years agoBug 577049: POD must mention Bugzilla 4.0 instead of 3.8
Frédéric Buclin [Tue, 6 Jul 2010 17:21:37 +0000 (19:21 +0200)] 
Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8
r/a=mkanat

15 years agoBug 577053: When upgrading from a version earlier than 4.0,
Max Kanat-Alexander [Tue, 6 Jul 2010 03:48:42 +0000 (20:48 -0700)] 
Bug 577053: When upgrading from a version earlier than 4.0,
change the logic on how we check to see if we need to populate
the status_workflow table for an upgrading installation, because
it was broken for upgrades from 2.18 and earlier.

15 years agoBump the version number post-release.
Max Kanat-Alexander [Tue, 6 Jul 2010 03:34:13 +0000 (20:34 -0700)] 
Bump the version number post-release.

15 years agoBump the version number for 3.7.2. bugzilla-3.7.2 release-3.7.2
Max Kanat-Alexander [Tue, 6 Jul 2010 02:35:55 +0000 (19:35 -0700)] 
Bump the version number for 3.7.2.

15 years agoBug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, which
Max Kanat-Alexander [Tue, 6 Jul 2010 02:24:00 +0000 (19:24 -0700)] 
Bug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, which
allows specifying that certain fields have validator defaults even if they
also have a database default or are in another table.
r=LpSolit, a=LpSolit

15 years agoThe new workflow patch forgot to update the default of
Max Kanat-Alexander [Tue, 6 Jul 2010 01:46:46 +0000 (18:46 -0700)] 
The new workflow patch forgot to update the default of
products.allows_unconfirmed to TRUE in the database.

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

15 years agoFix the execute bit on contrib/convert-workflow.pl.
Max Kanat-Alexander [Tue, 6 Jul 2010 01:19:19 +0000 (18:19 -0700)] 
Fix the execute bit on contrib/convert-workflow.pl.

15 years agoFix a bare "bug" word in fields.html and fix a typo.
Max Kanat-Alexander [Tue, 6 Jul 2010 01:07:47 +0000 (18:07 -0700)] 
Fix a bare "bug" word in fields.html and fix a typo.

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

15 years agoBug 576916: 'keywordaction' is undefined when editing a single bug
Frédéric Buclin [Tue, 6 Jul 2010 00:49:09 +0000 (02:49 +0200)] 
Bug 576916: 'keywordaction' is undefined when editing a single bug
r/a=mkanat

15 years agoBug 554964 - Show if a user is a "Default CC" under the Product Responsibilities...
Reed Loden [Tue, 6 Jul 2010 00:44:13 +0000 (19:44 -0500)] 
Bug 554964 - Show if a user is a "Default CC" under the Product Responsibilities section of editusers.cgi.
[r=mkanat a=mkanat]

15 years agoBug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
Max Kanat-Alexander [Tue, 6 Jul 2010 00:42:57 +0000 (17:42 -0700)] 
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
IN_PROGRESS, RESOLVED, VERIFIED.
r=LpSolit, a=mkanat

15 years agoBug 530468: Create a read-only Bugzilla::Whine object for whine events and
Eric Black [Tue, 6 Jul 2010 00:16:04 +0000 (17:16 -0700)] 
Bug 530468: Create a read-only Bugzilla::Whine object for whine events and
have editwhines.cgi use it
r=mkanat, a=mkanat

15 years agoBug 576105: Make install-module.pl able to install DateTime (and other
Max Kanat-Alexander [Mon, 5 Jul 2010 23:57:40 +0000 (16:57 -0700)] 
Bug 576105: Make install-module.pl able to install DateTime (and other
Module::Build-only modules) on Windows
r=mkanat, a=mkanat (module owner)

15 years agoBug 574177: Adds is_mandatory => 1 option for the product and version field
Tiago Mello [Mon, 5 Jul 2010 23:40:12 +0000 (20:40 -0300)] 
Bug 574177: Adds is_mandatory => 1 option for the product and version field
definitions.
r/a=mkanat

15 years agoBug 562014: Fix negative keyword searches like "contains none of the words"
Max Kanat-Alexander [Mon, 5 Jul 2010 23:34:43 +0000 (16:34 -0700)] 
Bug 562014: Fix negative keyword searches like "contains none of the words"
to properly find bugs with *none* of the listed keywords, and also to find
bugs with no keywords at all.
r=LpSolit, a=LpSolit

15 years agoBug 564433: Localized values are not displayed in the "Field only appears when" field...
Frédéric Buclin [Mon, 5 Jul 2010 22:15:12 +0000 (00:15 +0200)] 
Bug 564433: Localized values are not displayed in the "Field only appears when" field when editing custom fields
r/a=mkanat

15 years agoBug 514618: Allow restricting the visibility and values of fields by
Kent Rogers [Mon, 5 Jul 2010 21:49:52 +0000 (14:49 -0700)] 
Bug 514618: Allow restricting the visibility and values of fields by
classification.
r=mkanat, r=timello, a=mkanat

15 years agoBug 576969 - Add missing 'autocomplete' to yui array so keyword autocompletion works...
Reed Loden [Mon, 5 Jul 2010 18:55:44 +0000 (13:55 -0500)] 
Bug 576969 - Add missing 'autocomplete' to yui array so keyword autocompletion works with charts and reports
[r=LpSolit a=LpSolit]

15 years agoBug 575173 - Add autocomplete support for adding/removing CCs on edit multiple bug...
Reed Loden [Mon, 5 Jul 2010 07:44:30 +0000 (02:44 -0500)] 
Bug 575173 - Add autocomplete support for adding/removing CCs on edit multiple bug page
[r=mkanat a=mkanat]

15 years agoBug 455810 - Add autocomplete support to the keywords field
Reed Loden [Mon, 5 Jul 2010 07:42:01 +0000 (02:42 -0500)] 
Bug 455810 - Add autocomplete support to the keywords field
* Special thanks to Guy Pyrzak for the original patch
[r=mkanat a=mkanat]

15 years agoBug 575340 - Remove incorrect maxlength and unneeded size parameters from the new...
Reed Loden [Mon, 5 Jul 2010 06:18:36 +0000 (01:18 -0500)] 
Bug 575340 - Remove incorrect maxlength and unneeded size parameters from the new password input field on the reset password page.
[r=mkanat a=mkanat]

15 years agoBug 574327 - Map image/x-png to image/png (to fix IE's uploads)
Reed Loden [Mon, 5 Jul 2010 06:13:07 +0000 (01:13 -0500)] 
Bug 574327 - Map image/x-png to image/png (to fix IE's uploads)
[r=LpSolit a=LpSolit]

15 years agoBug 570567: The 'keyword deleted' page does not mention the deleted keyword
GavinS [Mon, 5 Jul 2010 01:15:38 +0000 (03:15 +0200)] 
Bug 570567: The 'keyword deleted' page does not mention the deleted keyword
r/a=LpSolit

15 years agoBug 545766: Figure out what columns can be reported on from the database,
Max Kanat-Alexander [Thu, 1 Jul 2010 21:01:50 +0000 (14:01 -0700)] 
Bug 545766: Figure out what columns can be reported on from the database,
instead of from a static list
r=glob, a=mkanat

15 years agoBug 382398: Make checksetup.pl localized messages be output in the
Max Kanat-Alexander [Thu, 1 Jul 2010 21:00:29 +0000 (14:00 -0700)] 
Bug 382398: Make checksetup.pl localized messages be output in the
console's charset
r=timello, a=mkanat

15 years agoBug 179626 - Hide, rather than disable, requestee fields when the flags aren't in...
Reed Loden [Tue, 29 Jun 2010 03:14:10 +0000 (22:14 -0500)] 
Bug 179626 - Hide, rather than disable, requestee fields when the flags aren't in the "?" state.
[r=mkanat a=mkanat]

15 years agoBug 575454 - Fix whitespacing so the space after "Bugzilla User's Guide" does not...
Reed Loden [Tue, 29 Jun 2010 02:04:04 +0000 (21:04 -0500)] 
Bug 575454 - Fix whitespacing so the space after "Bugzilla User's Guide" does not get linkified.
[r=mkanat a=mkanat]

15 years agoBug 575097 - "New STS header in Bugzilla::CGI causes malformed header error due to...
Reed Loden [Sun, 27 Jun 2010 19:28:11 +0000 (14:28 -0500)] 
Bug 575097 - "New STS header in Bugzilla::CGI causes malformed header error due to lack of Content-Type naming"
[r=LpSolit a=LpSolit]

15 years agoBug 562475 - "Bugzilla should use strict-transport-security (STS) headers"
Reed Loden [Sat, 26 Jun 2010 01:12:06 +0000 (20:12 -0500)] 
Bug 562475 - "Bugzilla should use strict-transport-security (STS) headers"
[r=mkanat a=mkanat]

15 years agoOne-character fix in Bugzilla::Search--in OPERATOR_FIELD_OVERRIDE,
Max Kanat-Alexander [Fri, 25 Jun 2010 21:57:21 +0000 (14:57 -0700)] 
One-character fix in Bugzilla::Search--in OPERATOR_FIELD_OVERRIDE,
"anyword" for keywords should have been "anywords".

15 years agoBug 574566: Add "reporter" to OPERATOR_FIELD_OVERRIDE (it was missing)
Max Kanat-Alexander [Fri, 25 Jun 2010 21:19:05 +0000 (14:19 -0700)] 
Bug 574566: Add "reporter" to OPERATOR_FIELD_OVERRIDE (it was missing)
r=timello, a=mkanat

15 years agoBug 573173: Make Bugzilla::Bug's add_group and remove_group take group
Max Kanat-Alexander [Fri, 25 Jun 2010 21:16:27 +0000 (14:16 -0700)] 
Bug 573173: Make Bugzilla::Bug's add_group and remove_group take group
names instead of ids
r=dkl, a=mkanat

15 years agoBug 457373: Refactor the permissions system in Bugzilla::Install::Filesystem
Max Kanat-Alexander [Fri, 25 Jun 2010 00:17:52 +0000 (17:17 -0700)] 
Bug 457373: Refactor the permissions system in Bugzilla::Install::Filesystem
to use constants instead of local variables. Also, change the permissions
so that they are stricter in general, and work better under suexec.
This also fixes the problem that dependency graphs didn't work under
suexec, and adds a "web" directory by default to Extensions created with
extension/create.pl.
r=mkanat, a=mkanat (module owner)

15 years agoBump version number post-release
Max Kanat-Alexander [Thu, 24 Jun 2010 23:14:41 +0000 (16:14 -0700)] 
Bump version number post-release

15 years agoBump the version number for 3.7.1. bugzilla-3.7.1 release-3.7.1
Max Kanat-Alexander [Thu, 24 Jun 2010 20:42:40 +0000 (13:42 -0700)] 
Bump the version number for 3.7.1.

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

15 years agoBug 309952: (CVE-2010-1204) [SECURITY] Make boolean chart searches with time
Max Kanat-Alexander [Thu, 24 Jun 2010 17:06:25 +0000 (10:06 -0700)] 
Bug 309952: (CVE-2010-1204) [SECURITY] Make boolean chart searches with time
tracking fields no longer work for everybody
r=LpSolit, a=mkanat

15 years agoBug 561797: (CVE-2010-0180) [SECURITY] checksetup.pl with $suexec=1 sets
Max Kanat-Alexander [Thu, 24 Jun 2010 16:58:56 +0000 (09:58 -0700)] 
Bug 561797: (CVE-2010-0180) [SECURITY] checksetup.pl with $suexec=1 sets
localconfig as world readable
r=timello, a=mkanat

15 years agoBug 574029: Remove the red "required" star from fields on show_bug.cgi
Tiago Mello [Thu, 24 Jun 2010 16:53:50 +0000 (09:53 -0700)] 
Bug 574029: Remove the red "required" star from fields on show_bug.cgi
r=mkanat, a=mkanat

15 years agoBug 573637: Add a new "before_table" hooks to the list.html.tmpl interface
Tiago Mello [Thu, 24 Jun 2010 16:51:23 +0000 (09:51 -0700)] 
Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface
for products, components, milestones, and versions
r=mkanat, a=mkanat

15 years agoBug 574166: Make clean_search_url take into account the new email3 fields
Max Kanat-Alexander [Thu, 24 Jun 2010 16:49:35 +0000 (09:49 -0700)] 
Bug 574166: Make clean_search_url take into account the new email3 fields
from query.cgi
r=glob, a=mkanat

15 years agoBug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPC
Max Kanat-Alexander [Thu, 24 Jun 2010 16:48:31 +0000 (09:48 -0700)] 
Bug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPC
WebService
r=mkanat, a=mkanat (module owner)

15 years agoBug 572603: Changing a bug that wasn't in your last search results was
Max Kanat-Alexander [Thu, 24 Jun 2010 00:48:14 +0000 (17:48 -0700)] 
Bug 572603: Changing a bug that wasn't in your last search results was
causing an error thrown from user.recent_search_for.
r=LpSolit, a=LpSolit

15 years agoBug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander [Thu, 24 Jun 2010 00:39:11 +0000 (17:39 -0700)] 
Bug 572602: Change the way that Bugzilla::Object determines what fields
are required for create(). It now assumes that any column that is NOT NULL
and has not DEFAULT in the database is required. We also shift the burden
of throwing errors about empty values to the validators. This fixes the bug
that Bugzilla::Bug->create() wasn't populating default values for fields
if they weren't specified in the create() parameters.
r=timello, a=mkanat

15 years agoBug 509303: Update the CGI.pm requirement to 3.49 to make redirection
Max Kanat-Alexander [Thu, 24 Jun 2010 00:35:57 +0000 (17:35 -0700)] 
Bug 509303: Update the CGI.pm requirement to 3.49 to make redirection
work properly when Bugzilla is behind a proxy.
r=LpSolit, a=LpSolit

15 years agoBug 573172: Prepare set_all for being used in a context other than
Max Kanat-Alexander [Wed, 23 Jun 2010 21:07:13 +0000 (14:07 -0700)] 
Bug 573172: Prepare set_all for being used in a context other than
process_bug.cgi
r=dkl, a=mkanat

15 years agoBug 573170: Make set_all set keywords consistently with how other multi-valued
Max Kanat-Alexander [Wed, 23 Jun 2010 21:04:22 +0000 (14:04 -0700)] 
Bug 573170: Make set_all set keywords consistently with how other multi-valued
fields are set
r=dkl, a=mkanat

15 years agoThe DB::Schema alter_column default fix also needed to be separately
Max Kanat-Alexander [Tue, 22 Jun 2010 05:31:02 +0000 (22:31 -0700)] 
The DB::Schema alter_column default fix also needed to be separately
applied to DB::Schema::Oracle, since it has a full override of
get_alter_column_ddl.

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

15 years agoFix the 3.6.1 relnotes: the maxattachmentsize=0 fix only went into trunk--3.6
Max Kanat-Alexander [Tue, 22 Jun 2010 04:06:08 +0000 (21:06 -0700)] 
Fix the 3.6.1 relnotes: the maxattachmentsize=0 fix only went into trunk--3.6
only got a re-wording of the parameter desc, which probably isn't worth
relnoting.

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

15 years agoBug 566195: Release Notes for bugzilla 3.6.1
Max Kanat-Alexander [Tue, 22 Jun 2010 04:00:49 +0000 (21:00 -0700)] 
Bug 566195: Release Notes for bugzilla 3.6.1
r=LpSolit, a=mkanat

15 years agoThe last commit message should read:
Max Kanat-Alexander [Tue, 22 Jun 2010 03:44:39 +0000 (20:44 -0700)] 
The last commit message should read:
When doing bz_alter_column, if there is a new DEFAULT and we're switching
to NOT NULL, it needs to be translated using db_specific before being SET
on the columns pre-ALTER.

15 years agoWhen doing bz_alter_column, if
Max Kanat-Alexander [Tue, 22 Jun 2010 03:43:17 +0000 (20:43 -0700)] 
When doing bz_alter_column, if

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

15 years agoBug 573454: Make the products.description field be NOT NULL in the
Max Kanat-Alexander [Tue, 22 Jun 2010 02:44:04 +0000 (19:44 -0700)] 
Bug 573454: Make the products.description field be NOT NULL in the
database
r=timello, a=mkanat

15 years agoBug 573450: Make the keyworddefs.description column be NOT NULL in the
Max Kanat-Alexander [Tue, 22 Jun 2010 02:42:09 +0000 (19:42 -0700)] 
Bug 573450: Make the keyworddefs.description column be NOT NULL in the
database
r=timello, a=mkanat

15 years agoBug 573441: Add a DEFAULT and NOTNULL to the attachments.ispatch column
Max Kanat-Alexander [Tue, 22 Jun 2010 02:40:04 +0000 (19:40 -0700)] 
Bug 573441: Add a DEFAULT and NOTNULL to the attachments.ispatch column
r=timello, a=mkanat

15 years agoBug 571003: After changing the name of the default milestone using
Tiago Mello [Tue, 22 Jun 2010 02:38:34 +0000 (19:38 -0700)] 
Bug 571003: After changing the name of the default milestone using
editmilestones.cgi, the "Delete" link would show up in the list
of milestones when it should not have.
r=mkanat, a=mkanat

15 years agoBug 570987: Fix the warning 'Argument "" isn't numeric in numeric gt
Tiago Mello [Tue, 22 Jun 2010 02:36:53 +0000 (19:36 -0700)] 
Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gt
(>) at template/en/default/bug/field-label.html.tmpl line 34'
r=mkanat, a=mkanat

15 years agoBug 568595: Add a hook to the end of variables.none.tmpl
Tiago Mello [Tue, 22 Jun 2010 02:35:39 +0000 (19:35 -0700)] 
Bug 568595: Add a hook to the end of variables.none.tmpl
r=mkanat, a=mkanat

15 years agoBug 568383: Add a new hook in the header.html.tmpl template right after <head>
Tiago Mello [Tue, 22 Jun 2010 02:33:59 +0000 (19:33 -0700)] 
Bug 568383: Add a new hook in the header.html.tmpl template right after <head>
r=mkanat, a=mkanat

15 years agoBug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead of
Max Kanat-Alexander [Tue, 22 Jun 2010 02:32:01 +0000 (19:32 -0700)] 
Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead of
UPDATE_VALIDATORS
r=timello, a=mkanat

15 years agoBug 398473: User preference for the position of the comment box
Matt McHenry [Tue, 22 Jun 2010 02:30:36 +0000 (19:30 -0700)] 
Bug 398473: User preference for the position of the comment box
r=mkanat, a=mkanat

15 years agoBug 564082: Allow specifying defaults and overrides for incoming email
Max Kanat-Alexander [Tue, 22 Jun 2010 02:25:37 +0000 (19:25 -0700)] 
Bug 564082: Allow specifying defaults and overrides for incoming email
using command-line parameters to email_in.pl
r=timello, a=mkanat

15 years agoBug 252005: Allow changing the captialization of a group name
Steve P [Tue, 22 Jun 2010 02:21:42 +0000 (19:21 -0700)] 
Bug 252005: Allow changing the captialization of a group name
r=mkanat, a=mkanat

15 years agoBug 22353: Automatic duplicate bug detection on enter_bug.cgi
Max Kanat-Alexander [Tue, 22 Jun 2010 02:10:21 +0000 (19:10 -0700)] 
Bug 22353: Automatic duplicate bug detection on enter_bug.cgi
r=glob, a=mkanat

15 years agoBug 548198: Add a method of limiting the User.get results by group name or id
Max Kanat-Alexander [Fri, 18 Jun 2010 20:52:51 +0000 (13:52 -0700)] 
Bug 548198: Add a method of limiting the User.get results by group name or id
r=dkl, a=mkanat

15 years agoBug 556422: Move the existing bug-moving functionality into an extension
Max Kanat-Alexander [Fri, 18 Jun 2010 20:48:21 +0000 (13:48 -0700)] 
Bug 556422: Move the existing bug-moving functionality into an extension
called OldBugMove.
r=dkl, a=mkanat

15 years agoBug 572949: Update YUI to 2.8.1
Max Kanat-Alexander [Fri, 18 Jun 2010 08:00:38 +0000 (01:00 -0700)] 
Bug 572949: Update YUI to 2.8.1
r=glob, a=mkanat

15 years agoAdd Dusk/search_form.css to .bzrignore.
Max Kanat-Alexander [Thu, 17 Jun 2010 22:00:46 +0000 (15:00 -0700)] 
Add Dusk/search_form.css to .bzrignore.