Update of /var/cvs/applications/resources/config/builders/resources
In directory james.mmbase.org:/tmp/cvs-serv3272

Modified Files:
        attachments.xml images.xml 
Log Message:
explicitely set valid mimetypes


See also: 
http://cvs.mmbase.org/viewcvs/applications/resources/config/builders/resources


Index: attachments.xml
===================================================================
RCS file: 
/var/cvs/applications/resources/config/builders/resources/attachments.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- attachments.xml     28 Nov 2006 10:38:36 -0000      1.2
+++ attachments.xml     19 Mar 2008 13:59:09 -0000      1.3
@@ -128,6 +128,7 @@
         <guiname xml:lang="eo">Dosiero</guiname>
       </gui>
       <datatype base="binary" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <property name="validMimeTypes" value="application/.*" />
         <maxLength value="16777215" enforce="never"/>
       </datatype>    
     </field>


Index: images.xml
===================================================================
RCS file: /var/cvs/applications/resources/config/builders/resources/images.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- images.xml  26 Jun 2007 14:19:56 -0000      1.2
+++ images.xml  19 Mar 2008 13:59:09 -0000      1.3
@@ -173,8 +173,8 @@
         </positions>
       </editor>
       <datatype base="binary" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <property name="validMimeTypes" value="image/.*" />
         <maxLength value="16777215" enforce="never"/>
-        <pattern value="image/.*" />
       </datatype>
     </field>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to