196 Commits

Author SHA1 Message Date
dba9e4d76d Fix #20532: Add missing return statements in CacheController::actionFlushSchema, FixtureController::actionUnload, HelpController::actionIndex and ServeController::actionIndex 2025-09-30 01:17:34 +03:00
53bdfc3b2c Fix PHPStan errors (#20523) 2025-09-15 23:38:06 +03:00
04202f04f5 Fix #19506: Fix @property annotations in yii\console\widgets\Table, yii\di\Container and yii\web\Session 2025-09-15 20:59:22 +03:00
398dea3b6e Fix typos in the comments (#20520) 2025-09-11 18:19:00 +03:00
a6a7f0128a Fix #20514: Add @property annotations for yii\console\Controller 2025-09-06 00:20:19 +03:00
f914cda51e Remove invalid @property annotations and fix property descriptions (#20510) 2025-09-05 00:33:39 +03:00
06858c1089 Fix #20508: Fix PHPDoc, add PHPStan/Psalm annotations for yii\web\CookieCollection::getIterator. Add missing @property annotation in yii\base\Model 2025-09-02 08:10:56 +03:00
28b6ca7002 Fix #20485: Fix error Cannot unset string offsets in yii\di\Instance:ensure(['__class' => ...], 'some\class\name'), Integrate PHPStan for static analysis 2025-08-26 22:01:33 +03:00
c70484706b Use GitHub to fetch mime types 2025-06-27 10:38:40 +03:00
023a9c7c5b Fix @var and @method tags syntax in build and tests folders (#20396) 2025-06-10 19:32:49 +03:00
7565d337f3 Exclude phpdoc fixes for Codeception generated files 2025-02-13 23:32:02 +03:00
3fa2d61e54 Fix #20175: Fix bad result for pagination when used with GridView 2024-06-08 10:29: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
0f1699db8d Fix build command for PHP 8.2 2023-05-21 16:23:05 +04: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
473ead8e46 Optimize: simplified regexp (#19541) 2022-09-06 09:42:58 +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
e459214a92 Add symfonymailer to list of extensions 2021-12-27 22:01:44 +03:00
dd1ed636ae Remove redundand comments in PhpDocController (#18968) 2021-10-22 00:05:41 +03:00
728e910baf Typo PHPDoc (#18939)
Typo PHPDoc

Co-authored-by: toir427 <t.tuychiev@safenetpay.com>
Co-authored-by: Bizley <pawel@positive.codes>
2021-10-08 09:02:19 +02:00
3387d360b0 Do not mention yii2-codeception as it it deprecated 2021-08-16 20:09:40 +03:00
fdb897a343 Fix typo in release controller 2021-08-09 20:56:30 +03:00
38ba100320 Add Bootstrap 5 to the list of extensions 2021-08-07 00:26:30 +03:00
dcd86f9234 Avoid double spaces before "and" in phpdoc of virtual properties 2021-01-14 13:13:48 +03:00
ff0760142d Tolerate errors during fixing phpdoc 2020-12-28 00:16:02 +03:00
b8f4958092 Fix #18442: Fix calls with array access to strings 2020-12-23 01:08:58 +03:00
eb65069312 Fix property check in phpdoc command 2020-11-10 23:15:08 +03:00
c60e715df1 Add bootstrap4 to build tools packages list 2020-10-30 22:35:17 +03:00
801ac17657 Fix #16077: Improved phpdoc generation for class properties (#18319)
When generating documentation, the `@property-read` and
`@property-write` tags are set to the magic properties of classes
2020-10-07 01:12:10 +03:00
7ceb5b5317 Do not quit php-doc on fatal errors in files 2020-07-21 21:46:34 +03:00
e1757bd95d Skip Object when fixing properties 2020-07-20 02:40:45 +03:00
91fabfd554 Fix generating property docs by a build script 2020-07-20 02:25:23 +03:00
2e3c176041 Fix phpdoc generation error on non-namespaced classes 2020-01-17 16:42:09 +03:00
8911141150 Migrate Travis from .org to .com 2019-12-06 19:10:42 +03:00
8b2f34d72c Abort dev app installation process if error occurred during cloning. (#17442) 2019-07-17 13:52:13 +03:00
baaf01dcce Fix release command outputted instructions to produce properly escaped command for obtaining release tag commit 2019-07-16 23:09:53 +03:00
5dac639f13 Added aliases to mime type generation command 2019-06-04 22:09:51 +03:00
a0b89f9271 More copy-paste friendly release messages 2019-05-21 19:08:49 +03:00
aa0f09b3e2 Fixes #17306: Added ".mjs" extensions to mimetypes meta 2019-05-14 23:11:25 +03:00
2abf5ec92e Improved build script help [skip ci] 2019-03-23 01:12:03 +03:00
a3f4e855b4 Build command phpdoc fixer is now compatible with PHP 7.2+ 2019-03-17 20:38:27 +03:00
70c706a293 Exclude 3.0.0 tag from release command [skip ci] 2019-02-28 09:24:33 +03:00
ed64d65886 release version 2.0.16 2019-01-31 00:54:16 +01:00
9a3b3a759b Reverted accidental change [skip ci] 2018-09-24 01:26:52 +03:00
100d052c7e Fixed release controller to properly set release date under Windows [skip ci] 2018-09-24 01:26:07 +03:00