aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13031] Slightly change behavior of choose_mime_type and add unit testsMarc Alexander2014-09-051-4/+4
* [ticket/13031] Guess with all mimetype guessers and pick best guessMarc Alexander2014-09-051-7/+32
* [ticket/12949] Check if mime_content_type is actually callableMarc Alexander2014-08-091-1/+1
* [ticket/12557] Fix doc block in mimetype guessern-aleha2014-08-031-1/+6
* [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-5/+1
* [ticket/12715] Cleanup comments in \phpbb\mimetype\*Tristan Darricau2014-06-154-7/+7
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-35/+35
* [ticket/12522] Add function parameter description in guesser interfacen-aleha2014-05-111-0/+1
* [ticket/11912] Check if content_guesser is supported with function_existsMarc Alexander2013-11-231-5/+2
* [ticket/11912] Remove obsolete "return null" in content_guesserMarc Alexander2013-11-141-2/+0
* [ticket/11912] Remove obsolete variable $mimetype from content_guesserMarc Alexander2013-11-121-3/+2
* [ticket/11912] Remove IN_PHPBB checks from mimetype guesser filesMarc Alexander2013-11-115-40/+0
* [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-115-3/+98
* [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-112-480/+518
* [ticket/11912] Introduce guesser_interfaceMarc Alexander2013-10-242-6/+43
* [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-242-6/+14
* [ticket/11912] Remove typo in content_guesserMarc Alexander2013-10-241-1/+1
* [ŧicket/11912] Get rid of obsolete variables in content_guesserMarc Alexander2013-10-241-28/+1
* [ticket/11912] Improve extension map in content_guesserMarc Alexander2013-10-241-90/+91
* [ticket/11912] Add content_guesserMarc Alexander2013-10-231-0/+548
* [ticket/11912] Add phpbb mimetype guesserMarc Alexander2013-10-231-0/+105