r24191 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24190‎ | r24191 | r24192 >
Date:06:04, 17 July 2007
Author:amidaniel
Status:old
Tags:
Comment:
It appears that some MIME detectors on Windows machines identify svg's as 'image/svg' instead of 'image/svg+xml'. Might as well have both in $wgMediaHandlers.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1586,6 +1586,7 @@
15871587 'image/gif' => 'BitmapHandler',
15881588 'image/x-ms-bmp' => 'BmpHandler',
15891589 'image/svg+xml' => 'SvgHandler',
 1590+ 'image/svg' => 'SvgHandler',
15901591 'image/vnd.djvu' => 'DjVuHandler',
15911592 );
15921593

Follow-up revisions

RevisionCommit summaryAuthorDate
r24215Merged revisions 24095-24212 via svnmerge from...david21:19, 17 July 2007

Status & tagging log