aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/RuleBasedTagger.php
Commit message (Collapse)AuthorAgeFilesLines
* Replace continue; with break; to avoid PHP 7.3 warningsphp73Thomas Citharel2019-01-121-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Fix some Scrutinizer issuesJeremy Benoist2017-05-301-0/+1
|
* Added logger when we match Tagging rulesNicolas Lœuillet2017-05-121-1/+8
|
* Avoid tag duplication when tagging all articlesJeremy Benoist2016-10-091-1/+7
| | | | | Mostly when the tag doesn’t yet exist. It was created each time it matche the rule… glups.
* CSJeremy Benoist2016-08-171-3/+3
|
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Remove user reference in tagJeremy Benoist2015-12-291-7/+6
| | | | Fix #1543
* Add test on tagAllForUserJeremy Benoist2015-12-281-1/+0
| | | | And fix multiplication of entries returned by `tagAllForUser`.
* php csNicolas Lœuillet2015-12-081-5/+4
|
* Add a command to automatically tag all entries for a userKévin Gomez2015-11-111-3/+35
|
* Add TaggingRule entityKévin Gomez2015-11-111-16/+10
|
* PoC of rule-based taggingKévin Gomez2015-11-111-0/+82