[Checkins] SVN: grokui.admin/trunk/ Using now the latest versions.cfg of Grok. This means we do not longer have a grok.View permission. Therefore, ftesting.zcml has been adjusted to remove the granting of this permission.

Souheil CHELFOUH souheil at chelfouh.com
Wed Sep 16 16:51:14 EDT 2009


Log message for revision 104154:
  Using now the latest versions.cfg of Grok. This means we do not longer have a grok.View permission. Therefore, ftesting.zcml has been adjusted to remove the granting of this permission.
  

Changed:
  U   grokui.admin/trunk/src/grokui/admin/ftesting.zcml
  U   grokui.admin/trunk/versions.cfg

-=-
Modified: grokui.admin/trunk/src/grokui/admin/ftesting.zcml
===================================================================
--- grokui.admin/trunk/src/grokui/admin/ftesting.zcml	2009-09-16 20:10:08 UTC (rev 104153)
+++ grokui.admin/trunk/src/grokui/admin/ftesting.zcml	2009-09-16 20:51:14 UTC (rev 104154)
@@ -16,14 +16,11 @@
       id="zope.anybody"
       title="Unauthenticated User"
       />
+
   <grant
       permission="zope.View"
       principal="zope.anybody"
       />
-  <grant
-      permission="grok.View"
-      principal="zope.anybody"
-      />
 
   <principal
       id="zope.mgr"

Modified: grokui.admin/trunk/versions.cfg
===================================================================
--- grokui.admin/trunk/versions.cfg	2009-09-16 20:10:08 UTC (rev 104153)
+++ grokui.admin/trunk/versions.cfg	2009-09-16 20:51:14 UTC (rev 104154)
@@ -6,11 +6,10 @@
 [versions]
 ClientForm = 0.2.9
 grokcore.component = 1.7
-grokcore.formlib = 1.2
-grokcore.security = 1.1
-grokcore.view = 1.9
-grokcore.viewlet = 1.1
-grokui.admin = 0.3.2
+grokcore.formlib = 1.3
+grokcore.security = 1.2
+grokcore.view = 1.11
+grokcore.viewlet = 1.2
 martian = 0.11
 mechanize = 0.1.7b
 pytz = 2007k
@@ -18,12 +17,13 @@
 simplejson = 1.7.1
 z3c.autoinclude = 0.2.2
 z3c.flashmessage = 1.0
+z3c.recipe.eggbasket = 0.4.3
 z3c.testsetup = 0.4
 zc.catalog = 1.2.0
 ZConfig = 2.5.1
 zc.recipe.testrunner = 1.0.0
 zdaemon = 2.0.2
-ZODB3 = 3.8.2
+ZODB3 = 3.8.3
 zodbcode = 3.4.0
 zope.annotation = 3.4.1
 zope.app.apidoc = 3.4.3
@@ -67,7 +67,7 @@
 zope.app.testing = 3.4.3
 zope.app.tree = 3.4.0
 zope.app.twisted = 3.4.1
-zope.app.wsgi = 3.4.1
+zope.app.wsgi = 3.4.2
 zope.app.zapi = 3.4.0
 zope.app.zcmlfiles = 3.4.3
 zope.app.zopeappgenerations = 3.4.0



More information about the checkins mailing list