]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php
Remove user reference in tag
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 29 Dec 2015 13:50:52 +0000 (14:50 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 29 Dec 2015 13:50:52 +0000 (14:50 +0100)
commitfc73222723c7a0c9b577805d3ef51eb96b124b92
tree002b77b82266b1e497e3683e72f4a457d4353633
parentc997cfcc9c161241a6398b0942a1a869688d807a
Remove user reference in tag

Fix #1543
13 files changed:
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Helper/RuleBasedTagger.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Repository/TagRepository.php
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
src/Wallabag/CoreBundle/Tests/Helper/RuleBasedTaggerTest.php
src/Wallabag/UserBundle/Entity/User.php