]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Command/InstallCommand.php
Implement simple config
authorJeremy <jeremy.benoist@gmail.com>
Mon, 16 Feb 2015 20:28:49 +0000 (21:28 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Mon, 16 Feb 2015 20:31:58 +0000 (21:31 +0100)
commit4d85d7e9ba676bd5ac3428976ce9227f460eb542
treeacf77c5baced69e689fcfc2d9463a9b75b9b3657
parent7a577c519ffc254b6ddecd75c9ee84f656d759e1
Implement simple config
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/ConfigController.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Entity/UsersConfig.php [deleted file]
src/Wallabag/CoreBundle/Form/Type/ConfigType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/ConfigRepository.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/routing.yml
src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/WallabagTestCase.php