aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/EntriesExport.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert array + phpDocJeremy Benoist2016-04-121-23/+52
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Remove some complexicity in InstallCommandJeremy Benoist2016-03-281-0/+2
|
* Tags were not imported in wallabag v2 importJeremy Benoist2016-03-271-26/+8
| | | | Also, simplify exportAs matching format
* Exported entries were added twice in export fileNicolas LÅ“uillet2016-02-051-7/+8
|
* CSJeremy Benoist2016-02-041-4/+4
|
* put the equals bar outside the loopThomas Citharel2016-02-041-1/+2
|
* remove old dependancyThomas Citharel2016-02-041-1/+0
|
* better display for txtThomas Citharel2016-02-041-2/+2
|
* add txt exportThomas Citharel2016-02-041-0/+22
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-3/+4
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-3/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* 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