[CMF-checkins] CVS: Products/CMFDefault - RegistrationTool.py:1.29.2.2

Jens Vagelpohl jens at dataflake.org
Fri Oct 29 10:32:55 EDT 2004


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv28305

Modified Files:
      Tag: CMF-1_5-branch
	RegistrationTool.py 
Log Message:
- remove stuff that is duplicated verbatim in CMFCore


=== Products/CMFDefault/RegistrationTool.py 1.29.2.1 => 1.29.2.2 ===
--- Products/CMFDefault/RegistrationTool.py:1.29.2.1	Fri Sep  3 09:58:22 2004
+++ Products/CMFDefault/RegistrationTool.py	Fri Oct 29 10:32:24 2004
@@ -54,20 +54,6 @@
     security = ClassSecurityInfo()
 
     #
-    #   ZMI methods
-    #
-    security.declareProtected( ManagePortal, 'manage_overview' )
-
-    manage_options = ( ActionProviderBase.manage_options
-                     + ( { 'label' : 'Overview'
-                         , 'action' : 'manage_overview'
-                         }
-                       ,
-                       )
-                     )
-    manage_overview = DTMLFile( 'explainRegistrationTool', _dtmldir )
-
-    #
     #   'portal_registration' interface
     #
     security.declarePublic( 'testPasswordValidity' )



More information about the CMF-checkins mailing list