[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services -
configure.zcml:1.92 error.gif:NONE error.pt:NONE
error.py:NONE error.zcml:NONE error_config.pt:NONE
error_service.gif:NONE errorentry.pt:NONE texttbentry.pt:NONE
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Mar 10 08:44:06 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv4477/src/zope/app/browser/services
Modified Files:
configure.zcml
Removed Files:
error.gif error.pt error.py error.zcml error_config.pt
error_service.gif errorentry.pt texttbentry.pt
Log Message:
Moved error reporting service to zope.app.errorservice. Provided
modulealiases, so that your old ZODB will still work.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.91 => 1.92 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.91 Wed Mar 10 08:11:11 2004
+++ Zope3/src/zope/app/browser/services/configure.zcml Wed Mar 10 08:43:34 2004
@@ -8,32 +8,6 @@
<!-- General registration views -->
<zope:include package=".registration" />
-<!--Error Logging Service -->
-
- <pages
- for="zope.app.interfaces.services.error.IErrorReportingService"
- permission="zope.Public"
- class=".error.EditErrorLog">
-
- <page name="index.html" template="error.pt"
- menu="zmi_views" title="Errors" />
- <page name="configure.html" template="error_config.pt"
- menu="zmi_views" title="Configure" />
- <page name="edit.html" attribute="updateProperties" />
- <page name="showEntry.html" template="errorentry.pt"/>
- <page name="showTextTBEntry.html" template="texttbentry.pt"/>
- </pages>
-
- <addMenuItem
- class="zope.app.services.error.ErrorReportingService"
- title="Error Logging Service"
- description="Error Reporting Service for Logging Errors"
- permission="zope.ManageServices" />
-
- <icon name="zmi_icon"
- for="zope.app.interfaces.services.error.IErrorReportingService"
- file="error_service.gif" />
-
<!-- CachingService -->
<zope:include file="cache.zcml" />
@@ -214,7 +188,5 @@
<page name="action.html" attribute="action" />
</view>
-
- <zope:include file="error.zcml" />
</zope:configure>
=== Removed File Zope3/src/zope/app/browser/services/error.gif ===
=== Removed File Zope3/src/zope/app/browser/services/error.pt ===
=== Removed File Zope3/src/zope/app/browser/services/error.py ===
=== Removed File Zope3/src/zope/app/browser/services/error.zcml ===
=== Removed File Zope3/src/zope/app/browser/services/error_config.pt ===
=== Removed File Zope3/src/zope/app/browser/services/error_service.gif ===
=== Removed File Zope3/src/zope/app/browser/services/errorentry.pt ===
=== Removed File Zope3/src/zope/app/browser/services/texttbentry.pt ===
More information about the Zope3-Checkins
mailing list