summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07Revert Bug 1273381Dylan William Hardison2-17/+1
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana2-1/+17
for object accessors
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino1-2/+3
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 Hardison3-17/+17
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-2/+4
the ES backend
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-4/+2
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-2/+4
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison1-4/+2
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-2/+4
the ES backend
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 + ↵Dylan William Hardison6-96/+44
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison6-44/+96
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison6-96/+44
local symlink to data/ directory
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) ↵David Lawrence1-7/+13
should still fill in search into quicksearch box
2015-07-17Bug 1180571 - remove the ability to search attachment dataByron Jones2-3/+0
2015-01-29Bug 1127282: The bug_mentor quicksearch field is impossible to guessByron Jones1-0/+1
2014-04-23Bug 993910: Bugzilla/Search/Saved.pm:294 isn't using the cacheByron Jones1-3/+2
2014-04-22Bug 997281: New QuickSearch operators can short-circuit each other depending ↵Frédéric Buclin1-1/+5
on which ones are tested first
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones2-0/+4
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 ↵Dave Lawrence1-4/+6
style bug searching in the webservice API
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
(.) or string at /usr/lib64/perl5/Template/Provider.pm line 572." warnings
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 ↵David Lawrence1-8/+11
tracking flags away from custom fields
2013-06-12Bug 882059: fix "use of uninitialized value" warnings, and ignore some ↵Byron Jones1-0/+3
errors/warnings
2013-05-21merge with bugzilla/4.2Byron Jones3-20/+36
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones3-20/+36
the same comment or flag r=LpSolit, a=LpSolit
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 Jones2-21/+19
2013-04-23Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2-19/+21
the same comment or flag
2013-04-17revert commit for bug 828344Byron Jones2-21/+19
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones2-19/+21
same comment or flag r=LpSolit, a=LpSolit
2012-11-26Add missing fileByron Jones1-0/+96
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones1-1/+6
2012-10-24Bug 803058: add a shortcut to quicksearch to enable or disable comment ↵Byron Jones1-1/+6
searching for that query
2012-09-05Bug 749540: Avoid database deadlocks when deleting recent searchesByron Jones1-6/+7
2012-08-31Merge from bugzilla/4.2Reed Loden1-1/+1
2012-08-20Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin1-1/+1
r=glob a=LpSolit
2012-05-01merged with bugzilla/4.2Dave Lawrence1-42/+30
2012-04-11Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated ↵Frédéric Buclin1-42/+30
by the default status selection r=dkl a=LpSolit
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 ↵Frédéric Buclin1-79/+94
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit