summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/FieldTest.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26Bug 1069799 - move the QA repository into the main repositoryDavid Lawrence1-617/+0
r=LpSolit
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones1-7/+25
the same comment or flag r=LpSolit, a=LpSolit
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-6/+5
r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-05-17Bug 657542: Make the AND/OR tests for xt/search.t function properly andMax Kanat-Alexander1-1/+21
catch known-broken tests as it's supposed to. r=mkanat, a=mkanat (module owner)
2011-03-03Bug 638518: Make all boolean chart operators work with attach_data.thedataMax Kanat-Alexander1-7/+0
r=mkanat, a=mkanat (module owner)
2011-03-01Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander1-0/+3
tagging system r=mkanat, a=mkanat (module owner)
2011-02-11Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello1-2/+5
r/a=mkanat
2010-12-15Bug 619466: Make searching by work_time search the total time on the bugMax Kanat-Alexander1-0/+3
instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner)
2010-10-05Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander1-1/+4
r=mkanat, a=mkanat (module owner)
2010-10-05Bug 601848: Fix percentage_complete searches for all operators on both MySQLMax Kanat-Alexander1-6/+3
and PostgreSQL r=mkanat, a=mkanat (module owner)
2010-10-04Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.tMax Kanat-Alexander1-1/+7
r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601376: Test the __all__, __open__, and __closed__ arguments toMax Kanat-Alexander1-1/+1
bug_status in xt/search.t r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601364: Make xt/search.t also test the normal field=value search paramsMax Kanat-Alexander1-1/+1
r=mkanat, a=mkanat (module owner)
2010-07-18Bug 579695: Make xt/search.t do substring tests using a more consistentMax Kanat-Alexander1-2/+16
substring length, thus fixing an intermittent failure that would show up when searching the cf_multi_select field. r=mkanat, a=mkanat (module owner)
2010-07-16Bug 579243: Also test NOT (negated) charts in xt/search.tMax Kanat-Alexander1-6/+10
r=mkanat, a=mkanat (module owner)
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander1-11/+7
instead of taking a CGI object. r=mkanat, a=mkanat (module owner)
2010-07-15Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander1-9/+6
it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner)
2010-07-09Bug 577538: Mark certain tests in xt/search.t as being broken only on PgMax Kanat-Alexander1-1/+8
(and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner)
2010-07-09Bug 577588: xt/seach.t was sometimes not properly translating specialMax Kanat-Alexander1-0/+4
<> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner)
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+564
boolean charts r=glob, a=mkanat