[Zope-Checkins] SVN: Products.Five/branches/1.3/ Five bugfix release: Add <class> as alias to <content>

Philipp von Weitershausen philikon at philikon.de
Fri Mar 31 11:21:34 EST 2006


Log message for revision 66268:
  Five bugfix release: Add <class> as alias to <content>
  

Changed:
  U   Products.Five/branches/1.3/CHANGES.txt
  U   Products.Five/branches/1.3/meta.zcml
  U   Products.Five/branches/1.3/version.txt

-=-
Modified: Products.Five/branches/1.3/CHANGES.txt
===================================================================
--- Products.Five/branches/1.3/CHANGES.txt	2006-03-31 09:40:54 UTC (rev 66267)
+++ Products.Five/branches/1.3/CHANGES.txt	2006-03-31 16:21:33 UTC (rev 66268)
@@ -2,9 +2,19 @@
 Five Changes
 ============
 
+Five 1.3.4 (2006-03-31)
+=======================
+
+Bugfixes
+--------
+
+* Added the ``class`` ZCML directive as an alias to ``content``.
+
 Five 1.3.3 (2006-03-26)
 =======================
 
+This version is also included in Five 2.9.2
+
 Bugfixes
 --------
 

Modified: Products.Five/branches/1.3/meta.zcml
===================================================================
--- Products.Five/branches/1.3/meta.zcml	2006-03-31 09:40:54 UTC (rev 66267)
+++ Products.Five/branches/1.3/meta.zcml	2006-03-31 16:21:33 UTC (rev 66268)
@@ -51,6 +51,29 @@
         />
 
     <meta:complexDirective
+        name="class"
+        schema="zope.app.component.metadirectives.IClassDirective"
+        handler=".metaconfigure.ContentDirective"
+        >
+
+      <meta:subdirective
+          name="implements"
+          schema="zope.app.component.metadirectives.IImplementsSubdirective"
+          />
+
+      <meta:subdirective
+          name="require"
+          schema="zope.app.component.metadirectives.IRequireSubdirective"
+          />
+
+      <meta:subdirective
+          name="allow"
+          schema="zope.app.component.metadirectives.IAllowSubdirective"
+          />
+
+    </meta:complexDirective>
+
+    <meta:complexDirective
         name="content"
         schema="zope.app.component.metadirectives.IClassDirective"
         handler=".metaconfigure.ContentDirective"

Modified: Products.Five/branches/1.3/version.txt
===================================================================
--- Products.Five/branches/1.3/version.txt	2006-03-31 09:40:54 UTC (rev 66267)
+++ Products.Five/branches/1.3/version.txt	2006-03-31 16:21:33 UTC (rev 66268)
@@ -1 +1 @@
-Five 1.3.3
+Five 1.3.4



More information about the Zope-Checkins mailing list