aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
Commit message (Collapse)AuthorAgeFilesLines
* Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence2011-02-181-3/+5
| | | | r/a=mkanat
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-301-11/+1
| | | | r/a=mkanat
* Allow extensions to alter quicksearch terms and search format. r=mkanat.Gervase Markham2011-01-271-0/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=621878
* Bug 615574: Make every search done by buglist.cgi create a list_id, so thatMax Kanat-Alexander2010-12-271-0/+9
| | | | | even Saved Searches get "last list" support. r=LpSolit, a=LpSolit
* Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgiFrédéric Buclin2010-11-131-0/+1
| | | | r=glob a=LpSolit
* Bug 600598: "Can't call method "bug_list" on unblessed reference" error ↵Frédéric Buclin2010-10-141-0/+12
| | | | | | thrown when editing a bug which is in the BUGLIST cookie but not in a recent saved search, with action="next_bug" r/a=mkanat
* Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) brokenFrédéric Buclin2010-09-211-12/+29
| | | | r/a=mkanat
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-1/+1
| | | | r/a=mkanat
* Bug 553884: Quicksearch incorrectly treats "-" in quotes as negationFrédéric Buclin2010-08-021-0/+3
| | | | r/a=mkanat
* Bug 578240 - Re-add "owner" as a quicksearch alias for searching for ↵Reed Loden2010-07-221-0/+1
| | | | | | "assigned_to" [r=mkanat a=mkanat]
* Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quotedMax Kanat-Alexander2010-07-221-2/+9
| | | | | to the fulltext engine, so that it knows it's a phrase. r=LpSolit, a=mkanat
* Bug 556579: Back out the patch from bug 554819, because it caused specialMax Kanat-Alexander2010-07-221-4/+32
| | | | | characters in quoted strings to be interpreted instead of passed along. r=LpSolit, a=LpSolit
* Bug 578335: The "Show next bug in my list" user pref either doesn't display ↵Frédéric Buclin2010-07-161-1/+1
| | | | | | the next bug or display one from the wrong buglist r/a=mkanat
* Bug 577089: Make convert-workflow fix the query values for seriesMax Kanat-Alexander2010-07-071-2/+5
| | | | r=LpSolit, a=LpSolit
* Bug 577149: Make convert-workflow rename values in saved searchesMax Kanat-Alexander2010-07-071-0/+31
| | | | r=LpSolit, a=LpSolit
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-2/+2
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-232-5/+1
| | | | | | | | | 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
* 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
| | | | | multiple buglists at once r=glob, a=mkanat
* Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2010-03-291-11/+2
| | | | | operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
* Bug 554819: Make Quicksearch use Text::ParseWords instead of its customMax Kanat-Alexander2010-03-281-32/+4
| | | | | splitString method. r=LpSolit, a=LpSolit
* Bug 550148: Using Quicksearch with a comma-separated list of bug ids wasMax Kanat-Alexander2010-03-281-1/+1
| | | | | throwing an error, and this patch fixes it r=LpSolit, a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-18/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 527641 - "QuickSearch should include aliases in default search chart" ↵Reed Loden2010-02-091-0/+1
| | | | [r=mkanat a=mkanat]
* Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin2010-02-011-1/+1
| | | | | | bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 518459: Remove certain QuickSearch features that are no longer needed ↵mkanat%bugzilla.org2009-12-171-44/+2
| | | | | | (after the re-work) and may be confusing Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 518024: Make quicksearch accept any field name or any unique starting ↵mkanat%bugzilla.org2009-12-081-67/+144
| | | | | | substring of a fieldname Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a ↵mkanat%bugzilla.org2009-09-221-252/+290
| | | | | | series of subroutines Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-5/+65
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵mkanat%bugzilla.org2009-07-201-10/+3
| | | | | | "substring" Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 302511: Remove QuickSearch's dependency on default priority valuesmkanat%bugzilla.org2009-05-201-3/+19
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
* Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWordsmkanat%bugzilla.org2009-04-291-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by ↵lpsolit%gmail.com2009-03-041-1/+1
| | | | Kent Rogers <kar@cray.com> r/a=LpSolit
* Bug 364162: Code determining if named queries should be shown in the page ↵lpsolit%gmail.com2008-11-091-0/+24
| | | | footer is suboptimal - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 458189: Quicksearches starting with +DUP return no results - Patch by ↵lpsolit%gmail.com2008-10-101-3/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap r=wicked a=LpSolit
* Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com2008-05-141-1/+4
| | | | causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 405476: flag:review? not understood by QuickSearch - Patch by ↵lpsolit%gmail.com2008-01-051-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 400243: "votes:n" quicksearch should be "at least n votes", not "more ↵lpsolit%gmail.com2007-12-031-1/+1
| | | | than n votes" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com2007-11-191-3/+2
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-091-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by ↵lpsolit%gmail.com2007-07-201-4/+13
| | | | Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-07-191-0/+13
| | | | <wicked@sci.fi> r/a=LpSolit
* Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com2007-07-131-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 383935: Display how many other users have chosen to see your saved ↵lpsolit%gmail.com2007-06-131-0/+23
| | | | search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
* Bug 371475: Quicksearch should include OS field (in addition to Platform ↵lpsolit%gmail.com2007-03-251-2/+6
| | | | field) by default - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵lpsolit%gmail.com2007-03-171-12/+6
| | | | Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 174085: Want to be able to query via group in quicksearch - Patch by ↵lpsolit%gmail.com2007-03-171-0/+1
| | | | Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Checkin fix for bug 360028.mkanat%bugzilla.org2006-11-131-0/+1
|
* Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org2006-11-131-0/+78
| | | | | | buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-041-0/+186
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk