From 0a9762dd060d63aadc9e959de42e580ba7d2a08f Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Sun, 2 May 2010 19:40:33 +0000 Subject: [PATCH] (bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Jan Hartman. --- RELEASE-NOTES | 1 + includes/MimeMagic.php | 8 ++++---- includes/mime.info | 1 + includes/mime.types | 12 ++++++------ 4 files changed, 12 insertions(+), 10 deletions(-) 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',<<