]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add a command to automatically tag all entries for a user
authorKévin Gomez <contact@kevingomez.fr>
Sat, 24 Oct 2015 13:11:06 +0000 (15:11 +0200)
committerKévin Gomez <contact@kevingomez.fr>
Wed, 11 Nov 2015 15:27:19 +0000 (16:27 +0100)
commit625acf335298186b4ff983f9321900d1238e854b
treebc3149d9cee320429475ced6a1cb8b53c71ad7eb
parentcad8cda7af06234a63b86253da1d813e7b0fd0f2
Add a command to automatically tag all entries for a user
app/config/config.yml
composer.json
composer.lock
src/Wallabag/CoreBundle/Command/TagAllCommand.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Helper/RuleBasedTagger.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Tests/Helper/RuleBasedTaggerTest.php
src/Wallabag/UserBundle/Repository/UserRepository.php