479 Commits (3536c7c4f9a8781f2e131958e05bdc8e07e9a308)

Author SHA1 Message Date
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
Klimov Paul 7acd3b6400 Fixed namespace path resolve on Windows at `BaseMigrateController` 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 db15c50557 Fixed `yii\console\controllers\AssetController` looses bundle override configuration, which makes it external one 8 years ago
Klimov Paul c9fc60fe74 Fixed `yii\console\controllers\AssetController` looses custom options of 'target' bundles 8 years ago
Klimov Paul 56cc97ae42 Added `yii\console\controllers\AssetController::deleteSource` 8 years ago
AS 665a12b25c Fix typo detaild -> detailed (#12177) [skip ci] 8 years ago