]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add ability to define created_at for all import
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 9 Sep 2016 07:36:07 +0000 (09:36 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 19:58:55 +0000 (21:58 +0200)
commit6d65c0a8b089d3caa6f8e20d7935a9fe2f87d926
tree38ea829aeea879f4bfdd9873cea556a244247b7e
parent3aca0a9f00417b64203a660dee0a2b4c0fe22ac8
Add ability to define created_at for all import

At the moment only Readability & wallabag v2 import allow created_at import.
Pocket removed `time_added` field from their API v2 to v3...
And wallabag v1 doesn't export that value.
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Import/ReadabilityImport.php
src/Wallabag/ImportBundle/Import/WallabagImport.php
src/Wallabag/ImportBundle/Import/WallabagV1Import.php
tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php