[Zope3-checkins] CVS: Zope3/src/zope/app/services -
configure.zcml:1.69 auth.py:NONE auth.zcml:NONE
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 8 07:53:57 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv22283/src/zope/app/services
Modified Files:
configure.zcml
Removed Files:
auth.py auth.zcml
Log Message:
Removed zope.app.services.auth. It was deprecated since a long time. Jim said
I should have run into some problems with functional tests, but that was not
the case. As far as I can tell, everything works fine. Of course, all tests
pass.
=== Zope3/src/zope/app/services/configure.zcml 1.68 => 1.69 ===
--- Zope3/src/zope/app/services/configure.zcml:1.68 Fri Mar 5 10:56:17 2004
+++ Zope3/src/zope/app/services/configure.zcml Mon Mar 8 07:53:26 2004
@@ -278,8 +278,9 @@
iterRegistrations" />
</content>
-<!-- Old simple auth service --> <include file="auth.zcml" />
-<!-- Pluggable Authentication Service --> <include package=".pluggableauth" />
+
+<!-- Pluggable Authentication Service -->
+<include package=".pluggableauth" />
<!-- Event Service -->
<content class='zope.app.services.event.EventService'>
=== Removed File Zope3/src/zope/app/services/auth.py ===
=== Removed File Zope3/src/zope/app/services/auth.zcml ===
More information about the Zope3-Checkins
mailing list