]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Rework on export
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 16 Oct 2015 08:51:53 +0000 (10:51 +0200)
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>
Mon, 9 Nov 2015 15:32:48 +0000 (16:32 +0100)
commitadd597bad95b30dbecab3aecc8362a1ccd427976
tree1e4976f41fb043bea41c4db4544b42458eee3500
parent03690d138792dde6405e3d2eb3c53f6572eb3c43
Rework on export

- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
app/config/parameters.yml.dist
app/config/tests/parameters.yml.dist.mysql
app/config/tests/parameters.yml.dist.pgsql
app/config/tests/parameters.yml.dist.sqlite
composer.json
composer.lock
src/Wallabag/CoreBundle/Controller/ExportController.php
src/Wallabag/CoreBundle/Helper/EntriesExport.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php [new file with mode: 0644]