137 Commits (728e910bafa01ea47d84391b41b971d18ef3b88e)

Author SHA1 Message Date
Alexander Makarov a1ddd8b907 Fixes #14129: Fixed console help to properly work with tricky camelcased controller names 7 years ago
Kolyunya f866edcfba
Fix console cache controller 7 years ago
bscheshirwork 8987957f06 Fixes #14697: Fixed `console\widgets\Table` rendering when there's no data supplied 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Herbert Maschke 58792cdac5 Fixes #14664: Add migrate/fresh command to truncate database and apply migrations again 7 years ago
Michaël Arnauts e472b4e29c Fixes #14525: Fixed 2.0.12 regression of loading of global fixtures trough `yii fixture/load` 7 years ago
Carsten Brandt 0070b97837 allow migrate/mark to mark the history base (#14428) 7 years ago
Robert Korulczyk d2781cd232 Added configuration for headers in PHP files generated by `message/extract` command (#14417) 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Daniel Gómez Pan b0ad73e361 Fixes #11415: Added `yii\console\widgets\Table` to draw tables in console apps 7 years ago
Elvira Sheina cfaec11da5
Fixes #13824: Support extracting concatenated strings in `yii message` 7 years ago
Robert Korulczyk 8d05e81bd4 Fixes #14307: Fixed PHP warning when `yii\console\UnknownCommandException` is thrown for empty command 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt 5288577221
make migrationPath accept an array 7 years ago
Skiba Max 51dd58cf34
Fixed #13551: loading fixtures in subdirectories 7 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Sam 9459eaa277 Fixes #10372: Fixed console controller including complex typed arguments in help 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
Daniel Gómez Pan 73ddf2e65e Fixes #13670: Fixed alias option from console when it includes `-` or `_` in option name 8 years ago
SilverFire - Dmitry Naumenko 1dc4618f3d
Fixed `MessageConstroller::saveMessagesToDb()` to work on different DBMS correctly 8 years ago
SilverFire - Dmitry Naumenko e9a96ee834
Replced InvalidParamException with \yii\console\Exception in Request::resolve() 8 years ago
SilverFire - Dmitry Naumenko 86b08e29d2
Enhanced `yii\console\Request::resolve()` to prevent passing parameters, that begin from digits 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Tobias Munk 9f95f71572 added groups to tests 8 years ago
Tobias Munk ec8daa0d77 added db group to test 8 years ago
Robert Korulczyk 4c46c6a096 Improve messages test on HHVM. (#13520) 8 years ago
Bizley 1749c46c5d
Fixes #11502: Fixed `yii\console\controllers\MessageController` to properly populate missing languages in case of extraction with "db" format 8 years ago
Pavel Ivanov 4db3bcd64c
Fixes #13277: Invalid parsing of `--` in CLI 8 years ago
Klimov Paul 6211f9c030 `MigrateControllerTestTrait` fix for HHVM 8 years ago
Daniel Gómez Pan b985ea3476 Fix #13108: Negative integer parameter causes "Unknown alias" error w… (#13220) 8 years ago
Carsten Brandt 187c44e43e implement suggestion for unknown command in console application 8 years ago
SilverFire - Dmitry Naumenko 4454d05410 Added ZSH completion, moved scripts to a separate directory 8 years ago
Carsten Brandt beb140446b added test for helpcontroller list action 8 years ago
SG5 1141fc81a7 Fixes #12735: Fixed `yii\console\controllers\MigrateController` creating multiple primary keys for field `bigPrimaryKey:unsigned` 8 years ago
Klimov Paul 18b0dab360 Fixed `yii\console\controllers\AssetController::adjustCssUrl()` breaks URL reference specification (`url(#id)`) 8 years ago
Alexey Rogachev e705519c5a Fixes #13071: Help option for commands was not working in modules 8 years ago
Klimov Paul 1157657cab Fixed incorrect order of migrations history in case `yii\console\controllers\MigrateController::$migrationNamespaces` is in use 8 years ago
Alexander Zlakomanov b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 8 years ago
Boudewijn Vahrmeijer 8705219005 Added tests for HelpController (#12908) 8 years ago
Klimov Paul 60307c118b code style fix 8 years ago
Klimov Paul 8c39b1cbfa code style fix 8 years ago
Paul Klimov 8aa0e85a07 Add migration namespace support (#12511) 8 years ago
Daniel Gomez Pan ae42d7b281 Fix #12423 Fix bug migration tool when creating fields with brackets in comment 8 years ago
Klimov Paul d73d155e43 code style fix 8 years ago