]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Added groups management
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Thu, 3 Nov 2016 11:11:48 +0000 (12:11 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 23 Jun 2017 07:22:54 +0000 (09:22 +0200)
commit36f30fa31e0d2373f5c39851ea9138493fbde341
treef6bba0092e72e21a3f10579250f9b2ec1e41ed70
parente7d2d1bd8ff956c324641070801e1460c06ffaa1
Added groups management
22 files changed:
app/config/routing.yml
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
src/Wallabag/GroupBundle/Controller/ManageController.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Form/GroupType.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Form/NewGroupType.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/views/Manage/new.html.twig [new file with mode: 0644]
tests/Wallabag/GroupBundle/Controller/ManageControllerTest.php [new file with mode: 0644]