]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
Frédéric Buclin [Mon, 2 Aug 2010 02:03:13 +0000 (04:03 +0200)]
Bug 553884: Quicksearch incorrectly treats "-" in quotes as negation
r/a=mkanat
Frédéric Buclin [Mon, 2 Aug 2010 01:34:14 +0000 (03:34 +0200)]
Bug 583622: email_in.pl doesn't let me set timetracking fields
r/a=mkanat
Max Kanat-Alexander [Mon, 2 Aug 2010 01:15:05 +0000 (18:15 -0700)]
Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg,
because it doesn't work with unbalanced single quotes. So we just do a hack
to make Quicksearch work right, for Pg.
r=LpSolit, a=mkanat
Max Kanat-Alexander [Mon, 2 Aug 2010 00:52:17 +0000 (17:52 -0700)]
Bug 578572: Make the user autocomplete and keyword autocomplete behave
similarly, and fix a race condition in user autocomplete where sometimes
an older result would appear after a newer result, overriding the newer
result.
r=pyrzak, a=mkanat
Max Kanat-Alexander [Mon, 2 Aug 2010 00:48:22 +0000 (17:48 -0700)]
Bug 583645: Make $dbh->quote always detaint its output, even on DBDs that
don't normally detaint output from $dbh->quote.
r=LpSolit, a=LpSolit
Frédéric Buclin [Sun, 1 Aug 2010 23:28:07 +0000 (01:28 +0200)]
Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMED
r/a=mkanat
Frédéric Buclin [Sun, 1 Aug 2010 23:19:47 +0000 (01:19 +0200)]
Bug 581622: When a quicksearch includes the "content" field, it is limited to 200 bugs
r/a=mkanat
Frédéric Buclin [Sun, 1 Aug 2010 23:02:45 +0000 (01:02 +0200)]
Bug 547748: Wrong parsing of email_in emails if some @field has no data
r/a=mkanat
Max Kanat-Alexander [Sun, 1 Aug 2010 22:48:57 +0000 (15:48 -0700)]
Bug 581327: The patch to allow commas in Product (etc.) names broke the
entering of comma-separated values in other search fields, like bug_id.
So now we split on commas in text fields, but not for <select> fields.
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Sun, 1 Aug 2010 22:28:48 +0000 (00:28 +0200)]
Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link when the buglist is empty
r=timello a=LpSolit
Frédéric Buclin [Fri, 30 Jul 2010 03:35:18 +0000 (05:35 +0200)]
Bug 583167: The "X-Bugzilla-Changed-Fields:" header in bugmails is unreadable
r=reed a=LpSolit
Frédéric Buclin [Wed, 28 Jul 2010 17:02:32 +0000 (19:02 +0200)]
Bug 396558: Dependency change e-mails should only include status changes that happened right now
r/a=mkanat
Frédéric Buclin [Mon, 26 Jul 2010 11:59:59 +0000 (13:59 +0200)]
Bug 581798: Remove whitespaces from URLs when listing classifications and products in editproducts.cgi
r/a=mkanat
Frédéric Buclin [Sun, 25 Jul 2010 12:08:19 +0000 (14:08 +0200)]
Bug 581693: Missing whitespace for the auth_failure_action hook
r/a=mkanat
Frédéric Buclin [Sat, 24 Jul 2010 14:51:21 +0000 (16:51 +0200)]
Bug 581668: Obsolete groups have no name nor ID when moving a bug to another product
r=timello a=LpSolit
Frédéric Buclin [Sat, 24 Jul 2010 13:21:05 +0000 (15:21 +0200)]
Bug 581663: Directive closed twice
r=timello a=LpSolit
Marc Schumann [Fri, 23 Jul 2010 21:44:45 +0000 (23:44 +0200)]
Bug 581326 – Misleading JSON error message.
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=mkanat
Max Kanat-Alexander [Fri, 23 Jul 2010 11:42:25 +0000 (04:42 -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:27:58 +0000 (13:27 +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:54:02 +0000 (20:54 -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:48:49 +0000 (18:48 -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:33:58 +0000 (18:33 -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:28:11 +0000 (18:28 -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
Frédéric Buclin [Thu, 22 Jul 2010 22:46:02 +0000 (00:46 +0200)]
Bug 398701: Replace |FILTER url_quote| by |FILTER uri|
r/a=mkanat
Max Kanat-Alexander [Thu, 22 Jul 2010 00:31:50 +0000 (17:31 -0700)]
Bug 580208: Search.pm: Combine all the user search types into one search
function
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Wed, 21 Jul 2010 21:13:23 +0000 (23:13 +0200)]
Bug 580761: YUI scripts no longer work
r/a=mkanat
Max Kanat-Alexander [Wed, 21 Jul 2010 03:34:41 +0000 (20:34 -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:58:47 +0000 (14:58 -0700)]
Bug 579514: Make Bug.attachments also return attachment data
r=dkl, a=mkanat
Max Kanat-Alexander [Tue, 20 Jul 2010 21:26:15 +0000 (14:26 -0700)]
Bug 560003: Hide the "Add Bug URLs" box behind an (add) link.
r=timello, a=mkanat
Max Kanat-Alexander [Tue, 20 Jul 2010 21:20:57 +0000 (14:20 -0700)]
Bug 579797: Restore ValidateGroupName in Bugzilla::Group, because it is
still in use by the whining system
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Tue, 20 Jul 2010 05:59:41 +0000 (22:59 -0700)]
Bug 575475: ANSI coloring of error messages was hiding template compilation
errors
r=LpSolit, a=LpSolit
Max Kanat-Alexander [Tue, 20 Jul 2010 05:58:34 +0000 (22:58 -0700)]
Bug 580174: Search.pm: Move special parsing functions around, to be more
orderly
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Mon, 19 Jul 2010 23:15:37 +0000 (16:15 -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
Frédéric Buclin [Sun, 18 Jul 2010 22:44:55 +0000 (00:44 +0200)]
Bug 579749: Linkify the URL found in attachments (restore the is_url behavior) if there is only an URL in them
r/a=LpSolit
Frédéric Buclin [Sun, 18 Jul 2010 17:17:26 +0000 (19:17 +0200)]
Bug 119703: Create an attachment by pasting it into a text field
r/a=mkanat
Max Kanat-Alexander [Sun, 18 Jul 2010 09:12:27 +0000 (02:12 -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)
Max Kanat-Alexander [Sun, 18 Jul 2010 00:52:52 +0000 (17:52 -0700)]
Bug 579568: Search.pm: Improve the implementation and performance of
substring and "words" searches, improve the formatting of generated SQL,
and use real subselects instead of performing the subselect and using its
results in an IN.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Fri, 16 Jul 2010 21:57:22 +0000 (14:57 -0700)]
Bug 67036: Allow searching for product, component, etc. names that contain
commas
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Fri, 16 Jul 2010 09:49:08 +0000 (11:49 +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:41:42 +0000 (11:41 +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
Max Kanat-Alexander [Fri, 16 Jul 2010 06:42:16 +0000 (23:42 -0700)]
Also add NotTest.pm for the xt/search.t NOT tests.
https://bugzilla.mozilla.org/show_bug.cgi?id=579243
Max Kanat-Alexander [Fri, 16 Jul 2010 06:26:06 +0000 (23:26 -0700)]
Bug 579243: Also test NOT (negated) charts in xt/search.t
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Fri, 16 Jul 2010 02:55:10 +0000 (19:55 -0700)]
Bug 398308: Make Search.pm take a hashref for its "params" argument
instead of taking a CGI object.
r=mkanat, a=mkanat (module owner)
byron jones (glob) [Thu, 15 Jul 2010 17:24:14 +0000 (19:24 +0200)]
Bug 521416: Some web servers fail to set the QUERY_STRING parameter
r/a=mkanat
Max Kanat-Alexander [Thu, 15 Jul 2010 11:13:29 +0000 (04:13 -0700)]
Bug 577800: Finish the cleanup of Search.pm's "init" function by removing
it and having its work be done by a new "sql" accessor instead. Also adds
some comments, moves functions around into sections, and creates a new
_user accessor.
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Thu, 15 Jul 2010 11:03:22 +0000 (13:03 +0200)]
Bug 455585: Installation docs should recommend using package management instead of CPAN
r=glob
Frédéric Buclin [Thu, 15 Jul 2010 10:45:45 +0000 (12:45 +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:42:57 +0000 (12:42 +0200)]
Remove unsused error tag left by bug 578904
Frédéric Buclin [Thu, 15 Jul 2010 10:24:06 +0000 (12:24 +0200)]
Bug 472452: Rephrase documentation about deleting custom fields
r=glob
Max Kanat-Alexander [Thu, 15 Jul 2010 10:14:35 +0000 (03:14 -0700)]
Bug 578904: Search.pm: Fully generate the FROM clause inside of an accessor
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Thu, 15 Jul 2010 05:33:40 +0000 (22:33 -0700)]
Bug 578888: Search.pm: Add and store joins as data structures instead of
raw SQL.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Thu, 15 Jul 2010 03:01:15 +0000 (20:01 -0700)]
Bug 578602: Search.pm: Move the parsing of boolean charts out of init
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Wed, 14 Jul 2010 22:30:39 +0000 (15:30 -0700)]
Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then
populating FKs from _bz_schema at the end of checksetup, store REFERENCES
in _bz_real_schema with a special "created => 0" key that tells us that
we still need to create the FK.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Wed, 14 Jul 2010 19:59:13 +0000 (12:59 -0700)]
Add a sortkey to the Example extension's Config extension.
Max Kanat-Alexander [Wed, 14 Jul 2010 18:52:46 +0000 (11:52 -0700)]
Bug 578587: Make checksetup be way quieter when creating a new install
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Wed, 14 Jul 2010 05:12:40 +0000 (22:12 -0700)]
Bug 578308: Move the parsing of special fields and the creation of
@specialcharts out of init in Search.pm
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Wed, 14 Jul 2010 04:40:15 +0000 (21:40 -0700)]
Bug 578594: Search.pm: Move deadlinefrom and deadlineto parsing into a
special method
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Wed, 14 Jul 2010 03:51:03 +0000 (20:51 -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
Max Kanat-Alexander [Wed, 14 Jul 2010 02:14:28 +0000 (19:14 -0700)]
Bug 578531: Move the chfield stuff out of init, and make
the changedbefore/after charts include the date specified
(they previously did exclusive searches)
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Wed, 14 Jul 2010 00:07:19 +0000 (02:07 +0200)]
2nd part of bug 536183: Update the default workflow
r/a=mkanat
Max Kanat-Alexander [Wed, 14 Jul 2010 00:01:36 +0000 (17:01 -0700)]
The illegal_changed_in_x_days error message is no longer used.
https://bugzilla.mozilla.org/show_bug.cgi?id=578323
Max Kanat-Alexander [Tue, 13 Jul 2010 23:35:51 +0000 (16:35 -0700)]
Bug 578323: Remove the special parsing of "changedin" from Search.pm.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 13 Jul 2010 23:05:02 +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 23:03:22 +0000 (01:03 +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 22:59:49 +0000 (15:59 -0700)]
Remove some errors from WS_ERROR_CODE that don't exist on trunk.
https://bugzilla.mozilla.org/show_bug.cgi?id=412074
Frédéric Buclin [Tue, 13 Jul 2010 22:54:55 +0000 (00:54 +0200)]
Bug 578366: Missing </dl>
r/a=LpSolit
Frédéric Buclin [Tue, 13 Jul 2010 22:47:21 +0000 (00:47 +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:43:40 +0000 (15:43 -0700)]
Bug 412074: Ability to add attachments to a bug via the WebService
(Bug.add_attachment)
r=timello, a=mkanat
Max Kanat-Alexander [Tue, 13 Jul 2010 10:48:02 +0000 (03:48 -0700)]
Bug 578316: Search.pm: Move the parsing of email* fields into a method
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 13 Jul 2010 10:24:31 +0000 (03:24 -0700)]
Bug 578313: Search.pm: Move the parsing of basic fields (ones that map to
fielddefs) into methods
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 13 Jul 2010 09:59:59 +0000 (02:59 -0700)]
Bug 578310: Search.pm: Move the special parsing of bug_status and resolution
out of init and into some _special_parse_* functions.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 13 Jul 2010 09:19:04 +0000 (02:19 -0700)]
Bug 578299: Search.pm: Generate the GROUP BY clause in a method
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Tue, 13 Jul 2010 08:19:01 +0000 (10:19 +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:07:15 +0000 (10:07 +0200)]
Bug 578007: Requests queue page has a broken table layout for various groupings
r=reed a=LpSolit
Max Kanat-Alexander [Tue, 13 Jul 2010 05:57:15 +0000 (22:57 -0700)]
Bug 578275: Search.pm: Fully generate the ORDER BY clause inside of an
accessor
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Tue, 13 Jul 2010 05:15:10 +0000 (22:15 -0700)]
Bug 578278: Search.pm: Fully generate the SELECT clause inside of an accessor
r=mkanat, a=mkanat
Max Kanat-Alexander [Tue, 13 Jul 2010 03:55:03 +0000 (20:55 -0700)]
Bug 578266: Clean up the SPECIAL_ORDER code and make it into an accessor,
in Search.pm
r=mkanat, a=mkanat (module owner)
Reed Loden [Tue, 13 Jul 2010 03:21:08 +0000 (22:21 -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:27:46 +0000 (21:27 -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:16:50 +0000 (19:16 -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:06 +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:05:07 +0000 (19:05 -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:41:12 +0000 (18:41 -0700)]
Bug 415813: Implement Bug.update() as an API for WebServices
r=dkl, a=mkanat
Frédéric Buclin [Tue, 13 Jul 2010 01:35:42 +0000 (03:35 +0200)]
Fix regression due to bug 372979, a=mkanat on IRC
Frédéric Buclin [Tue, 13 Jul 2010 00:48:01 +0000 (02:48 +0200)]
Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group checkboxes
r=reed a=LpSolit
Max Kanat-Alexander [Tue, 13 Jul 2010 00:38:53 +0000 (17:38 -0700)]
Bug 578197: [PostgreSQL] When associating sequences with columns, also
fix the default of the columns so that it's identical to what a new
checksetup run would create.
r=mkanat, a=mkanat (module owner)
Reed Loden [Mon, 12 Jul 2010 23:36:28 +0000 (18:36 -0500)]
Bug 578220 - Remove the date time from the comment header in bugmails
[r=LpSolit a=LpSolit]
Max Kanat-Alexander [Mon, 12 Jul 2010 23:17:51 +0000 (16:17 -0700)]
Bug 578197: [PostgreSQL] Properly associate sequences that had no
column association
r=mkanat, a=mkanat (module owner)
Frédéric Buclin [Mon, 12 Jul 2010 23:13:18 +0000 (01:13 +0200)]
Bug 578003: E-mail notifications are missing datetime for comments
r=glob a=mkanat
Reed Loden [Mon, 12 Jul 2010 17:41:55 +0000 (12:41 -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:09:10 +0000 (19:09 +0200)]
Bug 563894: Milestone URL needs to be removed from documentation
r=wicked
Max Kanat-Alexander [Sat, 10 Jul 2010 12:40:23 +0000 (05:40 -0700)]
Bug 577807: Convert the hard-coded stuff that adds map_* tables to @supptables
in Search.pm into a data structure and a series of functions that parse the
data structure.
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Sat, 10 Jul 2010 10:44:45 +0000 (03:44 -0700)]
Bug 577805: Make chart_fields into an accessor in Search.pm
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Sat, 10 Jul 2010 10:22:16 +0000 (03:22 -0700)]
Bug 577803 - Make multi_select_fields into an accessor in Search.pm
r=mkanat, a=mkanat
Max Kanat-Alexander [Sat, 10 Jul 2010 05:15:39 +0000 (22:15 -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 05:07:51 +0000 (22:07 -0700)]
Bug 577602: Don't put multi-select fields into the GROUP BY in Search.pm,
because they are created by an aggregate. (This fixes multi-select buglist
columns on Pg.)
r=mkanat, a=mkanat (module owner)
Max Kanat-Alexander [Sat, 10 Jul 2010 04:33:44 +0000 (21:33 -0700)]
Remove the empty "index" directory from Dusk.
Max Kanat-Alexander [Sat, 10 Jul 2010 04:25:27 +0000 (21:25 -0700)]
Remove the js/yui/utilities directory, because it's empty and keeps being
added (annoyingly) by the CVS mirror script.
Max Kanat-Alexander [Sat, 10 Jul 2010 04:09:18 +0000 (21:09 -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)
Max Kanat-Alexander [Sat, 10 Jul 2010 04:00:08 +0000 (21:00 -0700)]
Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3
r=mkanat, a=mkanat (module owner)