[CMF-checkins] CVS: Products/CMFCore - PortalObject.py:1.12 permissions.py:1.4

Jens Vagelpohl jens at dataflake.org
Sat Dec 4 16:11:02 EST 2004


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv13848/CMFCore

Modified Files:
	PortalObject.py permissions.py 
Log Message:
- The "Access future portal content" was not used anywhere and has been
  removed. (http://www.zope.org/Collectors/CMF/240)


=== Products/CMFCore/PortalObject.py 1.11 => 1.12 ===
--- Products/CMFCore/PortalObject.py:1.11	Thu Aug 12 11:07:39 2004
+++ Products/CMFCore/PortalObject.py	Sat Dec  4 16:10:32 2004
@@ -25,7 +25,6 @@
 from permissions import MailForgottenPassword
 from permissions import RequestReview
 from permissions import ReviewPortalContent
-from permissions import AccessFuturePortalContent
 
 PORTAL_SKINS_TOOL_ID = 'portal_skins'
 
@@ -48,7 +47,6 @@
         (MailForgottenPassword, ()),
         (RequestReview, ()),
         (ReviewPortalContent, ()),
-        (AccessFuturePortalContent, ()),
         )
 
     def getSkinsFolderName(self):


=== Products/CMFCore/permissions.py 1.3 => 1.4 ===
--- Products/CMFCore/permissions.py:1.3	Thu Aug 12 11:07:39 2004
+++ Products/CMFCore/permissions.py	Sat Dec  4 16:10:32 2004
@@ -151,6 +151,3 @@
 ReviewPortalContent = 'Review portal content'
 setDefaultRoles(ReviewPortalContent, ('Manager',))  # + Reviewer
 
-security.declarePublic('AccessFuturePortalContent')
-AccessFuturePortalContent = 'Access future portal content'
-setDefaultRoles(AccessFuturePortalContent, ('Manager',))  # + Reviewer



More information about the CMF-checkins mailing list