From: Bryan Tong Minh Date: Sun, 2 May 2010 19:40:33 +0000 (+0000) Subject: (bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Jan Hartman. X-Git-Tag: 1.31.0-rc.0~36963 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=0a9762dd060d63aadc9e959de42e580ba7d2a08f;p=lhc%2Fweb%2Fwiklou.git (bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Jan Hartman. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3e398dbcad..a53c88dc56 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -141,6 +141,7 @@ in a negative namespace (which is invalid). * (bug 23298) Interwiki links with prefix only in log summaries now link to the correct link * (bug 23284) Times are now rounded correctly +* (bug 23375) Added ogv, oga, spx as extensions for ogg files === API changes in 1.17 === * (bug 22738) Allow filtering by action type on query=logevent diff --git a/includes/MimeMagic.php b/includes/MimeMagic.php index 13a2aa471f..c0db54bbdc 100644 --- a/includes/MimeMagic.php +++ b/includes/MimeMagic.php @@ -9,7 +9,7 @@ * the file mime.types in the includes directory. */ define('MM_WELL_KNOWN_MIME_TYPES',<<