[Zope3-checkins] CVS: zopeproducts/zwiki - configure.zcml:1.18 wiki.py:1.3
Stephan Richter
srichter@cbu.edu
Thu, 10 Apr 2003 08:51:12 -0400
Update of /cvs-repository/zopeproducts/zwiki
In directory cvs.zope.org:/tmp/cvs-serv22600
Modified Files:
configure.zcml wiki.py
Log Message:
Some changes that might fix an error.
=== zopeproducts/zwiki/configure.zcml 1.17 => 1.18 ===
--- zopeproducts/zwiki/configure.zcml:1.17 Thu Apr 10 07:31:38 2003
+++ zopeproducts/zwiki/configure.zcml Thu Apr 10 08:50:41 2003
@@ -1,6 +1,13 @@
<zopeConfigure
xmlns="http://namespaces.zope.org/zope"
+ xmlns:event="http://namespaces.zope.org/event"
xmlns:translate="http://namespaces.zope.org/gts">
+
+ <!-- DEBUG -->
+
+ <event:subscribe
+ subscriber="zope.app.event.globalservice.eventLogger"
+ event_types="zope.app.interfaces.event.IEvent" />
<!-- Register wiki ZCML namespace directives -->
<include file="meta.zcml" />
=== zopeproducts/zwiki/wiki.py 1.2 => 1.3 ===
--- zopeproducts/zwiki/wiki.py:1.2 Thu Apr 10 07:31:38 2003
+++ zopeproducts/zwiki/wiki.py Thu Apr 10 08:50:41 2003
@@ -24,4 +24,3 @@
__doc__ = IWiki.__doc__
__implements__ = (IWiki, Folder.__implements__)
-