aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/TaggingRule.php
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+10
| | | | | | | | | - Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
* Fix RulerZBundleJeremy Benoist2018-11-251-1/+1
| | | | | People should really follow semver and provide UPGRADE file when they provide a library ...
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
|
* Limit rule to 255Jeremy Benoist2016-12-031-0/+1
| | | | To avoid database error
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* 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