603 Commits (88e942821c0dcfd70438814b4222c6569807c673)

Author SHA1 Message Date
Carsten Brandt 5c837c0575 fixed console errorHandler class 11 years ago
Carsten Brandt 7511de6cab added errorInfo to exception views 11 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 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 c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 11 years ago
Alexander Makarov ff3a20a785 Removed duplicate property 11 years ago
Jurmarcus Allen 6099e85160 HHVM compatibility Fixes for Yii 2 Console Application 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
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Carsten Brandt 8b4d4a0b25 cleanup web errorhandler 11 years ago
Qiang Xue ac74fede28 Fixes #2910: Added `Application::end()` 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
Qiang Xue 174158a64b doc fix [skip ci] 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
Christian Nadolle 05f7df3091 console/Controller support local options per action 11 years ago
Carsten Brandt f7148c2d80 callback -> callable 11 years ago
Qiang Xue bbea1ab19c Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 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
Qiang Xue aeeee44f69 support loading config by alias. 11 years ago
Qiang Xue bd70ac840f Fixes #2054: Added support for using custom application configuration with the console command runner 11 years ago
Sorokin Victor a73953c05b Update FixtureController.php 11 years ago
Mark 663e898ba7 fixed docs, added checks 11 years ago