419 Commits (64142f0677a3197eed6fef3fa92fc99a3000389d)

Author SHA1 Message Date
Klimov Paul 9b9b361aff Doc comments for `yii\console\controllers\AssetController` extended 10 years ago
Klimov Paul 94f702fe6e `yii\console\controllers\AssetController` now handles bundle files from external resources properly 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
Paul Klimov a3af271edf Color output added to `yii\console\MessageController` and `yii\console\AssetController` 10 years ago
Paul Klimov 8632882312 Plain `echo` replaced by `stdout()` at `yii\console\MessageController` 10 years ago
Paul Klimov 19e79ad4b4 Plain `echo` replaced by `stdout()` at `yii\console\AssetController` 10 years ago
Alexander Makarov 9e42285f61 Reverted #3305 10 years ago
Alexander Makarov 19af264530 Enh: `yii fixture` command now offers help if no arguments are provided instead of crashing 10 years ago
Carsten Brandt 8b79293ff2 added missing `@since` annotations 10 years ago
Alexander Makarov 5d7b70da5f Adjusted #3305: `MigrateController::refreshSchema()` is no more called automatically 10 years ago
Alexander Makarov 7c5938f902 #4791: Added more colors to `yii migrate` command 10 years ago
Alexander Makarov 3c70d3c317 Fixes #3305: `yii migrate` now automatically flushes DB schema cache after successful migration 10 years ago
Alexander Makarov eaf8ece568 Fixes #5627: Added `yii cache/flush-schema` console command to flush DB schema cache of a given database connection 10 years ago
Alexander Makarov fce99c874e Fixes #5504: Added note to yii\console\CacheController explaining that cache components should be configured in console app configuration in order to be cleared 10 years ago
Alexander Makarov d1f72be5fc Used echo instead of stdout not to cluttter tests 10 years ago
Alexander Makarov e88a5d9cc4 Fixes #4823 and #6005: `yii message` accuracy and error handling were improved by using PHP tokenizer instead of regular expressions. Removed eval() as well. 10 years ago
Alexander Makarov fb2dff8528 Fixes #6107 and #6112: `yii message` was emptying existing translations and incorrectly writing not yet translated strings in .po in case of multiple categories 10 years ago
Klimov Paul 63e434b473 Safe real path resolving added to `yii\console\controllers\AssetController::combineCssFiles()` 10 years ago
Klimov Paul 112ad80d6e Fixed `yii\console\controllers\AssetController` breaks CSS URLs, which start from '/' 10 years ago
Alexander Makarov 4b97abacc7 Fixes #5954: `yii message` command now shows user friendly error if it's not able to parse source file 10 years ago
munawer 33b760eca2 [ci skip] Guide typos fixed 10 years ago
Qiang Xue 530537e48f Fixes #5817 [skip ci] 10 years ago
Qiang Xue 10cc19d0b6 Fixes #5833: The `message` command fails with a FK constraint error when trying to update messages 10 years ago
Qiang Xue 1ad7e5f77a Fixes #5508: Dropped the support for the `--append` option for the `fixture` command 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Dima Vasilyev 935146901b Fixes #5682: The `asset` command would incorrectly combine CSS files when `UrlManager::linkAssets` is true 10 years ago
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