[CMF-checkins] CVS: CMF/CMFDefault - RegistrationTool.py:1.8
Andrew Sawyers
andrew@zope.com
Mon, 10 Dec 2001 15:19:58 -0500
Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv24615/CMFDefault
Modified Files:
RegistrationTool.py
Log Message:
*Due to folder_contents not playing well with index_html, we need
to have a better way to handle its display....so for now it's
been removed from PortalFolder and put back on ActionsTool
*RegistrationTool had an impartial implementation of listActions.
=== CMF/CMFDefault/RegistrationTool.py 1.7 => 1.8 ===
"""
"""
+ return None
security.declarePublic( 'testPropertiesValidity' )
def testPropertiesValidity(self, props, member=None):