summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Quicksearch.pm
AgeCommit message (Expand)AuthorFilesLines
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-3/+3
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-10/+10
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ...Dylan William Hardison1-2/+4
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ...Dylan William Hardison1-4/+2
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ...Dylan William Hardison1-2/+4
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ...Dylan William Hardison1-4/+2
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ...Dylan William Hardison1-2/+4
2017-03-07Bug 1343530 - Make the ALL quicksearch keywords show all resultsDylan William Hardison1-1/+8
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-19/+7
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-7/+19
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-19/+7
2016-05-19Bug 1274139 - QuickSearch: searching for text containing colons no longer worksDylan Hardison1-1/+0
2016-05-12Bug 1270867 - confusing error message when I was just searching for a bugDylan Hardison1-0/+1
2015-08-28Bug 1195362: Quicksearch error pages ("foo is not a field" and friends) shoul...David Lawrence1-7/+13
2015-07-17Bug 1180571 - remove the ability to search attachment dataByron Jones1-2/+0
2015-01-29Bug 1127282: The bug_mentor quicksearch field is impossible to guessByron Jones1-0/+1
2014-04-22Bug 997281: New QuickSearch operators can short-circuit each other depending ...Frédéric Buclin1-1/+5
2014-01-28Bug 76498: QuickSearch: support comparison operators other than substringByron Jones1-3/+17
2013-10-18Bug 922684 - backport upstream bug 919852 to bmo/4.2 to allow quicksearch sty...Dave Lawrence1-4/+6
2013-09-23Bug 918647: "Use of uninitialized value" warnings when using quicksearchByron Jones1-2/+4
2013-09-20revert accidental commitByron Jones1-1/+0
2013-09-20Bug 918644: ignore "Use of uninitialized value $compiled in concatenation (.)...Byron Jones1-0/+1
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-07-25Bug 750742: Create new BMO extension called TrackingFlags to move current tra...David Lawrence1-8/+11
2013-06-12Bug 882059: fix "use of uninitialized value" warnings, and ignore some errors...Byron Jones1-0/+3
2013-05-21merge with bugzilla/4.2Byron Jones1-3/+8
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ...Byron Jones1-3/+8
2013-04-30Bug 867399 - [sentry] "use of uninitialized values" warnings in quicksearchDave Lawrence1-0/+2
2013-04-30Bug 866807: fix undef warnings in quicksearchByron Jones1-0/+2
2013-04-29rollback Bug 828344Byron Jones1-1/+3
2013-04-23Bug 828344: "contains all of the words" no longer looks for all words within ...Byron Jones1-3/+1
2013-04-17revert commit for bug 828344Byron Jones1-1/+3
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the sa...Byron Jones1-3/+1
2012-10-24Bug 803058: add a shortcut to quicksearch to enable or disable comment searc...Byron Jones1-1/+6
2012-05-01merged with bugzilla/4.2Dave Lawrence1-42/+30
2012-04-11Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated by...Frédéric Buclin1-42/+30
2012-04-10merged with bmo/4.2Dave Lawrence1-79/+94
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
2011-10-05more porting workDavid Lawrence1-0/+3
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