[Erp5-report] r27586 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: PathTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 15 17:50:46 CEST 2009


Author: nicolas
Date: Mon Jun 15 17:50:45 2009
New Revision: 27586

URL: http://svn.erp5.org?rev=27586&view=rev
Log:
2009-06-15 nicolas
* Add default_memcached_plugin object for initial setup

Added:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml
Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_path_list

Added: erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml?rev=27586&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml (added)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml [utf8] Mon Jun 15 17:50:45 2009
@@ -1,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>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=27586&r1=27585&r2=27586&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] Mon Jun 15 17:50:45 2009
@@ -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.
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=27586&r1=27585&r2=27586&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Mon Jun 15 17:50:45 2009
@@ -1,1 +1,1 @@
-1233
+1236

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_path_list?rev=27586&r1=27585&r2=27586&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_path_list [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_path_list [utf8] Mon Jun 15 17:50:45 2009
@@ -27,5 +27,6 @@
 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/**




More information about the Erp5-report mailing list