aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MimeMagic.php
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-091-0/+3
* application/vnd.oasis.opendocument.database [OFFICE]Antoine Musso2012-01-041-1/+3
* More documentation in various filesSam Reed2011-05-291-0/+4
* Fix function level comments that start with /* not /**Sam Reed2011-05-211-10/+10
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-3/+4
* The beginnings of HipHop compiled mode support. It works now for parser cache...Tim Starling2011-04-041-9/+10
* Some braces, and also return type documentationSam Reed2011-03-131-9/+29
* Cleanup MimeMagic: Add public identifier to functions; kill error operator; C...Bryan Tong Minh2011-02-061-171/+225
* Couple more return hintsSam Reed2011-02-021-1/+2
* Document how the mime<->extension map is supposed to work, to my best underst...Bryan Tong Minh2011-01-071-2/+18
* revert r76464Antoine Musso2010-11-251-1/+1
* Various unused variables, add some bracesSam Reed2010-11-101-1/+1
* Add support to upload WebP files. Disabled by default and no thumbnailing sup...Derk-Jan Hartman2010-10-201-0/+7
* Big attack on unused variables...Sam Reed2010-10-141-1/+0
* Fixed some overly-long lines, mostly from r72023.Tim Starling2010-09-131-4/+8
* Follow-up to r71944: Interoducing MimeMagic::improveTypeFromExtension() for t...Daniel Kinzler2010-08-311-10/+75
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-3/+7
* Recognize webm and matroska files. See also Bug 23888Derk-Jan Hartman2010-07-281-1/+20
* (bug 24073) Recognize MS Office 2003 style files that have been saved by MS 2...Derk-Jan Hartman2010-07-021-10/+38
* Bug 23642. Best effort mime detection for OpenXML filesDerk-Jan Hartman2010-06-191-4/+26
* Cleanup most of the DIY extension detection/dl() code into nice clean wfDl()Chad Horohoe2010-06-141-1/+1
* Fixed some doxygen warningsAlexandre Emsenhuber2010-05-171-12/+12
* (bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Ja...Bryan Tong Minh2010-05-021-4/+4
* (bug 22935) image/x-ms-bmp mime type added for BMP filesChad Horohoe2010-04-011-1/+1
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-11/+11
* Reduce false positives for PHP in MimeMagicAryeh Gregor2009-11-061-8/+10
* Fix ordering of OpenDocument type detection so template files can actually be...Brion Vibber2009-01-221-8/+8
* Moved the IE content type checks to their own class. Disassembled IE 5 and 6 ...Tim Starling2008-12-121-396/+14
* New file upload content type checks using a simulation of IE's content type d...Tim Starling2008-12-051-0/+409
* * Improved upload file type detection for OpenDocument formatsBrion Vibber2008-09-251-1/+75
* Add accessor to $rootElement, rather than accessing it directly.Chad Horohoe2008-09-191-2/+2
* By default, reject file uploads that look like ZIP files, to avoid the so-cal...Tim Starling2008-08-121-2/+10
* Trying this again. Define XML mimetypes in new global called $wgXMLMimeTypes....Chad Horohoe2008-07-021-11/+3
* Revert r36816 for the moment (Add $wgAdditionalXMLTypes, an array of XML mime...Brion Vibber2008-07-021-5/+3
* Add $wgAdditionalXMLTypes, an array of XML mimetypes we can check for with Mi...Chad Horohoe2008-06-301-3/+5
* Add 'ogv' as recognized alias to 'ogg', allowing uploads of .ogv files to pro...Brion Vibber2008-06-061-3/+3
* * * Added 'application/x-dia-diagram' to XML MIME types. Patch by dpyLeon Weber2008-04-271-4/+5
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-17/+15
* the correct magic for PDF is "%PDF"River Tarnell2008-02-091-1/+1
* More file type checks...Brion Vibber2008-02-061-64/+23
* While we're in there, let's remove a dependency on iconv(). Do the UTF-16 to ...Brion Vibber2008-02-051-3/+11
* More SVG detection fixes based on tests on files downloaded from commons...Brion Vibber2008-02-051-9/+25
* Fix for XML type checks... don't look for the closing angle-brace on the root...Brion Vibber2008-02-051-2/+2
* Make an initial stab at refactoring the mime type detection.Brion Vibber2008-02-051-169/+158
* Reverting r29798 on the committer's request, part 1 of 2Roan Kattouw2008-01-151-4/+4
* fix for IEThomasV2008-01-151-4/+4
* * Compatibility with incorrectly detected old-style DJVU mime typesBrion Vibber2007-10-011-1/+1
* Basic integrated audio/video support, with Ogg implementation. Tim Starling2007-08-151-0/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Allow the extension used for mime type detection to be different from the t...Tim Starling2007-06-181-244/+290