122 Commits (6a36fa82c7cba8303c57b8d64a5dbcc555c4715a)

Author SHA1 Message Date
Daniel Gomez Pan edfdb54430 WIP #10840: rename shortCuts() to optionAliases() 9 years ago
Daniel Gomez Pan a0a44c382a WIP #10840 9 years ago
Carsten Brandt 9b5f6cb188 prepare for 2.0.7 release 9 years ago
Carsten Brandt 42b8569846 Revert DI injection via controller action method signature 9 years ago
Sam Mousa 18fc8db32f Fixes #10372: Fixed console controller including DI arguments in help 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Pavel f6b2c8f5be Fix #10217 for the case when there is hidden input combined with listview 9 years ago
Alexander Makarov 08256b05ec Adjustments for #8329 9 years ago
Vadym Chenin ccfd9cb536 Fixes #8329: Added support of options for `message` console command 9 years ago
Alexander Makarov b65bfad44d Simplified regular expressions 9 years ago
mdmunir d2baecbda5 fix #9823 9 years ago
mdmunir 3accf52ddb fix #9823 9 years ago
mdmunir b7020065c8 Fixes #9476: Added DI injection via controller action method signature 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Carsten Brandt 47bcd020ff fixed bug in console controller 9 years ago
Paul Melekhov 86891f9f82 Fixes #7358: Fix trimming PHPDoc prefix with TAB indent in `yii\console\Controller::parseDocCommentSummary()` 10 years ago
Carsten Brandt 119c302033 fixed issue with UTF-8 characters in help description parsing 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Qiang Xue aeb8dd560a Refactored console help system [skip ci] 10 years ago
Qiang Xue fadfdf690a Refactored help system. [skip ci] 10 years ago
Alexander Makarov fbdf2ef461 Renamed HelpParser::getFull() to HelpParser::getDetail() 10 years ago
Alexander Makarov 21440d7aed Moved common help parsing code into HelpParser. Action methods now have default implementation. 10 years ago
Alexander Makarov 00ca1cb4b3 Fixes #4914 10 years ago
Alexander Makarov d44f424858 Fixed getting controller description, refactored a bit more 10 years ago
Alexander Makarov 277d8cbaeb Got rid of console inline action 10 years ago
Alexander Makarov dbac35b1aa Removed description and help code duplication 10 years ago
Alexander Makarov d74e89a1ca Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one 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
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
Jurmarcus Allen 6099e85160 HHVM compatibility Fixes for Yii 2 Console Application 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
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 174158a64b doc fix [skip ci] 11 years ago
Christian Nadolle 706ab7f968 combine globalOptions() with local options into options($id) 11 years ago
Christian Nadolle 05f7df3091 console/Controller support local options per action 11 years ago
Qiang Xue 87b49414b1 Fixed globalOptions array issue. 11 years ago
Qiang Xue 9779e9c98d Added support for using arrays as option values for console commands 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 4a9b2d2b82 Added support for using array-typed arguments for console 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 b96fd24ef5 Finished documentation of Console Helper and Controller 11 years ago
Qiang Xue e15938474c Refactored console commands. 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago