49 Commits (48ec791e4aca792435ef1fdce80ee7f6ef365c5c)

Author SHA1 Message Date
Qiang Xue de87f43d70 Fixes #4292: The error messages for console commands will not be translated 10 years ago
Alexander Makarov da7af42371 Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting 10 years ago
Carsten Brandt c43b7ee8b5 console help WIP 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 5c837c0575 fixed console errorHandler class 11 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 11 years ago
Alexander Makarov c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 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 bf3c75147d reverted breaking PHPdoc codestyle changes 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 bbea1ab19c Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 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
Carsten Brandt 9630c807a7 doc link fixes 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Mark ccfb7638d0 Added to the basic app, fixed config, added to core commands. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 6507e2e316 applied new style of Yii::t params to all occurences 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Qiang Xue ba6c10eb30 Yii debugger WIP 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago
Carsten Brandt b138199c59 implementation of Response tied to actions 11 years ago
Carsten Brandt 82c978f86a draft idea of action based responses 11 years ago
Carsten Brandt 36184569a8 removed unnecessary check 11 years ago
Carsten Brandt 5ed52b98a1 renamed Application::handle() to handelRequest() 11 years ago
Qiang Xue 420637443c Refactored the way of sending response in controller actions. 11 years ago
Carsten Brandt 689080519e Added support for previous exceptions 11 years ago
Carsten Brandt 4fe732e9ae there is no app command anymore 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Alexander Kochetov 8b311ecbe7 yiic => yii additional corrections 12 years ago
Qiang Xue fb5993af40 Fixes issue #251: changed the signature of t() to be the same as v1.1 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue e132ed8d18 initial implementation of asset command. 12 years ago
Qiang Xue 304122ebe4 Fixed bug in yiic.php. 12 years ago
Qiang Xue 4fdaab3560 updated file header. 12 years ago
Qiang Xue 60583b87d3 cleanup 12 years ago
Alexander Makarov c00c2dcb1a renamed yiic webapp -> yiic app 12 years ago
Alexander Makarov a25f870090 renamed create -> webapp/create, specified global options 12 years ago
Alexander Makarov 137d472838 console command to flush cache 12 years ago
Qiang Xue 3c1452e84b Changed the separator of message category. 12 years ago
Qiang Xue 54ee8c44a0 refactored exceptions. 12 years ago
Qiang Xue 398ac25456 added UserException. 12 years ago