]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/ImportBundle/Controller/WallabagV2Controller.php
[#1590] Add JSON import from wallabag v2 1601/head
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Wed, 20 Jan 2016 13:37:01 +0000 (14:37 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Wed, 20 Jan 2016 13:37:01 +0000 (14:37 +0100)
commit6785f4aa749e381081b93e3db46424cc7475eab8
treef8fb914c4febb93ee229c4b13f2488ee0c9fe2fc
parentd481f42b7d383eb6211d1d3049d1a2c8288d9edb
[#1590] Add JSON import from wallabag v2
12 files changed:
docs/en/user/import.rst
docs/img/user/export_wllbg_2.png [new file with mode: 0644]
src/Wallabag/ImportBundle/Controller/WallabagV2Controller.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/WallabagV1Import.php
src/Wallabag/ImportBundle/Import/WallabagV2Import.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Resources/views/WallabagV2/index.html.twig [new file with mode: 0644]
src/Wallabag/ImportBundle/Tests/Controller/ImportControllerTest.php
src/Wallabag/ImportBundle/Tests/Controller/WallabagV2ControllerTest.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Tests/fixtures/wallabag-v2.json [new file with mode: 0644]