aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/EntriesExport.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix route parametersJeremy Benoist2015-11-091-2/+10
| | | | | Improve export tests Improve CSV export
* use JMS SerializerThomas Citharel2015-11-091-12/+5
|
* use the groups annotation instead of setIgnoredAttributesThomas Citharel2015-11-091-4/+7
|
* improved functionThomas Citharel2015-11-091-10/+6
|
* add json & xmlThomas Citharel2015-11-091-0/+55
|
* Rework on exportJeremy Benoist2015-11-091-91/+167
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-091-0/+263
For now: - ebook - mobi - pdf - csv