aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
Commit message (Expand)AuthorAgeFilesLines
* Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated by...Frédéric Buclin2012-04-111-42/+30
* Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead)Frédéric Buclin2012-03-301-1/+1
* Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...Frédéric Buclin2012-03-291-79/+94
* Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin2012-01-122-0/+8
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-115-93/+25
* Bug 713144: The SQL query to remove older searches from the profile_search ta...Frédéric Buclin2011-12-281-6/+8
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
* Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander2011-06-132-10/+31
* Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander2011-04-022-6/+26
* Bug 640045: Convert Search.pm to use the new AND/OR system internally.Max Kanat-Alexander2011-04-022-0/+179
* Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence2011-02-181-3/+5
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-301-11/+1
* Allow extensions to alter quicksearch terms and search format. r=mkanat.Gervase Markham2011-01-271-0/+2
* Bug 615574: Make every search done by buglist.cgi create a list_id, so thatMax Kanat-Alexander2010-12-271-0/+9
* Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgiFrédéric Buclin2010-11-131-0/+1
* Bug 600598: "Can't call method "bug_list" on unblessed reference" error throw...Frédéric Buclin2010-10-141-0/+12
* Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) brokenFrédéric Buclin2010-09-211-12/+29
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-1/+1
* Bug 553884: Quicksearch incorrectly treats "-" in quotes as negationFrédéric Buclin2010-08-021-0/+3
* Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigne...Reed Loden2010-07-221-0/+1
* Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quotedMax Kanat-Alexander2010-07-221-2/+9
* Bug 556579: Back out the patch from bug 554819, because it caused specialMax Kanat-Alexander2010-07-221-4/+32
* Bug 578335: The "Show next bug in my list" user pref either doesn't display t...Frédéric Buclin2010-07-161-1/+1
* Bug 577089: Make convert-workflow fix the query values for seriesMax Kanat-Alexander2010-07-071-2/+5
* Bug 577149: Make convert-workflow rename values in saved searchesMax Kanat-Alexander2010-07-071-0/+31
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-2/+2
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-232-5/+1
* A few tinderbox bustage fixes from the checkin of bug 24896.Max Kanat-Alexander2010-06-151-1/+1
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-0/+147
* Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2010-03-291-11/+2
* Bug 554819: Make Quicksearch use Text::ParseWords instead of its customMax Kanat-Alexander2010-03-281-32/+4
* Bug 550148: Using Quicksearch with a comma-separated list of bug ids wasMax Kanat-Alexander2010-03-281-1/+1
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-18/+0
* Bug 527641 - "QuickSearch should include aliases in default search chart" [r=...Reed Loden2010-02-091-0/+1
* Bug 537746: Search criteria headers on buglist duplicate unnecessarily when b...Frédéric Buclin2010-02-011-1/+1
* Bug 518459: Remove certain QuickSearch features that are no longer needed (af...mkanat%bugzilla.org2009-12-171-44/+2
* Bug 518024: Make quicksearch accept any field name or any unique starting sub...mkanat%bugzilla.org2009-12-081-67/+144
* Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a series...mkanat%bugzilla.org2009-09-221-252/+290
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-5/+65
* Bug 314364: Make QuickSearch use "matches" for comment searches instead of "s...mkanat%bugzilla.org2009-07-201-10/+3
* Bug 302511: Remove QuickSearch's dependency on default priority valuesmkanat%bugzilla.org2009-05-201-3/+19
* Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWordsmkanat%bugzilla.org2009-04-291-1/+1
* Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by Kent...lpsolit%gmail.com2009-03-041-1/+1
* Bug 364162: Code determining if named queries should be shown in the page foo...lpsolit%gmail.com2008-11-091-0/+24
* Bug 458189: Quicksearches starting with +DUP return no results - Patch by FrÃ...lpsolit%gmail.com2008-10-101-3/+5
* Bug 433514: Renaming a saved search with the same name of different case caus...lpsolit%gmail.com2008-05-141-1/+4
* Bug 405476: flag:review? not understood by QuickSearch - Patch by Frédé...lpsolit%gmail.com2008-01-051-1/+1
* Bug 400243: "votes:n" quicksearch should be "at least n votes", not "more tha...lpsolit%gmail.com2007-12-031-1/+1
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com2007-11-191-3/+2
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-1/+1