[CMF-checkins] CVS: CMF - Portal.py:1.13

tseaver@digicool.com tseaver@digicool.com
Sat, 28 Apr 2001 18:54:53 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault
In directory korak:/tmp/cvs-serv2302/CMFDefault

Modified Files:
	Portal.py 
Log Message:
 - Make portal object's 'isEffective' public.


--- Updated File Portal.py in package CMF --
--- Portal.py	2001/04/07 23:15:10	1.12
+++ Portal.py	2001/04/28 22:54:51	1.13
@@ -220,13 +220,13 @@
     title = ''
     description = ''
 
-    __ac_permissions__=(
-        ('Manage portal', ('manage_migrate_content',)),
-        ('Add portal content', ()),
-        ('Add portal folders', ()),
-        ('List portal members', ()),
-        ('Reply to item', ()),
-        )
+    __ac_permissions__=( ( 'Manage portal', ('manage_migrate_content',) )
+                       , ( 'Add portal content', () )
+                       , ( 'Add portal folders', () )
+                       , ( 'List portal members', () )
+                       , ( 'Reply to item', () )
+                       , ( 'View',  ( 'isEffective', ) )
+                       )
 
     def isEffective( self, date ):
         """