Author: Kris.Wallsmith
Date: 2010-09-15 19:10:37 +0200 (Wed, 15 Sep 2010)
New Revision: 30915

Modified:
   branches/1.3/lib/validator/sfValidatedFile.class.php
   branches/1.4/lib/validator/sfValidatedFile.class.php
Log:
[1.3, 1.4] added support for "image/x-ms-bmp" mime type (closes #9069, patch 
from pbowyer)


Modified: branches/1.3/lib/validator/sfValidatedFile.class.php
===================================================================
--- branches/1.3/lib/validator/sfValidatedFile.class.php        2010-09-15 
16:28:17 UTC (rev 30914)
+++ branches/1.3/lib/validator/sfValidatedFile.class.php        2010-09-15 
17:10:37 UTC (rev 30915)
@@ -573,6 +573,7 @@
       'image/x-bmp' => 'bmp',
       'image/x-cmu-raster' => 'ras',
       'image/x-freehand' => 'fh4',
+      'image/x-ms-bmp' => 'bmp',
       'image/x-png' => 'png',
       'image/x-portable-anymap' => 'pnm',
       'image/x-portable-bitmap' => 'pbm',

Modified: branches/1.4/lib/validator/sfValidatedFile.class.php
===================================================================
--- branches/1.4/lib/validator/sfValidatedFile.class.php        2010-09-15 
16:28:17 UTC (rev 30914)
+++ branches/1.4/lib/validator/sfValidatedFile.class.php        2010-09-15 
17:10:37 UTC (rev 30915)
@@ -573,6 +573,7 @@
       'image/x-bmp' => 'bmp',
       'image/x-cmu-raster' => 'ras',
       'image/x-freehand' => 'fh4',
+      'image/x-ms-bmp' => 'bmp',
       'image/x-png' => 'png',
       'image/x-portable-anymap' => 'pnm',
       'image/x-portable-bitmap' => 'pbm',

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to