aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTaggingRuleData.php
Commit message (Collapse)AuthorAgeFilesLines
* Added notmatches operator for tagging ruleNicolas LÅ“uillet2017-04-201-0/+7
|
* Move fixtures to the right placeJeremy Benoist2016-06-231-0/+8
|
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Avoid multiple tag creationJeremy Benoist2015-12-281-0/+41
When a new tag is created but not yet persisted, it can be duplicated. It could happen when multiple rules match the content and at least 2 of them should attach same new tag. Fix #1528