diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 11d31b24a..e474ec07e 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -31,8 +31,6 @@ parameters: mailer_host: 127.0.0.1 mailer_user: ~ mailer_password: ~ - switftmailer_username: null - switftmailer_password: null locale: en diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index bd45f0916..88b1d2b40 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -21,8 +21,6 @@ parameters: mailer_host: 127.0.0.1 mailer_user: ~ mailer_password: ~ - switftmailer_username: null - switftmailer_password: null locale: en diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 8352a1ad5..3c61142dd 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -21,8 +21,6 @@ parameters: mailer_host: 127.0.0.1 mailer_user: ~ mailer_password: ~ - switftmailer_username: null - switftmailer_password: null locale: en diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 617e9f042..2f7699b57 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -21,8 +21,6 @@ parameters: mailer_host: 127.0.0.1 mailer_user: ~ mailer_password: ~ - switftmailer_username: null - switftmailer_password: null locale: en diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 6c375909c..b01aaa7f5 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php @@ -198,7 +198,7 @@ class ConfigController extends Controller * * @return \Symfony\Component\HttpFoundation\RedirectResponse */ - public function deleteTaggingRule(TaggingRule $rule) + public function deleteTaggingRuleAction(TaggingRule $rule) { if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) { throw $this->createAccessDeniedException('You can not access this tagging ryle.'); diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php index 747976e35..ea77d1381 100644 --- a/src/Wallabag/CoreBundle/Controller/EntryController.php +++ b/src/Wallabag/CoreBundle/Controller/EntryController.php @@ -81,7 +81,7 @@ class EntryController extends Controller * * @return \Symfony\Component\HttpFoundation\Response */ - public function addEntryViaBookmarklet(Request $request) + public function addEntryViaBookmarkletAction(Request $request) { $entry = new Entry($this->getUser()); $entry->setUrl($request->get('url')); diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md index 1f0054a4a..3db078735 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md @@ -1,3 +1,3 @@ # Baggy Theme -theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/ \ No newline at end of file +theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/ diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/README.md b/src/Wallabag/CoreBundle/Resources/views/themes/material/README.md index 534eea309..54e8a0e23 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/README.md +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/README.md @@ -2,4 +2,4 @@ Theme created by Danilow (@modos189) Alexandr http://modos189.ru/ -Used framework http://materializecss.com/ \ No newline at end of file +Used framework http://materializecss.com/ diff --git a/web/favicon.ico b/web/favicon.ico new file mode 100644 index 000000000..0346558ba Binary files /dev/null and b/web/favicon.ico differ