]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
bring chrome and firefox as separate imports
authorThomas Citharel <tcit@tcit.fr>
Wed, 21 Sep 2016 15:47:47 +0000 (17:47 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 25 Sep 2016 10:29:18 +0000 (12:29 +0200)
commit59201088b4fc13fd361238396f630dabd9bd1990
tree2d4d5c2fbe7f007214c41f0c4ccba2f8d3d7ec8b
parentf7c55b38122cc593c2b58bb6425fca9d243b055e
bring chrome and firefox as separate imports
29 files changed:
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/ImportBundle/Command/ImportCommand.php
src/Wallabag/ImportBundle/Controller/BrowserController.php
src/Wallabag/ImportBundle/Controller/ChromeController.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Controller/FirefoxController.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/ChromeImport.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/FirefoxImport.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Resources/config/rabbit.yml
src/Wallabag/ImportBundle/Resources/config/redis.yml
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Resources/views/Chrome/index.html.twig [new file with mode: 0644]
src/Wallabag/ImportBundle/Resources/views/Firefox/index.html.twig [moved from src/Wallabag/ImportBundle/Resources/views/Browser/index.html.twig with 93% similarity]
tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php [moved from tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php with 63% similarity]
tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php
tests/Wallabag/ImportBundle/Import/ChromeImportTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/Import/FirefoxImportTest.php [new file with mode: 0644]