diff --git a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml new file mode 100644 index 0000000000000000000000000000000000000000..cc416008d3996cfb00fe574e4395e3bf6718694a --- /dev/null +++ b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml @@ -0,0 +1,52 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="MemcachedPlugin" module="Products.ERP5Type.Document.MemcachedPlugin"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>url_string</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_memcached_plugin</string> </value> + </item> + <item> + <key> <string>int_index</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Memcached Plugin</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Ram Based Memcached</string> </value> + </item> + <item> + <key> <string>url_string</string> </key> + <value> <string>127.0.0.1:11211</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 64c15a512b4e4b1ccc5e78b5d0b2612a0f1e8700..98e0f40625fc85479f32fc0042633aebd0a309d7 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2009-06-15 nicolas +* Add default_memcached_plugin object for initial setup + 2009-06-03 nicolas *Delete SQLCache and ZODBCache as RamCache and DistributedRamCache will provide all needs. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index fb9a769a45346f62b27cbaafb7febbb6dcfb2186..125a1031fe0833a01d1a842d5341d1dafc4efb01 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1233 \ No newline at end of file +1236 \ 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 26396cd21ea558832c673fc0c09d2913daabbdd9..e5ad78e6dfbe303382370aa9920f0786727c6f98 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_path_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_path_list @@ -27,5 +27,6 @@ portal_domains/base_month_domain portal_domains/base_week_domain portal_domains/base_year_domain portal_domains/parent_domain +portal_memcached/default_memcached_plugin portal_preferences/default_site_preference portal_transforms/** \ No newline at end of file