[Zope3-checkins] CVS: Products3/demo/messageboard/step2 - configure.zcml:1.2
Stephan Richter
srichter@cosmos.phy.tufts.edu
Sun, 8 Jun 2003 20:45:49 -0400
Update of /cvs-repository/Products3/demo/messageboard/step2
In directory cvs.zope.org:/tmp/cvs-serv4188/step2
Modified Files:
configure.zcml
Log Message:
Completed step 2. The corresponding recipe is at
http://dev.zope.org/Zope3/ComponentViews
We now have:
- Contents views.
- Threaded view.
- Message detail view.
- Icons
- Custom Adding menus.
=== Products3/demo/messageboard/step2/configure.zcml 1.1 => 1.2 ===
--- Products3/demo/messageboard/step2/configure.zcml:1.1 Sat Jun 7 07:24:50 2003
+++ Products3/demo/messageboard/step2/configure.zcml Sun Jun 8 20:45:18 2003
@@ -6,6 +6,9 @@
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ <implements
+ interface="zope.app.interfaces.container.IContentContainer" />
+
<factory
id="MessageBoard"
permission="zope.ManageContent"
@@ -25,6 +28,9 @@
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+
+ <implements
+ interface="zope.app.interfaces.container.IContentContainer" />
<factory
id="Message"