]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
Move Tags assigner to a separate file
authorThomas Citharel <tcit@tcit.fr>
Sat, 27 May 2017 20:08:14 +0000 (22:08 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sat, 27 May 2017 20:08:14 +0000 (22:08 +0200)
commit6bc6fb1f60e7b81a21f844dca025671a2f4a4564
treefde672650c6a2ef2ccb611a6a29989a7c944ea00
parent35941d57ee4d06ec3557d4b126d5f6fd263bcf3a
Move Tags assigner to a separate file

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
20 files changed:
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
src/Wallabag/CoreBundle/Helper/TagsAssigner.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Import/AbstractImport.php
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/PinboardImport.php
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Import/WallabagImport.php
src/Wallabag/ImportBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
tests/Wallabag/CoreBundle/Helper/TagsAssignerTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/Import/ChromeImportTest.php
tests/Wallabag/ImportBundle/Import/FirefoxImportTest.php
tests/Wallabag/ImportBundle/Import/InstapaperImportTest.php
tests/Wallabag/ImportBundle/Import/PocketImportTest.php
tests/Wallabag/ImportBundle/Import/ReadabilityImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV2ImportTest.php