[Erp5-report] r37173 ivan - in /erp5/trunk/bt5/erp5_base: PortalTypeTemplateItem/portal_typ...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 16 15:43:56 CEST 2010
Author: ivan
Date: Fri Jul 16 15:43:52 2010
New Revision: 37173
URL: http://svn.erp5.org?rev=37173&view=rev
Log:
Define list of searchable methods & properties on portal type.
Modified:
erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/File.xml
erp5/trunk/bt5/erp5_base/bt/revision
Modified: erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/File.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/File.xml?rev=37173&r1=37172&r2=37173&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/File.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/File.xml [utf8] Fri Jul 16 15:43:52 2010
@@ -10,6 +10,25 @@
<pickle>
<dictionary>
<item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
+ </value>
+ </item>
+ <item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
@@ -49,11 +68,39 @@
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>searchable_text_method_id</string> </key>
+ <value>
+ <tuple>
+ <string>asText</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>id</string>
+ <string>reference</string>
+ <string>version</string>
+ <string>short_title</string>
+ <string>subject</string>
+ <string>source_reference</string>
+ <string>source_project_title</string>
+ </tuple>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -62,4 +109,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_content</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_content</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=37173&r1=37172&r2=37173&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision [utf8] Fri Jul 16 15:43:52 2010
@@ -1 +1 @@
-809
\ No newline at end of file
+811
\ No newline at end of file
More information about the Erp5-report
mailing list