From e70885e86d10e3e7c071e1acd5ae4c5909ebfc4e Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Thu, 28 Oct 2010 02:35:18 +0000 Subject: [PATCH] 2010-10-28 arnaud.fontaine * remove portal_property_sheets as it is now created in ERP5Site.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39583 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_property_sheets.xml | 92 ------------------- .../ERP5/bootstrap/erp5_core/bt/change_log | 3 + product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- .../bootstrap/erp5_core/bt/template_path_list | 1 - .../erp5_core/bt/template_tool_id_list | 1 - 5 files changed, 4 insertions(+), 95 deletions(-) delete mode 100644 product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_property_sheets.xml diff --git a/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_property_sheets.xml b/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_property_sheets.xml deleted file mode 100644 index ba1a142690..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_property_sheets.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="PropertySheetTool" module="Products.ERP5Type.Tool.PropertySheetTool"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_count</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>_mt_index</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - <item> - <key> <string>_tree</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>portal_property_sheets</string> </value> - </item> - <item> - <key> <string>last_id</string> </key> - <value> <string>3</string> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Property Sheet Tool</string> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="Length" module="BTrees.Length"/> - </pickle> - <pickle> <int>0</int> </pickle> - </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <tuple> - <tuple> - <tuple> - <tuple> - <string>ERP5 Accept Solver</string> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </tuple> - </tuple> - </tuple> - </tuple> - </pickle> - </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="OIBTree" module="BTrees.OIBTree"/> - </pickle> - <pickle> - <tuple> - <tuple> - <tuple> - <tuple> - <string>1</string> - <int>1</int> - <string>2</string> - <int>1</int> - </tuple> - </tuple> - </tuple> - </tuple> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 07c921458b..425dac8c49 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2010-10-28 arnaud.fontaine +* remove portal_property_sheets as it is now created in ERP5Site.py. + 2010-10-26 nicolas.dumazet * fix type classes of Property Sheet Tool and Property Sheet * add Template Tool filter for Portal Type classes XML changes diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 863513b48d..885a27e49a 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1760 \ No newline at end of file +1763 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_path_list b/product/ERP5/bootstrap/erp5_core/bt/template_path_list index 0948c7b1a9..e441af2db9 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_path_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_path_list @@ -34,5 +34,4 @@ portal_domains/parent_domain portal_ids/** portal_memcached/default_memcached_plugin portal_preferences/default_site_preference -portal_property_sheets/** portal_transforms/** \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list b/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list index 262c67751d..0e6ab25ecf 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list @@ -1,6 +1,5 @@ mimetypes_registry portal_contribution_registry portal_notifications -portal_property_sheets portal_sessions portal_transforms \ No newline at end of file -- 2.30.9