4454d05410
Added ZSH completion, moved scripts to a separate directory
2016-12-03 00:36:40 +01:00
05b17ebb65
Added bash completion file for ./yii commands
...
This allows to auto-complete commands available by the `./yii`
executable on the bash by expanding the first argument with the TAB key.
E.g. Typing `./yii [TAB]` will list all commands. `./yii mig[TAB]` will
auto-complete to `./yii migrate` and tab after that will list all
migration sub-commands(actions).
fixes #475
2016-12-03 00:36:40 +01:00
2d96da4e29
Merge branch 'master' of https://github.com/diezztsk/yii2 into diezztsk-master
2016-11-07 13:23:03 +03:00
e30e53843a
Changelog update. Fixed phpDoc comment.
2016-11-07 10:35:20 +07:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
99f1d04421
Extract default help header to protected method.
2016-11-03 11:41:34 +07:00
02e0ac7034
Fixes #12807 : Added console controller checks for yii\console\controllers\HelpController
2016-10-23 14:02:59 +03:00
9088d49990
fix name method
2016-03-04 14:13:18 +01:00
857eee2451
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
...
WIP #10840
2016-03-04 13:53:28 +02: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
29b76e2e8c
WIP #10840 : add phpdocs [skip ci]
2016-02-17 18:05:19 +01:00
26ff223855
WIP #10840 : add display shorcuts in help command
2016-02-16 22:56:29 +01:00
97bc4e0567
Fixed wrong case in method calls
2016-02-16 13:53:53 +03:00
5db772ef7b
cleanup console namespace changes
2016-02-06 20:05:14 +01:00
cd87d67f34
Global DOCS update: ~~~ replaced with ```
2015-12-02 23:15:28 +02:00
1b3770fd21
Use === instead of == where possible
2015-10-10 01:04:35 +03:00
5ab4f0f090
Better quotes usage in strings
...
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
08e0143c16
created Console::wrapText() to imrove console help output on small screens
2015-03-05 21:19:42 +01:00
f60da03e07
Fixes #7562 , fixes #6841 : yii help
now lists all sub-commands by default
2015-03-05 19:17:22 +03:00
6481d13494
Optimized checks order in conditions
2015-02-08 17:56:36 +03:00
e796d1fa27
Plain echo
replaced by stdout()
at yii\console\HelpController
2014-12-04 20:05:47 +02:00
be2828d593
Fixes #5484 : Fixed potential string suffix detection failure on 5.5.11
2014-10-11 09:35:55 -04:00
15c54de666
added yii version to the console help output
2014-10-04 12:06:51 +02:00
fc8f6c469c
reverted color change of de87f43d707a53cd181f76e0b1160237056e277f
2014-10-03 16:32:08 +02:00
de87f43d70
Fixes #4292 : The error messages for console commands will not be translated
2014-10-02 23:46:11 -04:00
00cfe93b20
Finished console Gii feature.
2014-09-14 14:25:11 -04:00
443779d693
Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
...
Conflicts:
framework/console/controllers/HelpController.php
2014-09-14 14:22:43 -04:00
6a9b3c7774
Finished console Gii.
2014-09-14 14:15:16 -04:00
bfb9aa84f7
WIP
2014-09-14 11:29:26 -04:00
4832760604
Removed unused "use" statements
2014-09-07 15:46:54 +04:00
e3ca5a8168
Reverted/fixed some incorrect changes.
2014-09-05 20:23:11 -04:00
d471f0ba91
Fixes #4288 : added a hint on how to specify console boolean values to the output of help
2014-09-06 00:52:23 +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
9c9ce298c7
Merge pull request #4913 from yiisoft/console-help-refactoring
...
Console help refactoring
2014-09-04 20:09:07 +04:00
da7af42371
Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting
2014-09-04 19:49:18 +04:00
21440d7aed
Moved common help parsing code into HelpParser. Action methods now have default implementation.
2014-09-04 19:28:00 +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
c43b7ee8b5
console help WIP
2014-08-12 00:05:19 +02:00
84af0ad1f7
Fixes #4592 : Fixed yii help
command was listing incorrect action names for methods like actionSayNO
2014-08-07 15:20:05 +04:00
1c414caace
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
2014-07-30 02:15:08 +04:00
10dc407a3c
implemented markdown parsing for console command description
...
issue #746
2014-06-25 18:05:29 +02:00
607294a4f1
Fixes #2821 : Console help command incorrectly lists non-console controllers as available commands
2014-06-24 10:50:43 -04: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
706ab7f968
combine globalOptions() with local options into options($id)
...
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
b0d7559a8d
console/Controller show help for local options
2014-03-09 00:43:12 +01:00