[Erp5-report] r45070 kazuhiko - in /erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Apr 4 21:35:06 CEST 2011
Author: kazuhiko
Date: Mon Apr 4 21:35:06 2011
New Revision: 45070
URL: http://svn.erp5.org?rev=45070&view=rev
Log:
* remove 'id' from BaseType/searchable_text_property_id_property's default.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/change_log
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml?rev=45070&r1=45069&r2=45070&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml [utf8] Mon Apr 4 21:35:06 2011
@@ -59,7 +59,7 @@
</item>
<item>
<key> <string>property_default</string> </key>
- <value> <string>python: [\'title\', \'description\', \'id\', \'reference\', \'short_title\']</string> </value>
+ <value> <string>python: [\'title\', \'description\', \'reference\', \'short_title\']</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/change_log?rev=45070&r1=45069&r2=45070&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/change_log [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/change_log [utf8] Mon Apr 4 21:35:06 2011
@@ -1,2 +1,5 @@
+2011-04-24 Kazuhiko
+* remove 'id' from BaseType/searchable_text_property_id_property's default.
+
2011-02-24 Kazuhiko
* make the default of 'language' property an empty string instead of None, so that we can make a query like language in ('en', '').
\ No newline at end of file
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision?rev=45070&r1=45069&r2=45070&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] Mon Apr 4 21:35:06 2011
@@ -1 +1 @@
-20
\ No newline at end of file
+21
\ No newline at end of file
More information about the Erp5-report
mailing list