505 Commits (21d2d72534472ef361e451d6b16786573f6e72a8)

Author SHA1 Message Date
Carsten Brandt 2f9f15bf92 Fixes #14188: Add constants and function for sysexits(3) to `ConsoleHelper` 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 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
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Arthur Khachaturov 78ec17f13c
Fixes #14201: `yii\console\controllers\MessageController::extractMessagesFromTokens()` is now protected 7 years ago
Nikolay Oleynikov fdc91f351b Improved base migration controller documentation [skip ci] (#14253) 7 years ago
PowerGamer1 3dc8f426d0
Fix MessageController color output on non-color termnials 7 years ago
Carsten Brandt 844eacba26 Update BaseMigrateController.php 7 years ago
Carsten Brandt 6ec6f8d76c
moved include file logic to separate method 7 years ago
Carsten Brandt 5288577221
make migrationPath accept an array 7 years ago
Tobias Munk deb1def9d3
added alias syntax support 7 years ago
Carsten Brandt cb9462b224
Added support for specifying aliases for migrationNamespaces 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
SilverFire - Dmitry Naumenko f7c9e6b852
Enhanced FixtureController::getFixtureRelativeName() 7 years ago
Skiba Max 51dd58cf34
Fixed #13551: loading fixtures in subdirectories 7 years ago
lynicidn 96dae1cebc file will not loaded 8 years ago
Alexander Makarov 70cd75c84e Fixes #13226: `yii cache` command now warns about the fact that it's not able to flush APC cache from console 8 years ago
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 8 years ago
Sam 9459eaa277 Fixes #10372: Fixed console controller including complex typed arguments in help 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
Bizley 59801958fe example corrected (#13555) 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
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Klimov Paul 862a5dd6b7 Added support for field `yii\console\controllers\BaseMigrateController::$migrationNamespaces` setup from CLI 8 years ago
Klimov Paul 25a7ed60e7 Docs about namespaced migrations fixed 8 years ago
Carsten Brandt 7c98000391 Update Controller.php 8 years ago
Dmitry Naumenko 2853dcbad7 Update FixtureController.php 8 years ago
Sidney Lins (slinstj) 9173656b53 Improves error message for invalid namespace in FixtureController 8 years ago
Pavel Ivanov 8060300bf4 Small optimization of yii\console\Request::resolve() 8 years ago
Pavel Ivanov 4db3bcd64c
Fixes #13277: Invalid parsing of `--` in CLI 8 years ago
Klimov Paul 194577c55e Code style fix 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
Carsten Brandt 1d3495d84d Alternative implementation for Unknown command suggestions 8 years ago
SilverFire - Dmitry Naumenko 4454d05410 Added ZSH completion, moved scripts to a separate directory 8 years ago
Carsten Brandt 05b17ebb65 Added bash completion file for ./yii commands 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
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago