[Zope-Checkins] SVN: Products.Five/branches/1.4/ forwardport
bugfix: Add <class> as alias to <content>
Philipp von Weitershausen
philikon at philikon.de
Fri Mar 31 11:23:21 EST 2006
Log message for revision 66269:
forwardport bugfix: Add <class> as alias to <content>
Changed:
U Products.Five/branches/1.4/CHANGES.txt
U Products.Five/branches/1.4/meta.zcml
-=-
Modified: Products.Five/branches/1.4/CHANGES.txt
===================================================================
--- Products.Five/branches/1.4/CHANGES.txt 2006-03-31 16:21:33 UTC (rev 66268)
+++ Products.Five/branches/1.4/CHANGES.txt 2006-03-31 16:23:20 UTC (rev 66269)
@@ -27,9 +27,19 @@
NOTE: Anyone who copied the Five site.zcml to their
$INSTANCE_HOME/etc/ directory is going to need to update it.
+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.4/meta.zcml
===================================================================
--- Products.Five/branches/1.4/meta.zcml 2006-03-31 16:21:33 UTC (rev 66268)
+++ Products.Five/branches/1.4/meta.zcml 2006-03-31 16:23:20 UTC (rev 66269)
@@ -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"
More information about the Zope-Checkins
mailing list