]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Repository/TagRepository.php
assign tags to an entry 1372/head
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Wed, 19 Aug 2015 09:46:21 +0000 (11:46 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Aug 2015 10:40:48 +0000 (12:40 +0200)
commit7244d6cb61912b80341595c56cc22d9bb56e6251
treefdb958dd7a798ec52c013edd75df9e4233c08934
parent109d67dbb16478f927c3d6a46ab61ea9994aafae
assign tags to an entry
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Form/Type/NewTagType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/TagRepository.php
src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/Tag/new_form.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/Controller/TagControllerTest.php