From f7ea236156f2c10cac14076678e0b43a200d36ec Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Fri, 20 Jan 2012 11:52:11 +0200 Subject: [PATCH] Remove security settings script as it causes issues with real system which provide their own (and it's good to split security from core implementation of DMS) --- .../ERP5Type_getSecurityCategoryMapping.xml | 81 ------------------- bt5/erp5_dms/bt/revision | 2 +- 2 files changed, 1 insertion(+), 82 deletions(-) delete mode 100644 bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml deleted file mode 100644 index 61628690d2..0000000000 --- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml +++ /dev/null @@ -1,81 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>Script_magic</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_bind_names</string> </key> - <value> - <object> - <klass> - <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> - </klass> - <tuple/> - <state> - <dictionary> - <item> - <key> <string>_asgns</string> </key> - <value> - <dictionary> - <item> - <key> <string>name_container</string> </key> - <value> <string>container</string> </value> - </item> - <item> - <key> <string>name_context</string> </key> - <value> <string>context</string> </value> - </item> - <item> - <key> <string>name_m_self</string> </key> - <value> <string>script</string> </value> - </item> - <item> - <key> <string>name_subpath</string> </key> - <value> <string>traverse_subpath</string> </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - <item> - <key> <string>_body</string> </key> - <value> <string>"""\n -Core security script - defines the way to get security groups of the current user.\n -\n -WARNING: providing such script in erp5_dms could be dangerous\n -if this conflicts with an existing production site which uses\n -deprecated ERP5Type_asSecurityGroupIdList\n -"""\n -\n -return (\n -(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\'] ),\n -(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'follow_up\'] ),\n -(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\', \'follow_up\'] ),\n -(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'group\'] ),\n -(\'ERP5Type_getSecurityCategoryRoot\', [\'group\']),\n -)\n -</string> </value> - </item> - <item> - <key> <string>_params</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>ERP5Type_getSecurityCategoryMapping</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_dms/bt/revision b/bt5/erp5_dms/bt/revision index 15448f161f..078cc70a33 100644 --- a/bt5/erp5_dms/bt/revision +++ b/bt5/erp5_dms/bt/revision @@ -1 +1 @@ -1261 \ No newline at end of file +1262 \ No newline at end of file -- 2.30.9