Fix #13265 : image/x-bmp not handled
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 17 Mar 2008 20:31:33 +0000 (20:31 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 17 Mar 2008 20:31:33 +0000 (20:31 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 7f8a61a..6ad1cca 100644 (file)
@@ -95,6 +95,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   overwritten by browsing for a file after you wrote it.
 * (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
   'generated-sidebar'.
+* (bug 13265) Media handler is missing 'image/x-bmp'
 
 === API changes in 1.13 ===
 
index 423e2f9..e8d7ef9 100644 (file)
@@ -1727,6 +1727,7 @@ $wgMediaHandlers = array(
        'image/png' => 'BitmapHandler',
        'image/gif' => 'BitmapHandler',
        'image/x-ms-bmp' => 'BmpHandler',
+       'image/x-bmp' => 'BmpHandler',
        'image/svg+xml' => 'SvgHandler', // official
        'image/svg' => 'SvgHandler', // compat
        'image/vnd.djvu' => 'DjVuHandler', // official