192 Commits (36ea0f321a01789afba867d55cc76f69fc5d5609)

Author SHA1 Message Date
Carsten Brandt 2bfec326d5 Proper error message when fixture controller is called without input 10 years ago
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Carsten Brandt 3e3948d8ea fix breaking changes in markdown for console and API 10 years ago
Klimov Paul 0fa3694088 Created template content at `yii\console\controllers\AssetController` adjusted 10 years ago
Klimov Paul f5c5c2fd8b Fixed `yii\console\controllers\AssetController` breaks CSS URLs in case target file localed at `yii\web\AssetManager::basePath` root 10 years ago
Klimov Paul 37e0295c01 Error prone `realpath()` call removed 10 years ago
Klimov Paul 13bc95ae52 Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows 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 d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Qiang Xue 97e37f7864 Fixed some issues in asset command. 10 years ago
Klimov Paul 684365e8c9 Fixed `yii\console\controllers\CacheController` does not check if cache component instance of 'yii\caching\Cache' 10 years ago
Klimov Paul db26e65c62 Fixed `yii\console\controllers\MessageController` handles category name containing dot incorrectly 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 00ca1cb4b3 Fixes #4914 10 years ago
Alexander Makarov d44f424858 Fixed getting controller description, refactored a bit more 10 years ago
Alexander Makarov 277d8cbaeb Got rid of console inline action 10 years ago
Alexander Makarov dbac35b1aa Removed description and help code duplication 10 years ago
Mark ff80968387 cache controller adjustments and improvements 10 years ago
Alexander Makarov 82fbc0ef2c Fixes #4247 10 years ago
Ragazzo d86691240c fixed console guide and docs of FixtureController 10 years ago
Qiang Xue 5be6a841e3 Cleaned up doc. [skip ci] 10 years ago
Mark 033d66deac changed format of applying command to all 10 years ago
Mark 461576dc85 added other syntax for and tests for fixture controller 10 years ago
Mark d9cd1a859b added append option to fixture controller 10 years ago
Carsten Brandt c43b7ee8b5 console help WIP 10 years ago
Alexander Makarov 84af0ad1f7 Fixes #4592: Fixed `yii help` command was listing incorrect action names for methods like `actionSayNO` 10 years ago
maxlapko 62bffafeea Update MessageController.php 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 100ba6c3ab Replaced substr_compare with strncmp where possible 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov 8f81e231da Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov bc3200cef1 Fixes #4295: reworked message extraction for PO files 10 years ago
Carsten Brandt 33edfcff2e Use `limit(null)` instead of `limit(-1)` 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Qiang Xue 607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 10 years ago