[Zope3-checkins] CVS: Zope3/src/zope/app/exception/browser -
configure.zcml:1.2 form.py:NONE
Philipp von Weitershausen
philikon at philikon.de
Sun Apr 11 08:32:18 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/exception/browser
In directory cvs.zope.org:/tmp/cvs-serv24636/src/zope/app/exception/browser
Modified Files:
configure.zcml
Removed Files:
form.py
Log Message:
Moved view for WidgetInputError exception to zope.app.form.browser and
made it a view providing an interface (IWidgetInputErrorView).
=== Zope3/src/zope/app/exception/browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/exception/browser/configure.zcml:1.1 Sat Mar 13 23:44:51 2004
+++ Zope3/src/zope/app/exception/browser/configure.zcml Sun Apr 11 08:31:47 2004
@@ -26,14 +26,6 @@
/>
<page
- for="zope.app.form.interfaces.IWidgetInputError"
- name="snippet"
- permission="zope.Public"
- class=".form.WidgetInputErrorView"
- attribute="snippet"
- />
-
- <page
for="zope.publisher.interfaces.NotFound"
name="index.html"
permission="zope.Public"
=== Removed File Zope3/src/zope/app/exception/browser/form.py ===
More information about the Zope3-Checkins
mailing list