]> git.immae.eu Git - github/wallabag/wallabag.git/commit
move some files to UserBundle
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Sat, 3 Oct 2015 04:29:55 +0000 (06:29 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 3 Oct 2015 11:31:48 +0000 (13:31 +0200)
commit0a878469d4038c36c84d1dd707265d880fa342e8
tree2e183d359d3f1f0767ebf56277f3fc7aa415ac3f
parent1210dae10589515d6f3824c75639342c5e1d52dd
move some files to UserBundle
15 files changed:
app/config/routing.yml
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Tests/EventListener/RegistrationConfirmedListenerTest.php
src/Wallabag/CoreBundle/Tests/WallabagCoreTestCase.php
src/Wallabag/UserBundle/DataFixtures/ORM/LoadUserData.php [moved from src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php with 100% similarity]
src/Wallabag/UserBundle/Resources/views/Default/index.html.twig [deleted file]
src/Wallabag/UserBundle/Resources/views/themes/material/Registration/register.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/views/themes/material/Registration/register_content.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/views/themes/material/Security/checkEmail.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/views/themes/material/Security/forgotPassword.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/views/themes/material/Security/login.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/views/themes/material/Security/reset.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/WallabagUserBundle.php