]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
SensioLabsInsight fixes 1605/head
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Wed, 20 Jan 2016 16:16:17 +0000 (17:16 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 22 Jan 2016 20:12:11 +0000 (21:12 +0100)
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/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md
src/Wallabag/CoreBundle/Resources/views/themes/material/README.md
web/favicon.ico [new file with mode: 0644]

index 11d31b24aaa704e4e7288b4d1765b47ec13ae288..e474ec07e3e315b6c6da92c065352d3099c444cc 100644 (file)
@@ -31,8 +31,6 @@ parameters:
     mailer_host:       127.0.0.1
     mailer_user:       ~
     mailer_password:   ~
-    switftmailer_username: null
-    switftmailer_password: null
 
     locale:            en
 
index bd45f091658c3657a1e71c0954bb4f4c85716f95..88b1d2b40afcd8203e3a70d99da012aef14d85b6 100644 (file)
@@ -21,8 +21,6 @@ parameters:
     mailer_host:       127.0.0.1
     mailer_user:       ~
     mailer_password:   ~
-    switftmailer_username: null
-    switftmailer_password: null
 
     locale:            en
 
index 8352a1ad573b7e021e08a7d6089b1c34a94133ae..3c61142dd0c8987298f8f802d56721c35b8ec0ac 100644 (file)
@@ -21,8 +21,6 @@ parameters:
     mailer_host:       127.0.0.1
     mailer_user:       ~
     mailer_password:   ~
-    switftmailer_username: null
-    switftmailer_password: null
 
     locale:            en
 
index 617e9f042639d645d3032c5630ddc69585de8a38..2f7699b5795fb5f436f460503bea7e50c24bbd37 100644 (file)
@@ -21,8 +21,6 @@ parameters:
     mailer_host:       127.0.0.1
     mailer_user:       ~
     mailer_password:   ~
-    switftmailer_username: null
-    switftmailer_password: null
 
     locale:            en
 
index 6c375909c9ee7e810f1d5bb3e8ef4696175ef443..b01aaa7f5f7dd6f7cd07b12878855bbb8c178151 100644 (file)
@@ -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.');
index 747976e3565560369e7948eb54a826e38a26945d..ea77d138125fb63127cd0d4e90a719493847d442 100644 (file)
@@ -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'));
index 1f0054a4a861aa73ba3c1c9c43477b031c7a4d3c..3db07873581c053f8003a89a152ea3c741b8f9af 100644 (file)
@@ -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/
index 534eea309442d05dd09f5413b994b6e79996496c..54e8a0e232b1cad3ffd04d3cec17b31f30c6a5e0 100644 (file)
@@ -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 (file)
index 0000000..0346558
Binary files /dev/null and b/web/favicon.ico differ