b1428a1cf8
Translated first page of exported article
2017-10-11 10:43:19 +02:00
c660878388
better entry txt export using html2text
2017-08-27 00:04:21 +02:00
52b84c11a5
Fix some namespaces and phpdoc
2017-07-29 22:51:50 +02:00
eeabca8090
Make updateAuthor code simpler to read
2017-07-10 10:08:20 +02:00
c57f69d967
Use the article publisher as author for export
...
When exporting an entry, use the publishedBy field as author name for
epub, mobi and pdf formats. Fallback to domain name if empty.
2017-07-09 18:33:14 +02:00
07320a2bd2
Use the article domain as author for export files
...
When exporting an entry, use the domain name as author name for epub,
mobi and pdf formats, instead of 'wallabag'.
Change the author from array to string, because for now, there is always
only one author.
2017-07-08 19:53:43 +02:00
f808b01692
Add a real configuration for CS-Fixer
2017-07-01 09:52:38 +02:00
1b70990b01
Add export notice at the end of the epub
...
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.
2017-04-05 09:24:48 +02:00
8303b037fb
add cli export
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-01-22 12:51:14 +01:00
4b3c983ab8
Inject parameter instead of service
...
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!
2016-10-30 20:27:41 +01:00
74e1f7433a
Fix tag test
2016-10-07 07:43:48 +02:00
b0458874c8
Fix relations export for Entry
...
Tags & Annotations weren’t really well exported.
This is now fixed (+ tests)
2016-10-07 07:43:19 +02:00
77557d289b
Merge remote-tracking branch 'origin/master' into 2.1
2016-10-02 17:37:41 +02:00
ffcd91ec6c
Remove error message when creating ePub versions
...
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).
2016-10-02 13:16:12 +02:00
d7b4b2c72c
Merge remote-tracking branch 'origin/master' into 2.1
2016-09-19 11:23:07 +02:00
45d94a98f7
Fix issue #2296 : epub export with + in the title.
2016-09-18 14:43:54 +02:00
9401696fe4
Export dates from entries
2016-09-08 16:49:21 +02:00
4094ea4771
Convert array + phpDoc
...
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
2016-04-12 12:25:29 +02:00
0e49487bb0
Remove some complexicity in InstallCommand
2016-03-28 14:18:50 +02:00
8f336fda64
Tags were not imported in wallabag v2 import
...
Also, simplify exportAs matching format
2016-03-27 23:58:37 +02:00
f898102c85
Exported entries were added twice in export file
2016-02-05 13:35:59 +01:00
d3f31ec485
CS
2016-02-04 20:31:26 +01:00
f161122412
put the equals bar outside the loop
2016-02-04 20:31:26 +01:00
3b07d01937
remove old dependancy
2016-02-04 20:31:26 +01:00
365a38984e
better display for txt
2016-02-04 20:31:26 +01:00
6c08fb68b8
add txt export
2016-02-04 20:30:51 +01:00
63e40f2d7c
Add CraueConfig for internal settings
2016-01-31 14:48:26 +01:00
619cc45359
Symfony Upgrade Fixer FTW
...
symfony-upgrade-fixer fix src/Wallabag/
2016-01-15 09:35:38 +01:00
cceca9ea1d
Fix route parameters
...
Improve export tests
Improve CSV export
2015-11-09 16:32:48 +01:00
268e9e7277
use JMS Serializer
2015-11-09 16:32:48 +01:00
5b7da07620
use the groups annotation instead of setIgnoredAttributes
2015-11-09 16:32:48 +01:00
8ac95cbfcc
improved function
2015-11-09 16:32:48 +01:00
b3cc1a14e7
add json & xml
2015-11-09 16:32:48 +01:00
add597bad9
Rework on export
...
- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
2015-11-09 16:32:48 +01:00
03690d1387
Start work on export
...
For now:
- ebook
- mobi
- pdf
- csv
2015-11-09 16:32:48 +01:00