Commit 66ce7eb6 authored by Nicolas Delaby's avatar Nicolas Delaby

2009-05-14 nicolas

* add new Zodb Cache Portal Type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26989 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 743b82b0
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>statistics</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Statistics</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/ZodbCache_viewStatisticList</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>view</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>View</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/ZodbCache_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -13,9 +13,10 @@
<item>Domain Generator</item>
</portal_type>
<portal_type id="Cache Factory">
<item>Zodb Cache</item>
<item>Ram Cache</item>
<item>Distributed Ram Cache</item>
<item>SQL Cache</item>
<item>Distributed Ram Cache</item>
</portal_type>
<portal_type id="Cache Tool">
<item>Cache Factory</item>
......@@ -37,8 +38,8 @@
<item>Base Domain</item>
</portal_type>
<portal_type id="Preference Tool">
<item>Preference</item>
<item>System Preference</item>
<item>Preference</item>
</portal_type>
<portal_type id="Simulation Movement">
<item>Applied Rule</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_actions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_aliases</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_roles</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>base_category_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>document_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Zodb Cache</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>\n
ZODBCache is a Zope (persistent) representation of \n
the ZODB based real cache plugin object.\n
</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addZODBCache</string> </value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Zodb Cache</string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2009-05-14 nicolas
* add new Zodb Cache Portal Type
2009-05-14 yusei
* Remove default tales expression from my_text_content field in Base_viewFieldLibrary. That used a CRM specific script.
......
1201
\ No newline at end of file
1202
\ No newline at end of file
......@@ -60,6 +60,8 @@ Trash Bin | jump_bt5
Trash Bin | view
Trash Folder | view
Trash Tool | view
Zodb Cache | statistics
Zodb Cache | view
portal_actions | bt_tool
portal_actions | category_tool
portal_actions | create_module
......
......@@ -6,6 +6,7 @@ Base Domain | Domain Generator
Cache Factory | Distributed Ram Cache
Cache Factory | Ram Cache
Cache Factory | SQL Cache
Cache Factory | Zodb Cache
Cache Tool | Cache Factory
Category Tool | Base Category
Category | Category
......
......@@ -30,4 +30,5 @@ System Preference
Template Tool
Trash Bin
Trash Folder
Trash Tool
\ No newline at end of file
Trash Tool
Zodb Cache
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment