Author: Jonathan.Wage
Date: 2010-01-15 14:21:43 +0100 (Fri, 15 Jan 2010)
New Revision: 26677

Modified:
   plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml
   
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/config/security.yml
Log:
[1.4][sfSympalPlugin][1.0] Fixing issue with comments


Modified: plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml
===================================================================
--- plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml  2010-01-15 
12:30:47 UTC (rev 26676)
+++ plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml  2010-01-15 
13:21:43 UTC (rev 26677)
@@ -3,7 +3,9 @@
     admin_modules:
       sympal_comments: ~
 
-    recaptcha_forms: [sfSympalNewCommentForm]
+    recaptcha_forms:
+      sfSympalNewCommentForm: ~
+
     sfSympalCommentsPlugin:
       default_status: Approved
       enabled: true

Modified: 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/config/security.yml
===================================================================
--- 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/config/security.yml
     2010-01-15 12:30:47 UTC (rev 26676)
+++ 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/config/security.yml
     2010-01-15 13:21:43 UTC (rev 26677)
@@ -1,2 +1,5 @@
-all:
-  is_secure: on
\ No newline at end of file
+default:
+  is_secure: true
+
+create:
+  is_secure: false
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to