[Checkins] SVN: Sandbox/malthe/chameleon.core/src/chameleon/core/configure.zcml Added (conditional) security configuration.

Malthe Borch mborch at gmail.com
Wed Sep 24 22:41:09 EDT 2008


Log message for revision 91458:
  Added (conditional) security configuration.

Changed:
  A   Sandbox/malthe/chameleon.core/src/chameleon/core/configure.zcml

-=-
Added: Sandbox/malthe/chameleon.core/src/chameleon/core/configure.zcml
===================================================================
--- Sandbox/malthe/chameleon.core/src/chameleon/core/configure.zcml	                        (rev 0)
+++ Sandbox/malthe/chameleon.core/src/chameleon/core/configure.zcml	2008-09-25 02:41:08 UTC (rev 91458)
@@ -0,0 +1,15 @@
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:zcml="http://namespaces.zope.org/zcml">
+
+  <configure zcml:condition="installed zope.app.component">
+    
+    <include package="zope.app.component" file="meta.zcml" />
+    <include package="zope.app.security" file="meta.zcml" />
+    
+    <class class=".utils.repeatitem">
+      <allow interface=".interfaces.ITALESIterator" />
+    </class>
+    
+  </configure>
+  
+</configure>



More information about the Checkins mailing list