summaryrefslogtreecommitdiff
path: root/includes/file.mimetypes.inc
Commit message (Collapse)AuthorAge
* Issue #1443070 by CrashTest_, bluegriff | Dave Reid: Added support for ↵David Rothstein2014-11-03
| | | | popular e-book formats, Google web formats, mkv and mka in file_default_mimetype_mapping().
* Issue #1290486 by arthurf: File.mimetypes needs entry for m4v.webchick2011-09-30
|
* - Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to ↵Dries Buytaert2011-08-07
| | | | 'application/ogg' in file_default_mimetype_mapping().
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.Dries Buytaert2010-07-16
|
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be ↵Dries Buytaert2009-07-20
| | | | case-sensitive. Comes with more and better tests.
* - Patch #370958 by c960657, drewish, Rob Loach: added flash related mime types.Dries Buytaert2009-06-11
|
* - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from ↵Dries Buytaert2009-06-02
file_get_mimetype() and further clean-up.