[Checkins] SVN: grokproject/trunk/grokproject/template_ Remove references to the grok.View permission that was removed from

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Sep 15 05:04:21 EDT 2009


Log message for revision 104014:
  Remove references to the grok.View permission that was removed from
  grokcore.security.

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	2009-09-15 09:03:17 UTC (rev 104013)
+++ grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-09-15 09:04:21 UTC (rev 104014)
@@ -4,7 +4,7 @@
   <include package="${package}" />
 
     <configure i18n_domain="${package}">
-    
+
       <unauthenticatedPrincipal id="zope.anybody"
                                 title="Unauthenticated User" />
       <unauthenticatedGroup id="zope.Anybody"
@@ -24,8 +24,6 @@
            public access -->
       <grant permission="zope.View"
              principal="zope.Anybody" />
-      <grant permission="grok.View"
-             principal="zope.Anybody" />
       <grant permission="zope.app.dublincore.view"
              principal="zope.Anybody" />
 

Modified: grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2009-09-15 09:03:17 UTC (rev 104013)
+++ grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2009-09-15 09:04:21 UTC (rev 104014)
@@ -19,10 +19,6 @@
       permission="zope.View"
       principal="zope.anybody"
       />
-  <grant
-      permission="grok.View"
-      principal="zope.anybody"
-      />
 
   <principal
       id="zope.mgr"

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-09-15 09:03:17 UTC (rev 104013)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-09-15 09:04:21 UTC (rev 104014)
@@ -43,8 +43,6 @@
                    public access -->
               <grant permission="zope.View"
                      principal="zope.Anybody" />
-	      <grant permission="grok.View"
-                     principal="zope.Anybody" />
               <grant permission="zope.app.dublincore.view"
                      principal="zope.Anybody" />
 

Modified: grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2009-09-15 09:03:17 UTC (rev 104013)
+++ grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2009-09-15 09:04:21 UTC (rev 104014)
@@ -19,10 +19,6 @@
       permission="zope.View"
       principal="zope.anybody"
       />
-  <grant
-      permission="grok.View"
-      principal="zope.anybody"
-      />
 
   <principal
       id="zope.mgr"



More information about the checkins mailing list