aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Condition.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2013-05-101-1/+8
| | | | | | the same comment or flag r=LpSolit, a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+24
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+3
| | | | 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-1/+7
| | | | | "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-1/+11
| | | | 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/+66
This includes creating new Search::Clause and Search::Condition objects. r=mkanat, a=mkanat (module owner)