144 Commits (aabd69afcf6fb902d390e97c6ac640a43f5bded3)

Author SHA1 Message Date
Carsten Brandt 33edfcff2e Use `limit(null)` instead of `limit(-1)` 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Qiang Xue 607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Klimov Paul 166465ec7a `MigrationInterface` extracted 10 years ago
Klimov Paul 6cc1310aed `BaseMigrateController` extracted 10 years ago
Klimov Paul 49f5d364a5 #3807: Wrong js/css path composition at `AssetController::buildTarget()` fixed 10 years ago
Alexander Makarov d7a251bbec Removed unused imports, added missing phpdoc 10 years ago
Mark 1414f9ab6b limit condition changed 10 years ago
Mark d229cb8206 limit applied to migration 10 years ago
Andrey Smirnov 1aeb306d00 Fix incomplete obsolete filling in i18n db extractor 10 years ago
Alexander Makarov c11ca0873d Fixed asset controller tests 10 years ago
Alexander Makarov d84898a73d Fixes #2898: `yii\console\controllers\AssetController` is now using hashes instead of timestamps 10 years ago
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Alexander Kochetov f5b7788edd MigrateController refactoring 11 years ago
Alexander Kochetov 697e909c30 Comments updated 11 years ago
Alexander Kochetov 5f2101893e MigrateCommand enhancement. `all` option added for `down` action. 11 years ago
Alexander Makarov a86d2ad11e Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration 11 years ago
Alexander Makarov ff3a20a785 Removed duplicate property 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Klimov Paul 7f636fc525 `yii\console\controllers\AssetController::actionTemplate()` advanced to include `jsCompressor` and `cssCompressor` to the template. 11 years ago
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 72c99663ff Refactored container. 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Christian Nadolle 0051a1ece4 sort options by action in Migration controller 11 years ago
Christian Nadolle 706ab7f968 combine globalOptions() with local options into options($id) 11 years ago
Christian Nadolle b0d7559a8d console/Controller show help for local options 11 years ago
Carsten Brandt f7148c2d80 callback -> callable 11 years ago
Carsten Brandt 740a769477 improved HelpController with messages for each command 11 years ago
Sorokin Victor 1a14ed2127 Update MessageController.php 11 years ago
Sorokin Victor 4d4a3f0804 Update MessageController.php 11 years ago
AlexGx 6d72c6a723 fix code style 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
AlexGx c047fbe0df fix code style `No space found after comma in function call` 11 years ago
AlexGx c5ed024109 fix phpFoc, added missing param 11 years ago
Sorokin Victor eba9049b61 Update MessageController.php 11 years ago
mitalcoi 4906cd3432 enchansment of db message source 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
resurtm 65dd8c9e7e Add ability to downgrade migrations by the absolute apply time 11 years ago
Mark 325c7a18c4 improved fixture command 11 years ago
Sorokin Victor a73953c05b Update FixtureController.php 11 years ago
Mark 663e898ba7 fixed docs, added checks 11 years ago