Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-21 | merge with bugzilla/4.2 | Byron Jones | 1 | -7/+25 | |
2013-05-20 | Bug 828344: "contains all of the words" no longer looks for all words within ↵ | Byron Jones | 1 | -7/+25 | |
the same comment or flag r=LpSolit, a=LpSolit | |||||
2013-02-27 | Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performance | Dave Lawrence | 1 | -6/+5 | |
2013-02-26 | Reverted Bug 836067 due to buglist crashing and do not yet know the reason | Dave Lawrence | 1 | -5/+6 | |
2013-02-26 | Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performance | Dave Lawrence | 1 | -6/+5 | |
2011-05-17 | Bug 657542: Make the AND/OR tests for xt/search.t function properly and | Max Kanat-Alexander | 1 | -1/+21 | |
catch known-broken tests as it's supposed to. r=mkanat, a=mkanat (module owner) | |||||
2011-03-03 | Bug 638518: Make all boolean chart operators work with attach_data.thedata | Max Kanat-Alexander | 1 | -7/+0 | |
r=mkanat, a=mkanat (module owner) | |||||
2011-03-01 | Bug 616341: Make "tag" a valid search field in Search.pm, for the new | Max Kanat-Alexander | 1 | -0/+3 | |
tagging system r=mkanat, a=mkanat (module owner) | |||||
2011-02-11 | Bug 620827: Refactor remove see also to use remove_from_db instead. | Tiago Mello | 1 | -2/+5 | |
r/a=mkanat | |||||
2010-12-15 | Bug 619466: Make searching by work_time search the total time on the bug | Max Kanat-Alexander | 1 | -0/+3 | |
instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner) | |||||
2010-10-05 | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 1 | -1/+4 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-05 | Bug 601848: Fix percentage_complete searches for all operators on both MySQL | Max Kanat-Alexander | 1 | -6/+3 | |
and PostgreSQL r=mkanat, a=mkanat (module owner) | |||||
2010-10-04 | Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.t | Max Kanat-Alexander | 1 | -1/+7 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 601376: Test the __all__, __open__, and __closed__ arguments to | Max Kanat-Alexander | 1 | -1/+1 | |
bug_status in xt/search.t r=mkanat, a=mkanat (module owner) | |||||
2010-10-02 | Bug 601364: Make xt/search.t also test the normal field=value search params | Max Kanat-Alexander | 1 | -1/+1 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-07-18 | Bug 579695: Make xt/search.t do substring tests using a more consistent | Max Kanat-Alexander | 1 | -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-16 | Bug 579243: Also test NOT (negated) charts in xt/search.t | Max Kanat-Alexander | 1 | -6/+10 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-07-16 | Bug 398308: Make Search.pm take a hashref for its "params" argument | Max Kanat-Alexander | 1 | -11/+7 | |
instead of taking a CGI object. r=mkanat, a=mkanat (module owner) | |||||
2010-07-15 | Bug 577800: Finish the cleanup of Search.pm's "init" function by removing | Max Kanat-Alexander | 1 | -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-09 | Bug 577538: Mark certain tests in xt/search.t as being broken only on Pg | Max Kanat-Alexander | 1 | -1/+8 | |
(and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner) | |||||
2010-07-09 | Bug 577588: xt/seach.t was sometimes not properly translating special | Max Kanat-Alexander | 1 | -0/+4 | |
<> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner) | |||||
2010-07-07 | Bug 574879: Create a test that assures the correctness of Search.pm's | Max Kanat-Alexander | 1 | -0/+564 | |
boolean charts r=glob, a=mkanat |