|
e705519c5a
|
Fixes #13071: Help option for commands was not working in modules
|
2016-11-27 16:14:08 +03:00 |
|
|
1a70f60332
|
Merge master into doc-fixes
Conflicts:
framework/web/AssetManager.php
|
2016-11-13 15:35:18 +01:00 |
|
|
7a3a342127
|
Fix errors reported by apidoc extension. (#12986)
|
2016-11-13 14:51:21 +01:00 |
|
|
cf0952406d
|
Cosmetic changes in console controller.
|
2016-11-12 21:35:19 +01:00 |
|
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
|
11fe407ad0
|
release version 2.0.10
|
2016-10-20 14:02:50 +02:00 |
|
|
e3a240af27
|
Added example from prompt method. (#12579)
* Added example from prompt method.
* Fixed wrong error message
|
2016-09-27 12:19:46 +02:00 |
|
|
cffb3832d1
|
Fixes #12028: Add -h|--help option to console command to display help information
|
2016-08-05 00:52:45 +03:00 |
|
|
83496853c8
|
Fixes #11461: Fixed migration tool error when create migrate with comma in defaultValue
|
2016-07-28 01:15:55 +03:00 |
|
|
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 |
|