summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Quicksearch.pm
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-1/+1
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-2/+2
2014-08-14Bug 1012506 - Allow a bug to have multiple aliasesSimon Green1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-04-16Bug 997281: New QuickSearch operators can short-circuit each other depending ...Frédéric Buclin1-1/+5
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
2014-01-28Revert accidential change in the fix for Bug 76498Byron Jones1-3/+3
2014-01-27Fix bustage in Perl 5.10 and 5.12Frédéric Buclin1-1/+1
2014-01-27Bug 76498: QuickSearch: support comparison operators other than substringByron Jones1-5/+19
2013-10-01Bug 919852 - Add ability to perform quicksearch using Bug.searchDave Lawrence1-3/+4
2013-09-23Bug 918647: "Use of uninitialized value" warnings when using quicksearchByron Jones1-1/+5
2013-09-18fix typo in commentByron Jones1-1/+1
2013-09-18Bug 877545: quicksearch shouldn't treat apostrophes as quote charactersByron Jones1-6/+27
2013-06-11Bug 856158: A question mark inside quoted strings triggers flag detection whe...Frédéric Buclin1-13/+33
2013-05-10Bug 828344: "contains all of the words" no longer looks for all words within ...Byron Jones1-2/+9
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the sa...Byron Jones1-3/+1
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+18
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
2012-08-09Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin1-3/+4
2012-04-11Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated by...Frédéric Buclin1-42/+30
2012-03-30Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead)Frédéric Buclin1-1/+1
2012-03-29Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...Frédéric Buclin1-79/+94
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-18/+5
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-1/+1
2011-02-18Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence1-3/+5
2011-01-27Allow extensions to alter quicksearch terms and search format. r=mkanat.Gervase Markham1-0/+2
2010-11-13Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgiFrédéric Buclin1-0/+1
2010-09-21Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) brokenFrédéric Buclin1-12/+29
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-1/+1
2010-08-02Bug 553884: Quicksearch incorrectly treats "-" in quotes as negationFrédéric Buclin1-0/+3
2010-07-23Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigne...Reed Loden1-0/+1
2010-07-23Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quotedMax Kanat-Alexander1-2/+9
2010-07-23Bug 556579: Back out the patch from bug 554819, because it caused specialMax Kanat-Alexander1-4/+32
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-2/+2
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-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-10-11Bug 458189: Quicksearches starting with +DUP return no results - Patch by FrÃ...lpsolit%gmail.com1-3/+5
2008-01-05Bug 405476: flag:review? not understood by QuickSearch - Patch by Frédé...lpsolit%gmail.com1-1/+1