]> git.immae.eu Git - github/wallabag/wallabag.git/commit - app/config/config.yml
Customize errors templates 2322/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 12:51:54 +0000 (14:51 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 12:58:48 +0000 (14:58 +0200)
commit40e219622a2c416ab36cb39b26a5e1354e4438cc
tree878fb4e50ecee04603f8a05dec04f9a4b8662d18
parent114c55c0a6eade2ba6c53fe25f61cc58cca91620
Customize errors templates

All error goes to the same template which only display the error message and the status code.
app/config/config.yml
src/Wallabag/CoreBundle/Controller/ExceptionController.php [new file with mode: 0644]
src/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverter.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig [new file with mode: 0644]
tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php