aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/TaggingRule.php
Commit message (Expand)AuthorAgeFilesLines
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
* Limit rule to 255Jeremy Benoist2016-12-031-0/+1
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
* changed table name for tagging ruleNicolas Lœuillet2015-12-081-1/+1
* Add matches operatorKévin Gomez2015-11-131-1/+1
* Fix incorrect comment.Kévin Gomez2015-11-111-1/+1
* Validate used operators when creating tagging rulesKévin Gomez2015-11-111-1/+4
* Also validate used variables when creating tagging rulesKévin Gomez2015-11-111-1/+1
* Add naïve validation for tagging rules (only checks the syntax)Kévin Gomez2015-11-111-0/+2
* Add TaggingRule entityKévin Gomez2015-11-111-0/+128