]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix tests & cs & migration
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 25 Apr 2019 12:12:56 +0000 (14:12 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 26 Apr 2019 10:53:21 +0000 (12:53 +0200)
commitf277bc042c8e805aab14b31b5b51e2878d80c6f4
treeaf75f475af7bb2d0f8c3a44a404f90e2d93dfa2b
parent531c8d0a5c55fa93438e227a7d349235fbd31d28
Fix tests & cs & migration
14 files changed:
app/DoctrineMigrations/Version20190425115043.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/FeedController.php
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig
src/Wallabag/CoreBundle/Twig/WallabagExtension.php
src/Wallabag/UserBundle/Repository/UserRepository.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/Controller/FeedControllerTest.php
tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php