536 Commits (06ebd3faa7b6edd9858c8608ccfa975150904d93)

Author SHA1 Message Date
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
Robert Korulczyk 450eefaa50 Some phpdoc fixes from scrutinizer. 8 years ago
Robert Korulczyk cf0952406d Cosmetic changes in console controller. 8 years ago
evgen 5c3cdd792b fix code style 8 years ago
evgen 3d3d69e3a8 returned back `orderBy()` 8 years ago
evgen 50062d0b9f some change 8 years ago
evgen c7c8f09827 ksort and reverse to uksort 8 years ago
evgen 481932e238 add migration name to sort 8 years ago
Evgeny 59f7335b8f change getMigrationHistory 8 years ago
Alexander Zlakomanov b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 8 years ago
diezztsk e30e53843a Changelog update. Fixed phpDoc comment. 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
diezztsk 99f1d04421 Extract default help header to protected method. 8 years ago
MKiselev 4f89265fff Fixes #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly 8 years ago
Tobias Munk 02e0ac7034 Fixes #12807: Added console controller checks for `yii\console\controllers\HelpController` 8 years ago
Carsten Brandt 11fe407ad0 release version 2.0.10 8 years ago
Basil e3a240af27 Added example from prompt method. (#12579) 8 years ago
Nikola Kovacs 19a896a299 Improve phpdoc and error in BaseMigrateController (#12573) [skip ci] 8 years ago
Klimov Paul 239cdcdf8a Regex fix 8 years ago
Klimov Paul 0450b2002a Added missing `@since` 8 years ago