89 Commits (596bcff0b41d6c5dc074ca5c248741f1a87bbe64)

Author SHA1 Message Date
Dmitry V. Alekseev 6e2b1782e5
Fix #16855: Ignore console commands that have no actions 5 years ago
Alexander Kartavenko 2b9374558b Fix #17395: Fixed issues with actions that contain underscores in their names 5 years ago
Nikolay Poryadin 5b5150ae62 Fixes #17133: Fixed aliases rendering during help generation for a console command 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Alexander Makarov e4b559d720
Fixes #16217: Fixed `yii\console\controllers\HelpController` to work well in Windows environment 6 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
IceJOKER 8897ea7270 Fixes #15249: Controllers in subdirectories were not visible in commands list 7 years ago
Brandon Kelly 0948109a19 Fixes #15221: Console improvements 7 years ago
Alexander Makarov a1ddd8b907 Fixes #14129: Fixed console help to properly work with tricky camelcased controller names 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko 4454d05410 Added ZSH completion, moved scripts to a separate directory 8 years ago
Carsten Brandt 05b17ebb65 Added bash completion file for ./yii commands 8 years ago
diezztsk e30e53843a Changelog update. Fixed phpDoc comment. 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
diezztsk 99f1d04421 Extract default help header to protected method. 8 years ago
Tobias Munk 02e0ac7034 Fixes #12807: Added console controller checks for `yii\console\controllers\HelpController` 8 years ago
Daniel Gomez Pan 9088d49990 fix name method 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
Daniel Gomez Pan c8a8bfb093 WIP #10840: add @since [skip ci] 9 years ago
Daniel Gomez Pan 29b76e2e8c WIP #10840: add phpdocs [skip ci] 9 years ago
Daniel Gomez Pan 26ff223855 WIP #10840: add display shorcuts in help command 9 years ago
Alexander Makarov 97bc4e0567 Fixed wrong case in method calls 9 years ago
Carsten Brandt 5db772ef7b cleanup console namespace changes 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Carsten Brandt 08e0143c16 created Console::wrapText() to imrove console help output on small screens 10 years ago
callmez f60da03e07 Fixes #7562, fixes #6841: `yii help` now lists all sub-commands by default 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Paul Klimov e796d1fa27 Plain `echo` replaced by `stdout()` at `yii\console\HelpController` 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Carsten Brandt 15c54de666 added yii version to the console help output 10 years ago
Carsten Brandt fc8f6c469c reverted color change of de87f43d70 10 years ago
Qiang Xue de87f43d70 Fixes #4292: The error messages for console commands will not be translated 10 years ago
Qiang Xue 00cfe93b20 Finished console Gii feature. 10 years ago
Qiang Xue 6a9b3c7774 Finished console Gii. 10 years ago
Qiang Xue bfb9aa84f7 WIP 10 years ago
Alexander Makarov 4832760604 Removed unused "use" statements 10 years ago
Qiang Xue e3ca5a8168 Reverted/fixed some incorrect changes. 10 years ago
Alexander Makarov d471f0ba91 Fixes #4288: added a hint on how to specify console boolean values to the output of help 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 da7af42371 Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting 10 years ago
Alexander Makarov 21440d7aed Moved common help parsing code into HelpParser. Action methods now have default implementation. 10 years ago
Alexander Makarov d44f424858 Fixed getting controller description, refactored a bit more 10 years ago