[Erp5-report] r45568 aurel - in /erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets: P...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 19 13:27:18 CEST 2011
Author: aurel
Date: Tue Apr 19 13:27:18 2011
New Revision: 45568
URL: http://svn.erp5.org?rev=45568&view=rev
Log:
Remove default translation domain from property sheet
title & short title should have no translation domain per default, this configuration must be done per site on portal type, otherwise Localizer might explode due to the addition of all titles to it
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/short_title_property.xml
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/title_property.xml
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/short_title_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/short_title_property.xml?rev=45568&r1=45567&r2=45568&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/short_title_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/short_title_property.xml [utf8] Tue Apr 19 13:27:18 2011
@@ -59,7 +59,9 @@
</item>
<item>
<key> <string>translation_domain</string> </key>
- <value> <string>erp5_content</string> </value>
+ <value>
+ <none/>
+ </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/title_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/title_property.xml?rev=45568&r1=45567&r2=45568&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/title_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DublinCore/title_property.xml [utf8] Tue Apr 19 13:27:18 2011
@@ -58,6 +58,12 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>acquisition_object_id</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: ()</string> </value>
</item>
@@ -78,6 +84,18 @@
</value>
</item>
<item>
+ <key> <string>content_acquired_property_id</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>content_translation_acquired_property_id</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>description</string> </key>
<value>
<none/>
@@ -105,7 +123,9 @@
</item>
<item>
<key> <string>translation_domain</string> </key>
- <value> <string>erp5_content</string> </value>
+ <value>
+ <none/>
+ </value>
</item>
</dictionary>
</pickle>
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=45568&r1=45567&r2=45568&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] Tue Apr 19 13:27:18 2011
@@ -1 +1 @@
-23
\ No newline at end of file
+24
\ No newline at end of file
More information about the Erp5-report
mailing list