| Commit message (Expand) | Author | Age | Files | Lines |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+3 |
* | application/vnd.oasis.opendocument.database [OFFICE] | Antoine Musso | 2012-01-04 | 1 | -1/+3 |
* | More documentation in various files | Sam Reed | 2011-05-29 | 1 | -0/+4 |
* | Fix function level comments that start with /* not /** | Sam Reed | 2011-05-21 | 1 | -10/+10 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -3/+4 |
* | The beginnings of HipHop compiled mode support. It works now for parser cache... | Tim Starling | 2011-04-04 | 1 | -9/+10 |
* | Some braces, and also return type documentation | Sam Reed | 2011-03-13 | 1 | -9/+29 |
* | Cleanup MimeMagic: Add public identifier to functions; kill error operator; C... | Bryan Tong Minh | 2011-02-06 | 1 | -171/+225 |
* | Couple more return hints | Sam Reed | 2011-02-02 | 1 | -1/+2 |
* | Document how the mime<->extension map is supposed to work, to my best underst... | Bryan Tong Minh | 2011-01-07 | 1 | -2/+18 |
* | revert r76464 | Antoine Musso | 2010-11-25 | 1 | -1/+1 |
* | Various unused variables, add some braces | Sam Reed | 2010-11-10 | 1 | -1/+1 |
* | Add support to upload WebP files. Disabled by default and no thumbnailing sup... | Derk-Jan Hartman | 2010-10-20 | 1 | -0/+7 |
* | Big attack on unused variables... | Sam Reed | 2010-10-14 | 1 | -1/+0 |
* | Fixed some overly-long lines, mostly from r72023. | Tim Starling | 2010-09-13 | 1 | -4/+8 |
* | Follow-up to r71944: Interoducing MimeMagic::improveTypeFromExtension() for t... | Daniel Kinzler | 2010-08-31 | 1 | -10/+75 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-08 | 1 | -3/+7 |
* | Recognize webm and matroska files. See also Bug 23888 | Derk-Jan Hartman | 2010-07-28 | 1 | -1/+20 |
* | (bug 24073) Recognize MS Office 2003 style files that have been saved by MS 2... | Derk-Jan Hartman | 2010-07-02 | 1 | -10/+38 |
* | Bug 23642. Best effort mime detection for OpenXML files | Derk-Jan Hartman | 2010-06-19 | 1 | -4/+26 |
* | Cleanup most of the DIY extension detection/dl() code into nice clean wfDl() | Chad Horohoe | 2010-06-14 | 1 | -1/+1 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-05-17 | 1 | -12/+12 |
* | (bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Ja... | Bryan Tong Minh | 2010-05-02 | 1 | -4/+4 |
* | (bug 22935) image/x-ms-bmp mime type added for BMP files | Chad Horohoe | 2010-04-01 | 1 | -1/+1 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -11/+11 |
* | Reduce false positives for PHP in MimeMagic | Aryeh Gregor | 2009-11-06 | 1 | -8/+10 |
* | Fix ordering of OpenDocument type detection so template files can actually be... | Brion Vibber | 2009-01-22 | 1 | -8/+8 |
* | Moved the IE content type checks to their own class. Disassembled IE 5 and 6 ... | Tim Starling | 2008-12-12 | 1 | -396/+14 |
* | New file upload content type checks using a simulation of IE's content type d... | Tim Starling | 2008-12-05 | 1 | -0/+409 |
* | * Improved upload file type detection for OpenDocument formats | Brion Vibber | 2008-09-25 | 1 | -1/+75 |
* | Add accessor to $rootElement, rather than accessing it directly. | Chad Horohoe | 2008-09-19 | 1 | -2/+2 |
* | By default, reject file uploads that look like ZIP files, to avoid the so-cal... | Tim Starling | 2008-08-12 | 1 | -2/+10 |
* | Trying this again. Define XML mimetypes in new global called $wgXMLMimeTypes.... | Chad Horohoe | 2008-07-02 | 1 | -11/+3 |
* | Revert r36816 for the moment (Add $wgAdditionalXMLTypes, an array of XML mime... | Brion Vibber | 2008-07-02 | 1 | -5/+3 |
* | Add $wgAdditionalXMLTypes, an array of XML mimetypes we can check for with Mi... | Chad Horohoe | 2008-06-30 | 1 | -3/+5 |
* | Add 'ogv' as recognized alias to 'ogg', allowing uploads of .ogv files to pro... | Brion Vibber | 2008-06-06 | 1 | -3/+3 |
* | * * Added 'application/x-dia-diagram' to XML MIME types. Patch by dpy | Leon Weber | 2008-04-27 | 1 | -4/+5 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -17/+15 |
* | the correct magic for PDF is "%PDF" | River Tarnell | 2008-02-09 | 1 | -1/+1 |
* | More file type checks... | Brion Vibber | 2008-02-06 | 1 | -64/+23 |
* | While we're in there, let's remove a dependency on iconv(). Do the UTF-16 to ... | Brion Vibber | 2008-02-05 | 1 | -3/+11 |
* | More SVG detection fixes based on tests on files downloaded from commons... | Brion Vibber | 2008-02-05 | 1 | -9/+25 |
* | Fix for XML type checks... don't look for the closing angle-brace on the root... | Brion Vibber | 2008-02-05 | 1 | -2/+2 |
* | Make an initial stab at refactoring the mime type detection. | Brion Vibber | 2008-02-05 | 1 | -169/+158 |
* | Reverting r29798 on the committer's request, part 1 of 2 | Roan Kattouw | 2008-01-15 | 1 | -4/+4 |
* | fix for IE | ThomasV | 2008-01-15 | 1 | -4/+4 |
* | * Compatibility with incorrectly detected old-style DJVU mime types | Brion Vibber | 2007-10-01 | 1 | -1/+1 |
* | Basic integrated audio/video support, with Ogg implementation. | Tim Starling | 2007-08-15 | 1 | -0/+2 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | * Allow the extension used for mime type detection to be different from the t... | Tim Starling | 2007-06-18 | 1 | -244/+290 |