Fix Bug 33384 - database drivers cannot be provided by extension
[lhc/web/wiklou.git] / includes / MimeMagic.php
2011-05-29 Sam ReedMore documentation in various files
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-03-13 Sam ReedSome braces, and also return type documentation
2011-02-06 Bryan Tong MinhCleanup MimeMagic: Add public identifier to functions...
2011-02-02 Sam ReedCouple more return hints
2011-01-07 Bryan Tong MinhDocument how the mime<->extension map is supposed to...
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-20 Derk-Jan HartmanAdd support to upload WebP files. Disabled by default...
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-13 Tim StarlingFixed some overly-long lines, mostly from r72023.
2010-08-31 Daniel KinzlerFollow-up to r71944: Interoducing MimeMagic::improveTyp...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-07-28 Derk-Jan HartmanRecognize webm and matroska files. See also Bug 23888
2010-07-02 Derk-Jan Hartman(bug 24073) Recognize MS Office 2003 style files that...
2010-06-19 Derk-Jan HartmanBug 23642. Best effort mime detection for OpenXML files
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-05-17 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-02 Bryan Tong Minh(bug 23375) Added ogv, oga, spx as extensions for ogg...
2010-04-01 Chad Horohoe(bug 22935) image/x-ms-bmp mime type added for BMP...
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.