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
ebf2d92327
Fix typo
2017-06-21 11:44:36 +02:00
03ce43d466
Fix getContainer in command
2017-06-21 11:44:35 +02:00
25203e5081
User existing service instead of getDoctrine
2017-06-21 11:44:35 +02:00
ee122a7528
Added a simple search engine
...
Fix #18
2016-11-19 19:17:30 +01:00
920d88599a
Fixed entries export filtered with a tag
...
Fix #2505
2016-10-29 13:43:11 +02:00
b6520f0b15
Add untagged entries
...
Fix #1631
2016-08-28 14:44:00 +02:00
891456ba9a
Links on each tag in Tags view
2016-08-23 07:24:42 +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
cceca9ea1d
Fix route parameters
...
Improve export tests
Improve CSV export
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