619 Commits (master)

Author SHA1 Message Date
Alexander Makarov 1271bc419f
Fix #19041: Fix PHP 8.1 issues 3 years ago
Alexander Makarov 655786b7ed
release version 2.0.44 3 years ago
irice 02fe7f42c8
Fix #18660: Check name if backslash appears 3 years ago
Anton 766cf701e5
Fix #19031: Fix displaying console help for parameters with declared types 3 years ago
Anton d52c1237ca
Update Controller phpdoc (#19052) 3 years ago
Alexey Rogachev fa6f0ef658
Fix variable references in phpdoc (#19006) 3 years ago
Anton 03235e6c12
Fix #18988: Fix default value of `yii\console\controllers\MessageController::$translator` 3 years ago
Anton 480ae53f6d
Fix migration command example in BaseMigrateController (#18978) 3 years ago
Anton 97f9fba7e9
Fix #18962: Extend ignore list in `yii\console\MessageController::$except` 3 years ago
Bizley 0041f034fd
[doc] Update PHP doc links (#18957) 3 years ago
Bizley ae82b58d85
Fix #18909: Fix bug with binding default action parameters for controllers 3 years ago
Anton f7c81fb044
Fix BaseMigrateController::$migrationPath phpdoc (#18924) 3 years ago
Alexander Gubarev e3028c524d
Fix #18899: Replace usages of `strpos` with `strncmp` and remove redundant usage of `array_merge` and `array_values` 3 years ago
Anton 4e5c95f8f1
Fix PhpDoc of `yii\console\Controller::stderr()` (#18885) 3 years ago
Bizley ea60fba0ae
Fix yii\base\Controller::bindInjectedParams() to not throw error when argument of `ReflectionUnionType` type is passed (#18869) 3 years ago
Anton ac373c06fe
Fix #18845: Fix duplicating `id` in `MigrateController::addDefaultPrimaryKey()` 3 years ago
Mark Huot 25c0e6dcad
Fix #18656: Added ability for `yii serve`'s `--router` param to take an alias 3 years ago
Alexander Makarov 4a5b325160
Fix console error handler exception handling condition. Related to #18696 3 years ago
蛋蛋 d5a428e001
Fix some code smells (#18696) 3 years ago
Bizley 7966fe47e6
Scrutinizer fixes (#18685) 3 years ago
rhertogh 31ca0fcb6f
Fix #18676: Added method `yii\helpers\BaseFileHelper::changeOwnership()` and properties `newFileMode`/`newFileOwnership` in `yii\console\controllers\BaseMigrateController` 3 years ago
Toir Tuychiev 054e259861
Fixed typo in console/Application.php (#18596) 4 years ago
Alexander Makarov 4e2045c040
release version 2.0.41 4 years ago
gazooz a3b7c65622
Fix #18479: Fix invalid argument type for `preg_split` in `\yii\console\Controller` 4 years ago
Bizley b8f4958092
Fix #18442: Fix calls with array access to strings 4 years ago
代码之美 6cba80d887
Fix #18339: Fix migrate controller actions to return exit codes 4 years ago
stevekr e77fee2482
Fix phpdoc types 4 years ago
Vikas Yadav 9ed1b4c94a
Add inheritdoc to generate proper docblock in API docs 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Alexander Makarov 835971c6f6
Fix Controller phpdoc annotations 4 years ago
Sergei Predvoditelev 306171b582
Add phpdoc for properties "request" and "response" in web and console controllers (#18361) 4 years ago
Ivan Sidorov cd36f505b1
Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
Alexander Makarov ed1c087784
Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
Walid Said 3f3003d823
Fix #18303: Fix creating migration issue for column methods used after defaultValues 4 years ago
Alex 1d7baabab5
Fix #18297: Replace usage of deprecated `ReflectionParameter::isArray()` method in PHP8 4 years ago
Michael Härtl 9aa46136f6
Fix #18248: Render only one stack trace on console for chained exceptions 4 years ago
Michael Härtl aca01e4fec
Fix #18217: Make `yii\console\ErrorHandler` render chained exceptions in debug mode 4 years ago
Alexander Makarov dab7a6c317
Update phpdoc 4 years ago
DarkDef 4fa7d4ee48
Fix #18170: Fix regression in passing extra console command arguments to the action 4 years ago
Alexander Makarov 38f038175f
Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
DarkDef e478c23bd4
Fix #17985: Convert migrationNamespaces to array if needed 4 years ago
Stepan 2b9323d517
Fix #18047: Fix colorization markers output in Table.php 4 years ago
egorrishe 5c3ee63316
Fix #15202: Add optional param `--silent-exit-on-exception` in `yii\console\Controller` 4 years ago
Brandon Kelly fc4f449e21
Fix #18083: Add `Controller::$request` and `$response` 4 years ago
Sam 4ea484ca68
Fix #17722: Add action injection support 4 years ago
AHMAD ASJAD dc54137788
Fix #17852: Documented yii\console\Controller::stdout() additional parameters (#18076) 4 years ago
Daniel Schischkin 3b87c5f31a
Fix #18028: Fix division by zero exception in Table.php::calculateRowHeight 4 years ago
Alexander Makarov e6c4640c98
Fix #17979: Improve migrate/fresh command description 4 years ago
Alexander Makarov 110199bcfd
Fix #17859: Fix loading fixtures under Windows 5 years ago
Michael Härtl c41b428088
Fix #17884: Fix 0 values in console Table rendered as empty string 5 years ago