Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / MimeMagic.php
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-06 Aryeh GregorReduce false positives for PHP in MimeMagic
2009-01-22 Brion VibberFix ordering of OpenDocument type detection so template...
2008-12-12 Tim StarlingMoved the IE content type checks to their own class...
2008-12-05 Tim StarlingNew file upload content type checks using a simulation...
2008-09-25 Brion Vibber* Improved upload file type detection for OpenDocument...
2008-09-19 Chad HorohoeAdd accessor to $rootElement, rather than accessing...
2008-08-12 Tim StarlingBy default, reject file uploads that look like ZIP...
2008-07-02 Chad HorohoeTrying this again. Define XML mimetypes in new global...
2008-07-02 Brion VibberRevert r36816 for the moment (Add $wgAdditionalXMLTypes...
2008-06-30 Chad HorohoeAdd $wgAdditionalXMLTypes, an array of XML mimetypes...
2008-06-06 Brion VibberAdd 'ogv' as recognized alias to 'ogg', allowing upload...
2008-04-27 Leon Weber* * Added 'application/x-dia-diagram' to XML MIME types...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-09 River Tarnellthe correct magic for PDF is "%PDF"
2008-02-06 Brion VibberMore file type checks...
2008-02-05 Brion VibberWhile we're in there, let's remove a dependency on...
2008-02-05 Brion VibberMore SVG detection fixes based on tests on files downlo...
2008-02-05 Brion VibberFix for XML type checks... don't look for the closing...
2008-02-05 Brion VibberMake an initial stab at refactoring the mime type detec...
2008-01-15 Roan KattouwReverting r29798 on the committer's request, part 1...
2008-01-15 ThomasVfix for IE
2007-10-01 Brion Vibber* Compatibility with incorrectly detected old-style...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-18 Tim Starling* Allow the extension used for mime type detection...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-23 Nick JenkinsTweak for E_STRICT warning "Undefined index: in inclu...
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-03-31 Tim Starling* Fix extension of DJVU output
2007-03-19 Nick Jenkins* Prevent E_STRICT error when '$wgDebugDumpSql = true...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-12 Nick JenkinsPrevent E_STRICT errors on file upload of the following...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-09-03 Greg Sabino MullaneTypo.
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-06-24 Brion Vibber* (bug 6131) Add type detection for DjVu files, allowin...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-03 Tim StarlingFix #2 for WMF vulnerability
2005-10-08 Brion VibberCorrection to fix for bug 3641: don't reject on all...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.