summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Bug 577149: Make convert-workflow rename values in saved searchesMax Kanat-Alexander1-0/+31
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-2/+2
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2-5/+1
2010-06-16A few tinderbox bustage fixes from the checkin of bug 24896.Max Kanat-Alexander1-1/+1
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-0/+147
2010-03-29Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander1-11/+2
2010-03-29Bug 554819: Make Quicksearch use Text::ParseWords instead of its customMax Kanat-Alexander1-32/+4
2010-03-28Bug 550148: Using Quicksearch with a comma-separated list of bug ids wasMax Kanat-Alexander1-1/+1
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-18/+0
2010-02-10Bug 527641 - "QuickSearch should include aliases in default search chart" [r=...Reed Loden1-0/+1
2010-02-01Bug 537746: Search criteria headers on buglist duplicate unnecessarily when b...Frédéric Buclin1-1/+1
2009-12-17Bug 518459: Remove certain QuickSearch features that are no longer needed (af...mkanat%bugzilla.org1-44/+2
2009-12-08Bug 518024: Make quicksearch accept any field name or any unique starting sub...mkanat%bugzilla.org1-67/+144
2009-09-22Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a series...mkanat%bugzilla.org1-252/+290
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-5/+65
2009-07-20Bug 314364: Make QuickSearch use "matches" for comment searches instead of "s...mkanat%bugzilla.org1-10/+3
2009-05-20Bug 302511: Remove QuickSearch's dependency on default priority valuesmkanat%bugzilla.org1-3/+19
2009-04-29Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWordsmkanat%bugzilla.org1-1/+1
2009-03-04Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by Kent...lpsolit%gmail.com1-1/+1
2008-11-09Bug 364162: Code determining if named queries should be shown in the page foo...lpsolit%gmail.com1-0/+24
2008-10-11Bug 458189: Quicksearches starting with +DUP return no results - Patch by FrÃ...lpsolit%gmail.com1-3/+5
2008-05-14Bug 433514: Renaming a saved search with the same name of different case caus...lpsolit%gmail.com1-1/+4
2008-01-05Bug 405476: flag:review? not understood by QuickSearch - Patch by Frédé...lpsolit%gmail.com1-1/+1
2007-12-03Bug 400243: "votes:n" quicksearch should be "at least n votes", not "more tha...lpsolit%gmail.com1-1/+1
2007-11-19Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com1-3/+2
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com1-1/+1
2007-07-20Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by Te...lpsolit%gmail.com1-4/+13
2007-07-19Bug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa <wicke...lpsolit%gmail.com1-0/+13
2007-07-13Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by FrédÃ...lpsolit%gmail.com1-1/+1
2007-06-13Bug 383935: Display how many other users have chosen to see your saved search...lpsolit%gmail.com1-0/+23
2007-03-25Bug 371475: Quicksearch should include OS field (in addition to Platform fiel...lpsolit%gmail.com1-2/+6
2007-03-17Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu Ma...lpsolit%gmail.com1-12/+6
2007-03-17Bug 174085: Want to be able to query via group in quicksearch - Patch by Teem...lpsolit%gmail.com1-0/+1
2006-11-13Checkin fix for bug 360028.mkanat%bugzilla.org1-0/+1
2006-11-13Bug 360028: Bugzilla::Search::Saved should have create() and update(), and bu...mkanat%bugzilla.org1-0/+78
2006-11-04Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org1-0/+186
2006-07-26Bug 338869: The 'quicksearch' field in the footer redirects to http:// even w...lpsolit%gmail.com1-6/+5
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-19/+25
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-6/+7
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-8/+9
2006-06-20Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Frédéri...lpsolit%gmail.com1-2/+2
2006-06-15Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ...lpsolit%gmail.com1-1/+0
2006-06-01Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org1-1/+1
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com1-1/+2
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-2/+4
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net1-2/+2
2005-08-22Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patc...lpsolit%gmail.com1-0/+499