aboutsummaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/Constants.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 619466: Make searching by work_time search the total time on the bugMax Kanat-Alexander2010-12-151-56/+10
| | | | | instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner)
* The patch that made Bugzilla::Bug use Bugzilla::Comment to add commentsMax Kanat-Alexander2010-11-021-1/+2
| | | | fixed certain work_time tests in xt/search.t.
* Fix the xt/search.t test to not have a testfail (orange) result on MySQL.Max Kanat-Alexander2010-10-071-2/+2
| | | | (Just some missing "this test is OK" bits for longdescs.count injection tests.)
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-0/+19
| | | | r=mkanat, a=mkanat (module owner)
* Bug 601848: Fix percentage_complete searches for all operators on both MySQLMax Kanat-Alexander2010-10-041-45/+53
| | | | | and PostgreSQL r=mkanat, a=mkanat (module owner)
* Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.tMax Kanat-Alexander2010-10-031-1/+26
| | | | r=mkanat, a=mkanat (module owner)
* Bug 601513: In xt/search.t, assure that "---" continues to work for theMax Kanat-Alexander2010-10-031-0/+3
| | | | | resolution field r=mkanat, a=mkanat (module owner)
* Bug 601499 - Make xt/search.t test the email(n)* search query parametersMax Kanat-Alexander2010-10-031-1/+13
| | | | r=mkanat, a=mkanat (module owner)
* Bug 600496: Make searching on [Bug creation] work again, by implementingMax Kanat-Alexander2010-10-021-8/+4
| | | | | creation_ts for the changedafter and changedbefore operators in Search.pm. r=mkanat, a=mkanat (module owner)
* Bug 601376: Test the __all__, __open__, and __closed__ arguments toMax Kanat-Alexander2010-10-021-0/+14
| | | | | bug_status in xt/search.t r=mkanat, a=mkanat (module owner)
* Bug 580208: Search.pm: Combine all the user search types into one searchMax Kanat-Alexander2010-07-211-14/+3
| | | | | function r=mkanat, a=mkanat (module owner)
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-6/+0
| | | | r/a=mkanat
* Bug 579695: Make xt/search.t do substring tests using a more consistentMax Kanat-Alexander2010-07-181-9/+20
| | | | | | substring length, thus fixing an intermittent failure that would show up when searching the cf_multi_select field. r=mkanat, a=mkanat (module owner)
* Bug 579568: Search.pm: Improve the implementation and performance ofMax Kanat-Alexander2010-07-171-13/+3
| | | | | | | substring and "words" searches, improve the formatting of generated SQL, and use real subselects instead of performing the subselect and using its results in an IN. r=mkanat, a=mkanat (module owner)
* Bug 579243: Also test NOT (negated) charts in xt/search.tMax Kanat-Alexander2010-07-151-0/+265
| | | | r=mkanat, a=mkanat (module owner)
* Bug 578888: Search.pm: Add and store joins as data structures instead ofMax Kanat-Alexander2010-07-141-5/+0
| | | | | raw SQL. r=mkanat, a=mkanat (module owner)
* Bug 578531: Move the chfield stuff out of init, and makeMax Kanat-Alexander2010-07-131-12/+5
| | | | | | the changedbefore/after charts include the date specified (they previously did exclusive searches) r=mkanat, a=mkanat (module owner)
* Bug 577538: Mark certain tests in xt/search.t as being broken only on PgMax Kanat-Alexander2010-07-081-0/+24
| | | | | (and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner)
* Pg and MySQL had inconsistent results for flagtypes.name greaterthan,Max Kanat-Alexander2010-07-081-0/+1
| | | | | | so I changed the values to make them consistent. (I suspect the inconsistency is a bug in Pg itself that is not actually important to normal Bugzilla usage.)
* Bug 577588: xt/seach.t was sometimes not properly translating specialMax Kanat-Alexander2010-07-081-7/+22
| | | | | <> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner)
* Bug 577557: Make xt/search.t skip certain injection tests on PostgreSQL,Max Kanat-Alexander2010-07-081-0/+22
| | | | | | | because they make Pg throw an error and then be unable to run any further tests. It's OK to skip these tests because they still run on MySQL, so we'll still catch any injection vulns. r=mkanat, a=mkanat (module owner)
* Update xt/search.t to test that anyexact trims properly.Max Kanat-Alexander2010-07-081-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=575021
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-91/+34
| | | | | | | Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat
* Fix search.t now that negative keyword searches are working.Max Kanat-Alexander2010-07-071-7/+5
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=562014
* Bug 577388: The target milestone tests in xt/search.t were failing,Max Kanat-Alexander2010-07-071-1/+1
| | | | | incorrectly. r=mkanat, a=mkanat (module owner)
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+1011
boolean charts r=glob, a=mkanat