[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.26
Stuart Bishop
zen@shangri-la.dropbear.id.au
Mon, 14 Jul 2003 11:28:54 -0400
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv24906/src/zope/app
Modified Files:
configure.zcml
Log Message:
- Make Widget validation errors humanly readable, it a half-arsed sort of way.
Widgets have spawned an 'error' attribute, set by getData.
- Display validation errors next to the dud input in Widget.row()
- Make description a tooltip of a Widget's label. This is currently done
by abusing the <acronym> tag.
- addwizard and editwizard work again with the recent editview changes
=== Zope3/src/zope/app/configure.zcml 1.25 => 1.26 ===
--- Zope3/src/zope/app/configure.zcml:1.25 Sat Jul 12 23:35:39 2003
+++ Zope3/src/zope/app/configure.zcml Mon Jul 14 11:28:20 2003
@@ -106,6 +106,8 @@
<include package="zope.app.workflow" />
<include package="zope.app.xml" />
+ <include package="zope.app.interfaces" />
+
<!-- Views -->
<include package="zope.app.browser" />