|
c70484706b
|
Use GitHub to fetch mime types
|
2025-06-27 10:38:40 +03:00 |
|
|
0726714e55
|
Added note
|
2023-10-08 13:20:43 +02:00 |
|
|
4addf02c26
|
Fix mime type generator
|
2023-10-08 13:03:48 +02:00 |
|
|
0fcd434c97
|
Fix #19838: Added yii\helpers\BaseFileHelper::getExtensionByMimeType() to get the most common extension for a given MIME type
|
2023-05-19 22:56:47 +03:00 |
|
|
0a811cbd0d
|
Fix #19837: Fixed processing of numeric file extensions in yii\build\controllers\MimeTypeController::generateMimeTypesFile()
Fixed processing of nummeric file extensions in `\yii\build\controllers\MimeTypeController::generateMimeTypesFile()` and added common image file types (https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#common_image_file_types)
|
2023-05-19 00:28:48 +03:00 |
|
|
95b0e6010e
|
Fix #19683: Updated framework\mimeType.php to the actual value. Fix typo in build/controllers/MimeTypeController.php
|
2023-02-11 19:21:51 +03:00 |
|
|
161526cd41
|
HTTPS everywhere (#19503)
|
2022-08-03 12:32:18 +03:00 |
|
|
1382aea4a8
|
Fix #19295: Added alias text/rtf for mime-type application/rtf
|
2022-04-07 00:14:00 +04:00 |
|
|
7b8c29d874
|
Fix #19243: Handle finfo_open for tar.xz as application/octet-stream on PHP 8.1
|
2022-02-19 23:45:20 +03:00 |
|
|
b8f4958092
|
Fix #18442: Fix calls with array access to strings
|
2020-12-23 01:08:58 +03:00 |
|
|
5dac639f13
|
Added aliases to mime type generation command
|
2019-06-04 22:09:51 +03:00 |
|
|
aa0f09b3e2
|
Fixes #17306: Added ".mjs" extensions to mimetypes meta
|
2019-05-14 23:11:25 +03:00 |
|
|
1e00a050d7
|
Fixes #15322: Fixed PHP 7.2 compatibility of FileHelper::getExtensionsByMimeType()
|
2017-12-10 16:31:42 +03:00 |
|
|
5a8c3d537b
|
Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc".
|
2017-08-21 11:19:35 +02:00 |
|
|
6397791513
|
Fixed whitespaces to match code style [skip ci]
|
2017-03-14 09:42:13 +03:00 |
|
|
a9aebfab7c
|
minor message improvements
|
2014-07-29 22:01:28 +02:00 |
|
|
e5713c8e12
|
generated mimeType detection file from apache http mime.types file
MimeTypeController generates a map of file extensions to MIME types
It uses `mime.types` file from apache http located under
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
This file has been placed in the public domain for unlimited
redistribution,
so we can use it and ship it with Yii.
see also yiisoft/yii#2851 and yiisoft/yii#2857
|
2014-05-30 15:54:51 +02:00 |
|