|
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 |
|
|
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 |
|
|
740a769477
|
improved HelpController with messages for each command
|
2014-03-06 22:43:57 +01:00 |
|
|
5c19cc84f4
|
Make HelpController check to make sure module controller path exists before scanning it
|
2014-01-17 12:07:15 -08:00 |
|
|
0c38655217
|
psr-4 move
|
2014-01-10 21:41:43 -05:00 |
|
|
0d814fa523
|
Moved "framework" to "iii".
|
2013-05-09 12:00:15 -04:00 |
|
|
48d04fbb8c
|
!== array() => !empty()
|
2013-05-07 19:57:27 +04:00 |
|
|
4be9e195c2
|
Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
|
2013-05-05 17:04:55 +01:00 |
|
|
78457bf009
|
fetching plural rule data.
|
2013-04-01 14:58:44 -04:00 |
|
|
884977a724
|
renamed util to helpers.
|
2013-03-23 15:32:26 -04:00 |
|
|
4fdaab3560
|
updated file header.
|
2013-03-04 08:03:46 -05:00 |
|
|
a07a67ad8d
|
minor fix of console commands.
|
2013-02-05 16:17:07 -05:00 |
|
|
8b2b7915b4
|
Renamed application to app.
|
2013-02-05 16:12:22 -05:00 |
|