]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Max Kanat-Alexander [Thu, 17 Jun 2010 22:00:46 +0000 (15:00 -0700)]
Add Dusk/search_form.css to .bzrignore.
Max Kanat-Alexander [Thu, 17 Jun 2010 21:44:54 +0000 (14:44 -0700)]
Bug 413215: Move the sending of email notifications from process_bug.cgi
to Bugzilla::Bug
r=dkl, a=mkanat
Max Kanat-Alexander [Wed, 16 Jun 2010 23:53:55 +0000 (16:53 -0700)]
Fix the execute bit on bugzilla-queue.suse in bzr.
Max Kanat-Alexander [Wed, 16 Jun 2010 22:05:23 +0000 (15:05 -0700)]
Bug 559999: Make t/010dependencies.t consider "use base" to be just like "use"
r=timello, a=mkanat
Max Kanat-Alexander [Wed, 16 Jun 2010 06:22:58 +0000 (23:22 -0700)]
A few tinderbox bustage fixes from the checkin of bug 24896.
Max Kanat-Alexander [Wed, 16 Jun 2010 01:40:27 +0000 (18:40 -0700)]
Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with
multiple buglists at once
r=glob, a=mkanat
Max Kanat-Alexander [Sat, 12 Jun 2010 02:11:24 +0000 (19:11 -0700)]
Bug 476722: Refactor Search.pm's funcdefs into a series of constants
and functions for interpreting search charts.
r=jjclark, a=mkanat
Guy Pyrzak [Sun, 6 Jun 2010 19:37:50 +0000 (12:37 -0700)]
Bug 450301: Simplify searching UI, forgot some filters, fixes burning in tinderbox
r=LpSolit, a=LpSolit
Guy Pyrzak [Sun, 6 Jun 2010 08:40:18 +0000 (01:40 -0700)]
Bug 450301: What Simplify searching UI, initial improvements to the advanced search ui.
r=mkanat, a=mkanat
Max Kanat-Alexander [Thu, 3 Jun 2010 19:18:43 +0000 (12:18 -0700)]
Bug 567846: Modify set_status, set_resolution, and set_dup_id to use
VALIDATOR_DEPENDENCIES, so that they don't need custom code in set_all.
Max Kanat-Alexander [Thu, 3 Jun 2010 15:36:04 +0000 (08:36 -0700)]
Bug 567296: Make Bugzilla::Bug use VALIDATOR_DEPENDENCIES instead of
UPDATE_VALIDATORS
r=dkl, a=mkanat
Max Kanat-Alexander [Tue, 1 Jun 2010 20:33:49 +0000 (13:33 -0700)]
Bug 569312: Speed up the adding of many FKs to the same table for MySQL
and PostgreSQL, by adding them all in one ALTER statement
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 1 Jun 2010 05:30:16 +0000 (22:30 -0700)]
Bug 569302: Make sure that Install::DB functions always print out a message
if they are conditionally doing something to the database.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 1 Jun 2010 03:45:21 +0000 (20:45 -0700)]
Bug 561379: Upgrading from 3.4.4 to 3.6 would fails with ORA-01400,
because checksetup.pl was trying to run code that should never run on
Oracle.
r=mkanat, a=mkanat (module owner)
Tiago Mello [Fri, 28 May 2010 20:45:36 +0000 (22:45 +0200)]
Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponents.cgi
r/a=LpSolit
<> [Fri, 28 May 2010 10:22:27 +0000 (11:22 +0100)]
Bug 568500 - teach Bugzilla about correct Content Type for JSON ctype. r=mkanat.
Max Kanat-Alexander [Wed, 26 May 2010 20:29:12 +0000 (13:29 -0700)]
There is no released stable version of List::MoreUtils higher than 0.22.
https://bugzilla.mozilla.org/show_bug.cgi?id=567303
Kent Rogers [Wed, 26 May 2010 01:45:33 +0000 (18:45 -0700)]
Bug 271913: Don't force the user to comment when adding Hours Worked
r=mkanat, a=mkanat
David Lawrence [Tue, 25 May 2010 21:29:51 +0000 (17:29 -0400)]
Bug 567780: When closing a bug as a duplicate, the error "There is no field 'dup_id'" is displayed
r=timello,a=LpSolit
Max Kanat-Alexander [Tue, 25 May 2010 03:19:12 +0000 (20:19 -0700)]
"part" can return "undef" for a list, so sometimes $has_deps or $no_deps
in Bugzilla::Object::_sort_by_deps were undef.
https://bugzilla.mozilla.org/show_bug.cgi?id=567303
Max Kanat-Alexander [Mon, 24 May 2010 22:55:40 +0000 (15:55 -0700)]
Bug 567303: Implement a working algorithm for sorting fields based on
VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not
actually sort fields correctly.)
r=timello, a=mkanat
Max Kanat-Alexander [Mon, 24 May 2010 19:58:53 +0000 (12:58 -0700)]
Bug 556901: Move the code for setting status, resolution, and dup_id
from process_bug.cgi into Bugzilla::Bug::set_all
Max Kanat-Alexander [Mon, 24 May 2010 19:56:47 +0000 (12:56 -0700)]
Bug 556407: Move the code for setting product and checking strict_isolation
from process_bug.cgi into Bugzilla::Bug::set_all
Max Kanat-Alexander [Sun, 23 May 2010 05:11:23 +0000 (22:11 -0700)]
Bug 556403: Move adding/removing of CCs from process_bug.cgi into
Bugzilla::Bug::set_all
Max Kanat-Alexander [Sun, 23 May 2010 05:09:43 +0000 (22:09 -0700)]
Bug 556397: Move the setting of single-bug fields from process_bug.cgi
into Bugzilla::Bug::set_all
r=dkl, a=mkanat
Max Kanat-Alexander [Sun, 23 May 2010 05:08:02 +0000 (22:08 -0700)]
Bug 560733: Move the base .htaccess file into bzr instead of having it
generated by checksetup.pl
r=LpSolit, a=mkanat
Frédéric Buclin [Sat, 22 May 2010 17:56:53 +0000 (19:56 +0200)]
Bug 510147: Some product names can trigger "Wide character in print" warnings (make sure to open files as UTF8)
r/a=mkanat
Frédéric Buclin [Thu, 20 May 2010 15:38:16 +0000 (17:38 +0200)]
Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action")
r=ghendricks a=LpSolit
Edmund Wong [Wed, 19 May 2010 18:05:38 +0000 (20:05 +0200)]
Bug 487106: Add explanation when a whining is empty
r=Callek r=LpSolit a=LpSolit
Tiago Mello [Wed, 19 May 2010 17:30:46 +0000 (10:30 -0700)]
Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to
allow customizing the column attributes
r=mkanat, a=mkanat
Jonathan Martens [Wed, 19 May 2010 17:27:13 +0000 (10:27 -0700)]
Bug 566560: Make checksetup.pl explicitly check that List::MoreUtils
is installed
r=mkanat, a=mkanat
Max Kanat-Alexander [Wed, 19 May 2010 17:20:09 +0000 (10:20 -0700)]
Bug 565899: Make the html_linebreak filter safe by having it first call the
"html" filter
r=LpSolit, a=LpSolit
Kent Rogers [Wed, 19 May 2010 17:15:41 +0000 (10:15 -0700)]
Bug 563641: Make bugzilla-queue init script support SuSE
r=mkanat, a=mkanat
Tiago Mello [Wed, 19 May 2010 16:30:49 +0000 (09:30 -0700)]
Bug 565650: Add a new hook in the field-help template to allow custom fields
to be documented
r=mkanat, a=mkanat
Tiago Mello [Wed, 19 May 2010 16:28:37 +0000 (09:28 -0700)]
Bug 494395: Implement the ability to mark custom fields as mandatory when
creating/changing bugs
r=mkanat, a=mkanat
Max Kanat-Alexander [Wed, 19 May 2010 16:24:59 +0000 (09:24 -0700)]
Bug 376044: If we're running under mod_perl, use a refresh-style redirect
when coming back from colchange.cgi, because CGI.pm sometimes does not
send headers properly under mod_perl when redirecting and sending cookies
at the same time.
r=justdave, a=mkanat
Reed Loden [Tue, 18 May 2010 13:12:59 +0000 (08:12 -0500)]
Bug 566499 - "#c0 links have the wrong href"
[r=LpSolit a=LpSolit]
Max Kanat-Alexander [Mon, 17 May 2010 16:56:37 +0000 (09:56 -0700)]
Bug 556373: Move the adding/removing of groups from process_bug.cgi to
Bugzilla::Bug::set_all
r=dkl, a=mkanat
Frédéric Buclin [Mon, 17 May 2010 16:34:44 +0000 (18:34 +0200)]
Bug 560281: Do not display deleted attachments in "View All"
a=LpSolit
Edmund Wong [Mon, 17 May 2010 15:02:53 +0000 (17:02 +0200)]
Bug 460799: Move JS code out of bug/comments.html.tmpl
r/a=LpSolit
Max Kanat-Alexander [Sun, 16 May 2010 22:25:53 +0000 (15:25 -0700)]
Bug 556167: Move the setting of dependson/blocked from process_bug.cgi
into Bugzilla::Bug::set_all
r=dkl, a=mkanat
Max Kanat-Alexander [Sun, 16 May 2010 22:21:29 +0000 (15:21 -0700)]
Bug 428452: Move code to set/modify keywords from process_bug.cgi into
Bugzilla::Bug::set_all
r=dkl, a=mkanat
Max Kanat-Alexander [Sun, 16 May 2010 22:20:02 +0000 (15:20 -0700)]
Bug 556154: process_bug.cgi: move the stuff in the loop after $b->set_all
into Bugzilla::Bug::set_all
r=dkl, a=mkanat
Marco [Sat, 15 May 2010 11:30:28 +0000 (13:30 +0200)]
Bug 395896: Hide the "Short Format" button in "Format for Printing" when printing
r/a=LpSolit
Max Kanat-Alexander [Fri, 14 May 2010 14:30:19 +0000 (07:30 -0700)]
Need to do FILTER html FILTER html_linebreak to actually have a safe filter.
https://bugzilla.mozilla.org/show_bug.cgi?id=372537
Max Kanat-Alexander [Fri, 14 May 2010 14:25:05 +0000 (07:25 -0700)]
Bug 561296: A fix allowing updating a field value's name when it is
the default value
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Fri, 14 May 2010 14:20:05 +0000 (07:20 -0700)]
Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, and
Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Fri, 14 May 2010 14:11:38 +0000 (07:11 -0700)]
Bug 372537: Improve CodeErrors: show the traceback (without function
arguments)
r=LpSolit, a=LpSolit
Frédéric Buclin [Fri, 14 May 2010 13:31:14 +0000 (15:31 +0200)]
Bug 565880: Do not throw an error when obsoleting an already obsolete attachment
a=LpSolit
Frédéric Buclin [Fri, 14 May 2010 13:14:54 +0000 (15:14 +0200)]
Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be user errors, not code errors
a=LpSolit
Reed Loden [Fri, 14 May 2010 12:24:02 +0000 (07:24 -0500)]
Bug 559398 - "Old incomplete data warning showing on activity view due to custom field value of '?'"
[r=LpSolit a=LpSolit]
Frédéric Buclin [Fri, 14 May 2010 10:31:18 +0000 (12:31 +0200)]
Bug 565790: Unprivileged users cannot create bugs anymore
r/a=mkanat
Frédéric Buclin [Thu, 13 May 2010 23:55:50 +0000 (01:55 +0200)]
Backing out bug 271913: comments are no longer displayed, see also bug 565794
Max Kanat-Alexander [Thu, 13 May 2010 15:50:15 +0000 (08:50 -0700)]
Bug 555850: Make fields.html help on enter_bug happen when the user hovers
over the fields
r=timello, a=mkanat
Frédéric Buclin [Thu, 13 May 2010 13:44:19 +0000 (15:44 +0200)]
Bug 565314: Cannot edit FIXED bugs when a blocker is open, when "noresolveonopenblockers" is on
r/a=mkanat
Max Kanat-Alexander [Thu, 13 May 2010 06:31:38 +0000 (23:31 -0700)]
Replace "in_group(timetracker)" in bug/comments.html with is_timetracker.
https://bugzilla.mozilla.org/show_bug.cgi?id=271913
Kent Rogers [Thu, 13 May 2010 06:29:58 +0000 (23:29 -0700)]
Bug 271913: Do not force the user to comment when adding Hours Worked
r=mkanat, a=mkanat
Max Kanat-Alexander [Thu, 13 May 2010 06:28:30 +0000 (23:28 -0700)]
Bug 556123: process_bug.cgi: move the setting of comments and work_time
into Bugzilla::Bug::set_all
r=dkl, a=mkanat
Max Kanat-Alexander [Thu, 13 May 2010 06:27:10 +0000 (23:27 -0700)]
Bug 556105: process_bug.cgi: Change the setting of normal global bug fields
to use set_all
r=dkl, a=mkanat
Max Kanat-Alexander [Thu, 13 May 2010 06:15:45 +0000 (23:15 -0700)]
Bug 565240: Make colchange.cgi exit after it redirects the user, instead
of printing a template afterward
r=justdave, a=mkanat
David Lawrence [Wed, 12 May 2010 17:08:21 +0000 (13:08 -0400)]
Bug 486050: Bugzilla should prefill quicksearch box when showing search results from a quicksearch
r/a=mkanat
Reed Loden [Tue, 11 May 2010 22:21:47 +0000 (17:21 -0500)]
Bug 565145 - "Invalid Parameter 'in_new_bugmail' error after submitting a new bug"
[r=timello a=LpSolit]
Max Kanat-Alexander [Mon, 10 May 2010 08:20:10 +0000 (01:20 -0700)]
Change @changed_fields to \@changed_fields inside a hashref in
Bugzilla::BugMail.
https://bugzilla.mozilla.org/show_bug.cgi?id=395451
David Lawrence [Fri, 7 May 2010 16:39:52 +0000 (12:39 -0400)]
Bug 478771: Bugzilla::Search should drop invalid bug statuses from the search criteria
r/a=mkanat
Frédéric Buclin [Fri, 7 May 2010 12:59:28 +0000 (14:59 +0200)]
Bug 561745: Impossible to uncheck boxes in the Email preferences
r/a=mkanat
Reed Loden [Fri, 7 May 2010 03:44:58 +0000 (22:44 -0500)]
Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead of direct SQL"
[r=mkanat a=mkanat]
Edmund Wong [Fri, 7 May 2010 03:33:25 +0000 (20:33 -0700)]
Bug 463945: Add default values for membercontrol and othercontrol
in group_control_map, and fix their DB type to be correct
r=mkanat, a=mkanat
Reed Loden [Thu, 6 May 2010 03:27:14 +0000 (22:27 -0500)]
Bug 455302 - "Change the "Name and Password" tab to be "Account Information" (as password may or may not be changeable)"
[r=mkanat a=mkanat]
Jesse Clark [Thu, 6 May 2010 02:19:42 +0000 (19:19 -0700)]
Bug 180812: Make boolean charts involving both flags and attachments
limit the flag search based on the attachment criteria
r=mkanat, a=mkanat
Max Kanat-Alexander [Thu, 6 May 2010 02:14:04 +0000 (19:14 -0700)]
Bug 562551: Allow template-only extensions to work
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 27 Apr 2010 19:14:36 +0000 (12:14 -0700)]
Bug 550727: Add JSONP Support to the JSON-RPC WebService Interface
r=dkl, a=mkanat
Max Kanat-Alexander [Tue, 27 Apr 2010 19:01:24 +0000 (12:01 -0700)]
Bug 561322: Make Bugzilla::DB::_connect and related functions take their
parameters as a hashref, to improve the API and to avoid exposing the
database password on error.
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Fri, 23 Apr 2010 16:01:40 +0000 (18:01 +0200)]
Bug 561362: Remove the 'sendmailnow' parameter
r=justdave a=LpSolit
Max Kanat-Alexander [Thu, 22 Apr 2010 18:52:45 +0000 (11:52 -0700)]
Bug 550732: Allow read-only JSON-RPC methods to be called with GET
r=dkl, a=mkanat
Frédéric Buclin [Thu, 22 Apr 2010 18:14:26 +0000 (20:14 +0200)]
Bug 561129: Various warnings thrown by Search.pm: Perl 5.12 complains for lc(undef) and uc(undef)
r/a=mkanat
Max Kanat-Alexander [Thu, 22 Apr 2010 18:08:39 +0000 (11:08 -0700)]
Bug 539865: Make Bugzilla::Object pass $params to validators during create()
(implement VALIDATOR_DEPENDENCIES)
r=LpSolit, a=LpSolit