]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Helper/EntriesExport.php
Use the article domain as author for export files
authorÉtienne Gilli <etienne.gilli@gmail.com>
Sat, 8 Jul 2017 15:55:58 +0000 (17:55 +0200)
committerÉtienne Gilli <etienne.gilli@gmail.com>
Sat, 8 Jul 2017 17:53:43 +0000 (19:53 +0200)
commit07320a2bd25c6ace1f9b1aa06b1b08e8dbf4f4fa
tree61d8992d8511c324208b8ad9fc9e2c6a8952492d
parentb5d7eb148c4cd62ff187b08765f0c13c7d330fcf
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.
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Command/ExportCommand.php
src/Wallabag/CoreBundle/Controller/ExportController.php
src/Wallabag/CoreBundle/Helper/EntriesExport.php