]> git.immae.eu Git - github/wallabag/wallabag.git/commit
[#1604] First draft to fix SensioLabsInsight report
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Wed, 20 Jan 2016 15:24:48 +0000 (16:24 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 22 Jan 2016 20:12:11 +0000 (21:12 +0100)
commitb0b893eafd3c1d66b8681a4a6420603af42ec084
treec81cd3621747569d16e99dc47c726af2e668601a
parent96fcb60c335a8985d0ebb8acec3af7c310edb70c
[#1604] First draft to fix SensioLabsInsight report
17 files changed:
app/config/parameters.yml.dist
app/config/tests/parameters.yml.dist.mysql
app/config/tests/parameters.yml.dist.pgsql
app/config/tests/parameters.yml.dist.sqlite
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/ApiBundle/DependencyInjection/Configuration.php
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Form/Type/EditEntryType.php
src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php [moved from src/Wallabag/CoreBundle/Filter/EntryFilterType.php with 98% similarity]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/main.css
src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md [changed mode: 0755->0644]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig [changed mode: 0755->0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/README.md [changed mode: 0755->0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig [changed mode: 0755->0644]
src/Wallabag/ImportBundle/Import/PocketImport.php