]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
Add CraueConfig for internal settings
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 21 Jan 2016 07:53:09 +0000 (08:53 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 31 Jan 2016 13:48:26 +0000 (14:48 +0100)
commit63e40f2d7c4074aff0be587c828eb511a6b7c878
tree038959b20e15c60841f8f3584c99068f52460939
parent26975877d76a99f6a3153d3d3b4fc6c9f32687bc
Add CraueConfig for internal settings
29 files changed:
app/AppKernel.php
app/DoctrineMigrations/Version20160120200534_settings.php [new file with mode: 0644]
app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml [new file with mode: 0644]
app/Resources/CraueConfigBundle/translations/CraueConfigBundle.fr.yml [new file with mode: 0644]
app/Resources/CraueConfigBundle/views/Settings/modify.html.twig [new file with mode: 0644]
app/config/config.yml
app/config/parameters.yml.dist
app/config/routing.yml
app/config/security.yml
app/config/tests/parameters.yml.dist.mysql
app/config/tests/parameters.yml.dist.pgsql
app/config/tests/parameters.yml.dist.sqlite
composer.json
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/StaticController.php
src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
src/Wallabag/CoreBundle/Helper/EntriesExport.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php
src/Wallabag/UserBundle/Resources/config/services.yml