[Checkins] SVN: grok/trunk/ Make sure not to use the grok.View permission anymore since it has been

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Sep 14 11:26:47 EDT 2009


Log message for revision 103940:
  Make sure not to use the grok.View permission anymore since it has been
  removed from grokcore.security.

Changed:
  U   grok/trunk/src/grok/ftesting.zcml
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/src/grok/ftesting.zcml
===================================================================
--- grok/trunk/src/grok/ftesting.zcml	2009-09-14 15:22:21 UTC (rev 103939)
+++ grok/trunk/src/grok/ftesting.zcml	2009-09-14 15:26:46 UTC (rev 103940)
@@ -20,10 +20,6 @@
       permission="zope.View"
       principal="zope.anybody"
       />
-  <grant
-      permission="grok.View"
-      principal="zope.anybody"
-      />
 
   <principal
       id="zope.mgr"

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2009-09-14 15:22:21 UTC (rev 103939)
+++ grok/trunk/versions.cfg	2009-09-14 15:26:46 UTC (rev 103940)
@@ -2,8 +2,8 @@
 ClientForm = 0.2.9
 grokcore.component = 1.7
 grokcore.formlib = 1.2
-grokcore.security = 1.1
-grokcore.view = 1.9
+grokcore.security = 1.2
+grokcore.view = 1.10
 grokcore.viewlet = 1.1
 grokui.admin = 0.4.0
 martian = 0.11



More information about the checkins mailing list