aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/EntriesExport.php
Commit message (Collapse)AuthorAgeFilesLines
* Add export notice at the end of the epubMartin Trigaux2017-04-051-2/+2
| | | | | | | | | The text "Produced by wallabag with PHPePub" is the first page of any epub. On ebooks reader, it is common (e.g. kobo) to use the first page as the cover of unread books, which makes it more difficult to differentiate the books. Move the Notices chapter at the end of the book.
* add cli exportThomas Citharel2017-01-221-0/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Inject parameter instead of serviceJeremy Benoist2016-10-301-4/+3
| | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* Fix tag testJeremy Benoist2016-10-071-1/+0
|
* Fix relations export for EntryJeremy Benoist2016-10-071-8/+4
| | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-10-021-1/+1
|\
| * Remove error message when creating ePub versionsPaulino Michelazzo2016-10-021-1/+1
| | | | | | | | | | | | Trying to create a ePub version, the first page shows a message of a “missing >”. This change solve this problem (and, for sure, in any download version that’s use HTML).
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-09-191-1/+5
|\|
| * Fix issue #2296: epub export with `+` in the title.Étienne Gilli2016-09-181-1/+5
| |
* | Export dates from entriesJeremy Benoist2016-09-081-1/+2
|/
* 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