[Zope-CVS] SVN: book/trunk/smileyutility/configure.zcml Simply allow everyone to access the Smiley Theme API.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Aug 22 15:04:50 EDT 2004


Log message for revision 27217:
  Simply allow everyone to access the Smiley Theme API.
  


Changed:
  U   book/trunk/smileyutility/configure.zcml


-=-
Modified: book/trunk/smileyutility/configure.zcml
===================================================================
--- book/trunk/smileyutility/configure.zcml	2004-08-22 15:13:31 UTC (rev 27216)
+++ book/trunk/smileyutility/configure.zcml	2004-08-22 19:04:48 UTC (rev 27217)
@@ -67,10 +67,8 @@
         permission="zope.ManageServices"
         interface="zope.app.container.interfaces.IWriteContainer"
         />
-    <zope:require
-        permission="zope.ManageServices"
+    <zope:allow
         interface=".interfaces.ISmileyTheme"
-        set_schema=".interfaces.ISmileyTheme"
         />
   </zope:content>
 



More information about the Zope-CVS mailing list