]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix recent update
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 9 Jan 2016 17:38:40 +0000 (18:38 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 15 Jan 2016 08:35:38 +0000 (09:35 +0100)
commit1d76102a240c2596832848128a7b9cf5aa2050dd
treeba6d7a1b4d5d763ae5bce41fcb9395b7f8b5c5f3
parent8ba854c068f541039d81524d171769b6e1220171
Fix recent update

- some missing url parameters from WallabagRestController & EntryController
- use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature)
- update ImportBundle (url & form)
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Filter/EntryFilterType.php
src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Controller/PocketController.php
src/Wallabag/ImportBundle/Controller/WallabagV1Controller.php
src/Wallabag/ImportBundle/Form/Type/UploadImportType.php