[Erp5-report] r38315 nicolas - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: ToolTempla...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 13 17:26:35 CEST 2010
Author: nicolas
Date: Mon Sep 13 17:26:30 2010
New Revision: 38315
URL: http://svn.erp5.org?rev=38315&view=rev
Log:
Declare application/x-csv as alias for CSV content_type
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/ToolTemplateItem/mimetypes_registry.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ToolTemplateItem/mimetypes_registry.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ToolTemplateItem/mimetypes_registry.xml?rev=38315&r1=38314&r2=38315&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ToolTemplateItem/mimetypes_registry.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ToolTemplateItem/mimetypes_registry.xml [utf8] Mon Sep 13 17:26:30 2010
@@ -3704,6 +3704,12 @@
</value>
</item>
<item>
+ <key> <string>x-csv</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAEQ=</string> </persistent>
+ </value>
+ </item>
+ <item>
<key> <string>x-cue</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAYU=</string> </persistent>
@@ -9099,6 +9105,7 @@
<string>text/x-comma-separated-values</string>
<string>text/csv</string>
<string>text/x-csv</string>
+ <string>application/x-csv</string>
</list>
</value>
</item>
@@ -21692,7 +21699,7 @@
</object>
<persistent> <string encoding="base64">AAAAAAAAAEM=</string> </persistent>
</tuple>
- <unicode>*.csv</unicode>
+ <string>*.csv</string>
<tuple>
<object>
<klass> <reference id="335.1"/> </klass>
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=38315&r1=38314&r2=38315&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Mon Sep 13 17:26:30 2010
@@ -1 +1 @@
-1706
\ No newline at end of file
+1709
\ No newline at end of file
More information about the Erp5-report
mailing list