[Erp5-report] r27317 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: PortalTypeTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 1 17:05:17 CEST 2009


Author: nicolas
Date: Mon Jun  1 17:05:16 2009
New Revision: 27317

URL: http://svn.erp5.org?rev=27317&view=rev
Log:
Fix Constructor name of ZODB Cache

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/ZODB%20Cache.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/ZODB%20Cache.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/ZODB%2520Cache.xml?rev=27317&r1=27316&r2=27317&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/ZODB%20Cache.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/ZODB%20Cache.xml [utf8] Mon Jun  1 17:05:16 2009
@@ -28,6 +28,10 @@
             </value>
         </item>
         <item>
+            <key> <string>acquire_local_roles</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
               <tuple/>
@@ -45,18 +49,27 @@
         </item>
         <item>
             <key> <string>content_meta_type</string> </key>
-            <value> <string>ERP5 Zodb Cache</string> </value>
+            <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
+            <value> <string>  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>filter_content_types</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>group_list</string> </key>
+            <value>
+              <tuple/>
+            </value>
         </item>
         <item>
             <key> <string>hidden_content_type_list</string> </key>
@@ -69,11 +82,23 @@
             <value> <string>ZODB Cache</string> </value>
         </item>
         <item>
+            <key> <string>init_script</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
               <tuple/>
             </value>
         </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

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=27317&r1=27316&r2=27317&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  1 17:05:16 2009
@@ -1,1 +1,1 @@
-1211
+1212




More information about the Erp5-report mailing list