aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Clause.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-221-1/+6
| | | | r=dkl,a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-19/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander2011-06-131-9/+24
| | | | | "custom search" UI controls on the advanced search form. r=mkanat, a=mkanat (module owner)
* Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander2011-04-021-5/+15
| | | | r=mkanat, a=mkanat (module owner)
* Bug 640045: Convert Search.pm to use the new AND/OR system internally.Max Kanat-Alexander2011-04-021-0/+113
This includes creating new Search::Clause and Search::Condition objects. r=mkanat, a=mkanat (module owner)