aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/ExportCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* Use the article domain as author for export filesÉtienne Gilli2017-07-081-0/+1
| | | | | | | 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.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Fix getContainer in commandJeremy Benoist2017-06-211-2/+2
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-3/+2
|
* Fix phpcs and testsThomas Citharel2017-01-241-14/+9
|
* add filepath testThomas Citharel2017-01-221-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* add cli exportThomas Citharel2017-01-221-0/+82
Signed-off-by: Thomas Citharel <tcit@tcit.fr>