aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/RuleBasedTagger.php
Commit message (Expand)AuthorAgeFilesLines
* Replace continue; with break; to avoid PHP 7.3 warningsphp73Thomas Citharel2019-01-121-1/+1
* 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
* CSJeremy Benoist2016-08-171-3/+3
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
* Remove user reference in tagJeremy Benoist2015-12-291-7/+6
* Add test on tagAllForUserJeremy Benoist2015-12-281-1/+0
* 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