[Erp5-report] r19219 - /erp5/trunk/products/ERP5/PropertySheet/WebSection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Feb 10 18:27:31 CET 2008


Author: jp
Date: Sun Feb 10 18:27:31 2008
New Revision: 19219

URL: http://svn.erp5.org?rev=19219&view=rev
Log:
Reimplemented permanent URLs as it should have been: with __bobo_traverse__. We do not need anylonger with this to specify the webmaster as we did. Security is taken into account to access permanent URL documents. One remaining issue: support of transactional cache in __bobo_traverse__.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/WebSection.py

Modified: erp5/trunk/products/ERP5/PropertySheet/WebSection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/WebSection.py?rev=19219&r1=19218&r2=19219&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/WebSection.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/WebSection.py Sun Feb 10 18:27:31 2008
@@ -53,17 +53,6 @@
             'acquisition_accessor_id'       : 'getContentLayout',
             'acquisition_depends'           : None,
             'mode'        : '' },
-        {   'id'          : 'webmaster',
-            'description' : 'ID of a user which has complete access to all documents in the site.',
-            'type'        : 'string',
-            'default'     : None,
-            'acquisition_base_category'     : ('parent',),
-            'acquisition_portal_type'       : ('Web Section', 'Web Site'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_mask_value'        : 1,
-            'acquisition_accessor_id'       : 'getWebmaster',
-            'acquisition_depends'           : None,
-            'mode'        : '' },
         {   'id'          : 'visible',
             'description' : 'Defines visibility of current section.',
             'type'        : 'boolean',




More information about the Erp5-report mailing list