80 Commits

Author SHA1 Message Date
857eee2451 Merge pull request #10870 from pana1990/10840-add-shorcuts-console
WIP #10840
2016-03-04 13:53:28 +02:00
4a5a80b1ce WIP #10870: improvement docs [skip ci] 2016-03-04 00:11:13 +01:00
1ce21cd927 WIP #10840: rename key 'alias' to '_aliases' 2016-02-27 23:26:34 +01:00
921b102961 Fixed #10969: generator migration tool not works with decimal params in column 2016-02-26 03:34:03 +01:00
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
c8a8bfb093 WIP #10840: add @since [skip ci] 2016-02-19 22:47:36 +01:00
ea14db4eca WIP #10840: rename 'key_exists' to 'array_key_exists' 2016-02-19 22:33:06 +01:00
ab18f77fcc WIP #10840: fixes phpdocs [skip ci] 2016-02-18 00:24:45 +01:00
29b76e2e8c WIP #10840: add phpdocs [skip ci] 2016-02-17 18:05:19 +01:00
f6c2a4382d WIP #10840: fix naming var 2016-02-16 23:23:19 +01:00
edfdb54430 WIP #10840: rename shortCuts() to optionAliases() 2016-02-16 22:35:40 +01:00
a0a44c382a WIP #10840 2016-02-16 15:47:28 +01:00
9b5f6cb188 prepare for 2.0.7 release
- adjust version
- build classmap
- build phpdoc @property annotations
- build mime-type file
2016-02-14 15:45:55 +01:00
42b8569846 Revert DI injection via controller action method signature
reverts b7020065c and related commits.
reverts implementation of #9476

For reasons, see discussion https://github.com/yiisoft/yii2/issues/9476#issuecomment-179749039
2016-02-06 18:40:50 +01:00
18fc8db32f Fixes #10372: Fixed console controller including DI arguments in help 2015-12-22 13:11:00 +03:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
f6b2c8f5be Fix #10217 for the case when there is hidden input combined with listview 2015-11-30 17:13:34 +03:00
08256b05ec Adjustments for #8329 2015-11-25 06:27:01 +03:00
ccfd9cb536 Fixes #8329: Added support of options for message console command 2015-11-25 06:12:52 +03:00
b65bfad44d Simplified regular expressions 2015-10-10 00:40:25 +03:00
d2baecbda5 fix #9823 2015-10-04 08:10:42 +07:00
3accf52ddb fix #9823 2015-10-03 23:00:46 +07:00
b7020065c8 Fixes #9476: Added DI injection via controller action method signature 2015-09-27 19:35:43 +03:00
47bcd020ff fixed bug in console controller
pass correct action name to options when $id is empty (default action)
2015-05-27 12:47:09 +02:00
86891f9f82 Fixes #7358: Fix trimming PHPDoc prefix with TAB indent in yii\console\Controller::parseDocCommentSummary() 2015-02-19 22:26:30 +03:00
119c302033 fixed issue with UTF-8 characters in help description parsing
fixes #6691
2014-12-30 17:33:53 +01:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
aeb8dd560a Refactored console help system [skip ci] 2014-09-04 21:14:09 -04:00
fadfdf690a Refactored help system. [skip ci] 2014-09-04 19:47:52 -04:00
fbdf2ef461 Renamed HelpParser::getFull() to HelpParser::getDetail() 2014-09-04 20:20:15 +04:00
9c9ce298c7 Merge pull request #4913 from yiisoft/console-help-refactoring
Console help refactoring
2014-09-04 20:09:07 +04:00
21440d7aed Moved common help parsing code into HelpParser. Action methods now have default implementation. 2014-09-04 19:28:00 +04:00
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00
d44f424858 Fixed getting controller description, refactored a bit more 2014-09-04 03:14:36 +04:00
277d8cbaeb Got rid of console inline action 2014-09-04 03:01:28 +04:00
dbac35b1aa Removed description and help code duplication 2014-09-04 02:38:15 +04:00
d74e89a1ca Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one 2014-09-04 01:27:16 +04:00
c43b7ee8b5 console help WIP 2014-08-12 00:05:19 +02:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
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 2014-05-07 03:11:35 +04:00
6099e85160 HHVM compatibility Fixes for Yii 2 Console Application 2014-05-06 01:18:37 -05:00
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
174158a64b doc fix [skip ci] 2014-03-13 21:28:11 -04:00
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
05f7df3091 console/Controller support local options per action 2014-03-09 00:43:11 +01:00
87b49414b1 Fixed globalOptions array issue. 2014-02-04 11:20:11 -05:00
9779e9c98d Added support for using arrays as option values for console commands 2014-02-04 08:40:05 -05:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00