aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/ExportCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-141-1/+1
| | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* Better rendering for all core commandsNicolas Hart2017-07-291-4/+7
|
* Remove unused method getDoctrine in several commandsNicolas Hart2017-07-271-5/+0
|
* 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>