[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_memberdata.py:1.8 portal_properties.py:1.3

Yvo Schubbe schubbe at web.de
Mon Sep 1 12:19:06 EDT 2003


Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv30605/CMFCore/interfaces

Modified Files:
	portal_memberdata.py portal_properties.py 
Log Message:
Permissions cleanup

=== CMF/CMFCore/interfaces/portal_memberdata.py 1.7 => 1.8 ===
--- CMF/CMFCore/interfaces/portal_memberdata.py:1.7	Fri May  9 11:04:18 2003
+++ CMF/CMFCore/interfaces/portal_memberdata.py	Mon Sep  1 11:18:35 2003
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Memberdata storage tool interface.
 
@@ -72,5 +72,5 @@
     def setProperties(properties=None, **kw):
         """ Allows the authenticated member to set his/her own properties.
 
-        Permission -- SetOwnProperties
+        Permission -- Set own properties
         """


=== CMF/CMFCore/interfaces/portal_properties.py 1.2 => 1.3 ===
--- CMF/CMFCore/interfaces/portal_properties.py:1.2	Mon Jan  6 15:43:50 2003
+++ CMF/CMFCore/interfaces/portal_properties.py	Mon Sep  1 11:18:35 2003
@@ -33,7 +33,7 @@
     def editProperties(props):
         """ Change portal settings.
 
-        Permission -- ManagePortal
+        Permission -- Manage portal
         """
 
     def title():




More information about the CMF-checkins mailing list