[Erp5-report] r42298 kazuhiko - in /erp5/trunk/bt5/erp5_dms: PathTemplateItem/portal_contri...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 13 12:06:04 CET 2011


Author: kazuhiko
Date: Thu Jan 13 12:06:03 2011
New Revision: 42298

URL: http://svn.erp5.org?rev=42298&view=rev
Log:
fix a typo in r42260. Draw -> Drawing.

Added:
    erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/drawing_mimetype.xml
      - copied, changed from r42295, erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml
Removed:
    erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml
Modified:
    erp5/trunk/bt5/erp5_dms/bt/revision
    erp5/trunk/bt5/erp5_dms/bt/template_path_list

Removed: erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml?rev=42297&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml (removed)
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <global name="Contribution Predicate" module="erp5.portal_type"/>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_identity_criterion</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>content_type</string> </key>
-                    <value>
-                      <list>
-                        <string>application/vnd.oasis.opendocument.graphics</string>
-                        <string>application/vnd.oasis.opendocument.graphics-template</string>
-                        <string>application/vnd.sun.xml.draw</string>
-                        <string>application/vnd.sun.xml.draw.template</string>
-                        <string>application/vnd.stardivision.draw</string>
-                      </list>
-                    </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-        <item>
-            <key> <string>_range_criterion</string> </key>
-            <value>
-              <dictionary/>
-            </value>
-        </item>
-        <item>
-            <key> <string>criterion_property</string> </key>
-            <value>
-              <tuple>
-                <string>content_type</string>
-              </tuple>
-            </value>
-        </item>
-        <item>
-            <key> <string>destination_portal_type</string> </key>
-            <value> <string>Draw</string> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>draw_mimetype</string> </value>
-        </item>
-        <item>
-            <key> <string>int_index</string> </key>
-            <value> <int>20</int> </value>
-        </item>
-        <item>
-            <key> <string>portal_type</string> </key>
-            <value> <string>Contribution Predicate</string> </value>
-        </item>
-        <item>
-            <key> <string>test_method_id</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string>Draw by mimetype</string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>

Copied: erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/drawing_mimetype.xml (from r42295, erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml)
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/drawing_mimetype.xml?p2=erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/drawing_mimetype.xml&p1=erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml&r1=42295&r2=42298&rev=42298&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/draw_mimetype.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_dms/PathTemplateItem/portal_contribution_registry/drawing_mimetype.xml [utf8] Thu Jan 13 12:06:03 2011
@@ -41,11 +41,11 @@
         </item>
         <item>
             <key> <string>destination_portal_type</string> </key>
-            <value> <string>Draw</string> </value>
+            <value> <string>Drawing</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>draw_mimetype</string> </value>
+            <value> <string>drawing_mimetype</string> </value>
         </item>
         <item>
             <key> <string>int_index</string> </key>
@@ -63,7 +63,7 @@
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string>Draw by mimetype</string> </value>
+            <value> <string>Drawing by mimetype</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_dms/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/bt/revision?rev=42298&r1=42297&r2=42298&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_dms/bt/revision [utf8] Thu Jan 13 12:06:03 2011
@@ -1 +1 @@
-1236
\ No newline at end of file
+1237
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_dms/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/bt/template_path_list?rev=42298&r1=42297&r2=42298&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/bt/template_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_dms/bt/template_path_list [utf8] Thu Jan 13 12:06:03 2011
@@ -1,7 +1,7 @@
 portal_alarms/document_update_content_alarm
 portal_caches/dms_cache_factory
 portal_caches/dms_cache_factory/**
-portal_contribution_registry/draw_mimetype
+portal_contribution_registry/drawing_mimetype
 portal_contribution_registry/drawing_extension
 portal_contribution_registry/pdf_extension
 portal_contribution_registry/pdf_mimetype



More information about the Erp5-report mailing list