]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
Max Kanat-Alexander [Fri, 23 Jul 2010 11:52:37 +0000 (04:52 -0700)]
skins/README was missed in the original checkin for bug 428313.
Max Kanat-Alexander [Fri, 23 Jul 2010 11:44:05 +0000 (04:44 -0700)]
Bug 581311: Bring the documentation of various hooks in Bugzilla::Hook
up to date
r=mkanat, a=mkanat (module owner)
Marc Schumann [Fri, 23 Jul 2010 11:32:08 +0000 (13:32 +0200)]
Bug 581316 – Minor typos in notification reason descriptions.
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit
Reed Loden [Fri, 23 Jul 2010 01:55:15 +0000 (20:55 -0500)]
Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigned_to"
[r=mkanat a=mkanat]
Max Kanat-Alexander [Fri, 23 Jul 2010 01:50:06 +0000 (18:50 -0700)]
Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted
to the fulltext engine, so that it knows it's a phrase.
r=LpSolit, a=mkanat
Max Kanat-Alexander [Fri, 23 Jul 2010 01:35:29 +0000 (18:35 -0700)]
Bug 577054: ChoiceInterface was denying the deletion of any value if
the field had *any* value-controlling values.
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Fri, 23 Jul 2010 01:29:24 +0000 (18:29 -0700)]
Bug 556579: Back out the patch from bug 554819, because it caused special
characters in quoted strings to be interpreted instead of passed along.
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Fri, 23 Jul 2010 01:24:17 +0000 (18:24 -0700)]
Bug 67036: Allow searching for values that have commas in them when
searching the multi-select boxes on the Advanced Search page (like product,
component, version, etc.)
r=LpSolit, a=LpSolit
Frédéric Buclin [Wed, 21 Jul 2010 21:14:49 +0000 (23:14 +0200)]
Bug 580761: YUI scripts no longer work
r/a=mkanat
Max Kanat-Alexander [Wed, 21 Jul 2010 03:37:27 +0000 (20:37 -0700)]
Bug 428313: Properly expire the browser's CSS and JS cache when there
are new versions of those files. This also eliminates single-file skins
and should also allow Extensions to have skins.
r=glob, a=mkanat
Max Kanat-Alexander [Tue, 20 Jul 2010 21:59:19 +0000 (14:59 -0700)]
Bug 579514: Make Bug.attachments also return attachment data
r=dkl, a=mkanat
Max Kanat-Alexander [Tue, 20 Jul 2010 06:00:44 +0000 (23:00 -0700)]
Bug 575475: ANSI coloring of error messages was hiding template compilation
errors
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Mon, 19 Jul 2010 23:18:07 +0000 (16:18 -0700)]
Bug 576912: Make the automatic duplicate detection table appear onkeyup
instead of onblur, but give it a delay so that (a) we're not sending
too many queries and (b) so that it doesn't appear at the exact same
time as you click Submit Bug (making the "Submit Bug" click not work)
r=timello, a=mkanat
Max Kanat-Alexander [Sun, 18 Jul 2010 09:13:36 +0000 (02:13 -0700)]
Bug 579695: Make xt/search.t do substring tests using a more consistent
substring length, thus fixing an intermittent failure that would
show up when searching the cf_multi_select field.
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Fri, 16 Jul 2010 09:50:55 +0000 (11:50 +0200)]
Bug 578335: The "Show next bug in my list" user pref either doesn't display the next bug or display one from the wrong buglist
r/a=mkanat
Frédéric Buclin [Fri, 16 Jul 2010 09:46:20 +0000 (11:46 +0200)]
Bug 578258: Calling votes.cgi with no arguments should either display the user's votes, or give a better error message if the extension is disabled
r/a=mkanat
byron jones (glob) [Thu, 15 Jul 2010 17:27:22 +0000 (19:27 +0200)]
Bug 521416: Some web servers fail to set the QUERY_STRING parameter
r/a=mkanat
Frédéric Buclin [Thu, 15 Jul 2010 11:05:03 +0000 (13:05 +0200)]
Bug 455585: Installation docs should recommend using package management instead of CPAN
r=glob
Frédéric Buclin [Thu, 15 Jul 2010 10:48:21 +0000 (12:48 +0200)]
Bug 193193: Better explain what the checkboxes in Edit Users-Group Access/Privileges are for
r=glob
Frédéric Buclin [Thu, 15 Jul 2010 10:26:54 +0000 (12:26 +0200)]
Bug 472452: Rephrase documentation about deleting custom fields
r=glob
Max Kanat-Alexander [Wed, 14 Jul 2010 03:52:09 +0000 (20:52 -0700)]
The changes to accept positional parameters in XML-RPC meant that sometimes
$params wouldn't just be undef, but actually missing, so validate() was
getting @keys where $params should have been.
https://bugzilla.mozilla.org/show_bug.cgi?id=577765
Frédéric Buclin [Wed, 14 Jul 2010 00:10:27 +0000 (02:10 +0200)]
2nd part of bug 536183: Update the default workflow
r/a=mkanat
Frédéric Buclin [Tue, 13 Jul 2010 23:07:28 +0000 (01:07 +0200)]
Bug 536183: Docs claim bug lifecycle is "hard-coded" despite that's no longer true
r=gerv a=mkanat
Max Kanat-Alexander [Tue, 13 Jul 2010 23:05:45 +0000 (16:05 -0700)]
Bug 577765: Allow XML-RPC to accept multiple positional parameters
r=ghendricks, a=mkanat
Frédéric Buclin [Tue, 13 Jul 2010 22:56:43 +0000 (00:56 +0200)]
Bug 578366: Missing </dl>
r/a=LpSolit
Frédéric Buclin [Tue, 13 Jul 2010 22:49:35 +0000 (00:49 +0200)]
Bug 578324: The "Hours Worked" field in show_bug.cgi rejects all values passed to it if it would make the Remaining Time negative
r/a=mkanat
Max Kanat-Alexander [Tue, 13 Jul 2010 22:44:37 +0000 (15:44 -0700)]
Bug 412074: Ability to add attachments to a bug via the WebService
(Bug.add_attachment)
r=timello, a=mkanat
Frédéric Buclin [Tue, 13 Jul 2010 08:21:45 +0000 (10:21 +0200)]
Bug 236651: Remove obsolete instructions from the "2.1.5 Perl Modules" section
r=reed
Frédéric Buclin [Tue, 13 Jul 2010 08:09:44 +0000 (10:09 +0200)]
Bug 578007: Requests queue page has a broken table layout for various groupings
r=reed a=LpSolit
Reed Loden [Tue, 13 Jul 2010 03:22:07 +0000 (22:22 -0500)]
Bug 578253 - Add autocomplete support to the requester and requestee fields on request.cgi
[r=mkanat a=mkanat]
https://bugzilla.mozilla.org/show_bug.cgi?id=578254
Reed Loden [Tue, 13 Jul 2010 02:28:38 +0000 (21:28 -0500)]
Bug 578253 - Add autocomplete support to the add users to watch input field
[r=mkanat a=mkanat]
Max Kanat-Alexander [Tue, 13 Jul 2010 02:22:44 +0000 (19:22 -0700)]
Bug 577602: Using multi-selects as buglist columns on PostgreSQL was broken
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Tue, 13 Jul 2010 02:17:34 +0000 (19:17 -0700)]
Bug 521463: Use consistent CSS for text input fields on enter_bug,
show_bug, post_bug, etc.
r=dkl, a=mkanat
Max Kanat-Alexander [Tue, 13 Jul 2010 02:12:38 +0000 (19:12 -0700)]
Bug 490767: Make validation happen with JS, when filing a bug
r=pyrzak, a=mkanat
Max Kanat-Alexander [Tue, 13 Jul 2010 02:04:40 +0000 (19:04 -0700)]
alias_not_allowed should be multiple_alias_not_allowed
https://bugzilla.mozilla.org/show_bug.cgi?id=415813
Max Kanat-Alexander [Tue, 13 Jul 2010 01:42:01 +0000 (18:42 -0700)]
Bug 415813: Implement Bug.update() as an API for WebServices
r=dkl, a=mkanat
Frédéric Buclin [Tue, 13 Jul 2010 01:38:15 +0000 (03:38 +0200)]
Fix regression due to bug 372979, a=mkanat on IRC
Frédéric Buclin [Tue, 13 Jul 2010 00:50:17 +0000 (02:50 +0200)]
Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group checkboxes
r=reed a=LpSolit
Frédéric Buclin [Mon, 12 Jul 2010 23:16:41 +0000 (01:16 +0200)]
Bug 578003: E-mail notifications are missing datetime for comments
r=glob a=mkanat
Reed Loden [Mon, 12 Jul 2010 17:42:35 +0000 (12:42 -0500)]
Bug 577881 - Add missing space before 'class' parameter in global/textarea.html.tmpl so class and previous parameters don't run into each other.
[r=LpSolit a=LpSolit]
Frédéric Buclin [Sun, 11 Jul 2010 17:15:18 +0000 (19:15 +0200)]
Bug 563894: Milestone URL needs to be removed from documentation
r=wicked
Max Kanat-Alexander [Sat, 10 Jul 2010 05:18:00 +0000 (22:18 -0700)]
Bug 577754: Make updating bugs_fulltext during checksetup.pl WAY faster
for MySQL.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Sat, 10 Jul 2010 04:34:21 +0000 (21:34 -0700)]
Remove the empty "index" directory from Dusk.
Max Kanat-Alexander [Sat, 10 Jul 2010 04:10:23 +0000 (21:10 -0700)]
Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL,
for people upgrading Testopia from 1.3 to 2.0+.
r=mkanat, a=mkanat (module owner)
Guy Pyrzak [Fri, 9 Jul 2010 18:09:46 +0000 (11:09 -0700)]
Bug 493653: Replace the bugzilla homepage images
r=mkanat, a=mkanat
Max Kanat-Alexander [Fri, 9 Jul 2010 01:49:12 +0000 (18:49 -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)
Max Kanat-Alexander [Thu, 8 Jul 2010 23:44:02 +0000 (16:44 -0700)]
Bug 577577: Make bz_drop_fk be tolerant of SQL failure
r=mkanat, a=mkanat (module owner)
Reed Loden [Thu, 8 Jul 2010 21:53:13 +0000 (14:53 -0700)]
Bug 567981 - Restore ability for page.cgi pages to contain . characters, but don't permit '..' at all.
[r=mkanat a=mkanat]
Max Kanat-Alexander [Thu, 8 Jul 2010 20:17:11 +0000 (13:17 -0700)]
Bug 577415: Allow positional parameters for XML-RPC, because Testopia
uses them.
r=ghendricks, a=mkanat
Max Kanat-Alexander [Thu, 8 Jul 2010 18:03:59 +0000 (11:03 -0700)]
Bug 577520: Make the "Adding new table..." message not appear during
xt/search.t
r=mkanat, a=mkanat (module owner)
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
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
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
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
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
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
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)
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
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
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
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)
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
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
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
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
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.
Max Kanat-Alexander [Tue, 6 Jul 2010 03:34:13 +0000 (20:34 -0700)]
Bump the version number post-release.
Max Kanat-Alexander [Tue, 6 Jul 2010 02:35:55 +0000 (19:35 -0700)]
Bump the version number for 3.7.2.
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
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
Max Kanat-Alexander [Tue, 6 Jul 2010 01:19:19 +0000 (18:19 -0700)]
Fix the execute bit on contrib/convert-workflow.pl.
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
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
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]
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
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
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)
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
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
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
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
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]
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]
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]
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]
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]
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
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
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
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]
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]
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]
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]
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".
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
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
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)
Max Kanat-Alexander [Thu, 24 Jun 2010 23:14:41 +0000 (16:14 -0700)]
Bump version number post-release
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
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