[Checkins] SVN: grokproject/trunk/grokproject/template_ Grant zope.View and z.a.dublincore.view to zope.Everybody in site.zcmls and ftesting.zcmls.

Uli Fouquet uli at gnufix.de
Wed Jan 6 23:02:38 EST 2010


Log message for revision 107759:
  Grant zope.View and z.a.dublincore.view to zope.Everybody in site.zcmls and ftesting.zcmls.

Changed:
  U   grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
  U   grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2010-01-07 00:20:43 UTC (rev 107758)
+++ grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2010-01-07 04:02:37 UTC (rev 107759)
@@ -20,14 +20,12 @@
                  password=${passwd}
                  />
 
-      <grant permission="zope.View"
-	     principal="zope.Authenticated" />
       <!-- Replace the following directive if you do not want
            public access -->
       <grant permission="zope.View"
-             principal="zope.Anybody" />
+             principal="zope.Everybody" />
       <grant permission="zope.app.dublincore.view"
-             principal="zope.Anybody" />
+             principal="zope.Everybody" />
 
       <role id="zope.Manager" title="Site Manager" />
       <role id="zope.Member" title="Site Member" />

Modified: grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2010-01-07 00:20:43 UTC (rev 107758)
+++ grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2010-01-07 04:02:37 UTC (rev 107759)
@@ -30,11 +30,12 @@
 
   <grant 
       permission="zope.View"
-      principal="zope.Authenticated"
+      principal="zope.Everybody"
       />
-  <grant
-      permission="zope.View"
-      principal="zope.anybody"
+
+  <grant 
+      permission="zope.app.dublincore.view"
+      principal="zope.Everybody"
       />
 
   <principal

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2010-01-07 00:20:43 UTC (rev 107758)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2010-01-07 04:02:37 UTC (rev 107759)
@@ -32,14 +32,12 @@
                          password=${passwd}
                          />
 
-	      <grant permission="zope.View"
-		     principal="zope.Authenticated" />
               <!-- Replace the following directive if you do not want
                    public access -->
               <grant permission="zope.View"
-                     principal="zope.Anybody" />
+                     principal="zope.Everybody" />
               <grant permission="zope.app.dublincore.view"
-                     principal="zope.Anybody" />
+                     principal="zope.Everybody" />
 
               <role id="zope.Manager" title="Site Manager" />
               <role id="zope.Member" title="Site Member" />

Modified: grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2010-01-07 00:20:43 UTC (rev 107758)
+++ grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2010-01-07 04:02:37 UTC (rev 107759)
@@ -30,11 +30,12 @@
 
   <grant 
       permission="zope.View"
-      principal="zope.Authenticated"
+      principal="zope.Everybody"
       />
-  <grant
-      permission="zope.View"
-      principal="zope.anybody"
+
+  <grant 
+      permission="zope.app.dublincore.view"
+      principal="zope.Everybody"
       />
 
   <principal



More information about the checkins mailing list