[Checkins] SVN: grokproject/trunk/ Bug number: 387332

Kevin Gill kevin at movieextras.ie
Fri Jul 3 10:36:24 EDT 2009


Log message for revision 101444:
  Bug number: 387332
  Added a new permission grok.View as the default permission
  for views. 
  
  NOTE: YOU MUST ASSIGN THIS PERMISSION TO USERS IN YOUR 
  site.zcml FILE. OTHERWISE YOU DO NOT HAVE ACCESS TO ANY VIEWS.
  
  
  

Changed:
  U   grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
  U   grokproject/trunk/setup.py

-=-
Modified: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-07-03 14:20:35 UTC (rev 101443)
+++ grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-07-03 14:36:24 UTC (rev 101444)
@@ -24,6 +24,8 @@
            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" />
 
@@ -33,4 +35,4 @@
       <grant role="zope.Manager"
              principal="zope.manager" />
    </configure>
-</configure>
\ No newline at end of file
+</configure>

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-07-03 14:20:35 UTC (rev 101443)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-07-03 14:36:24 UTC (rev 101444)
@@ -36,6 +36,8 @@
                    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/setup.py
===================================================================
--- grokproject/trunk/setup.py	2009-07-03 14:20:35 UTC (rev 101443)
+++ grokproject/trunk/setup.py	2009-07-03 14:36:24 UTC (rev 101444)
@@ -6,7 +6,7 @@
 
 setup(
     name='grokproject',
-    version='1.0a5dev',
+    version='1.0a5dev1',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='https://launchpad.net/grok',



More information about the Checkins mailing list