68 Commits (7ba05a7fa14a3a0039f3f4106b5b07f95884f773)

Author SHA1 Message Date
Alexander Makarov 0e567bdd9c Fixed tests 10 years ago
Alexander Makarov b7a29e38d9 Fixes #6895: Added `ignoreCategories` config option for message command to ignore categories specified 10 years ago
Klimov Paul 5bda2fe073 `yii\console\controllers\AssetController` now correctly handles relative image URLs if source and target CSS are under same directory 10 years ago
Carsten Brandt 08531312ef fixed HHVM test break 10 years ago
Carsten Brandt 2a19b3caa0 fixed whitespace in tests 10 years ago
Klimov Paul b3c6d70cda Unit test for `yii\console\controllers\AssetController` advanced 10 years ago
Klimov Paul 94f702fe6e `yii\console\controllers\AssetController` now handles bundle files from external resources properly 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 338b334254 Improved console controller tests 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 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
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
Qiang Xue 2a6c0b7799 Fixed test break. 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 13bc95ae52 Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows 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
Alexander Makarov 00ca1cb4b3 Fixes #4914 10 years ago
Mark 2410766f9f tests added for faker fixture controller 10 years ago
Mark ff80968387 cache controller adjustments and improvements 10 years ago
Mark 033d66deac changed format of applying command to all 10 years ago
Mark c7887b666c Added missed case in tests about append option 10 years ago
Mark 461576dc85 added other syntax for and tests for fixture controller 10 years ago
Carsten Brandt f4a9646a22 more on HHVM compatibility 10 years ago
RichWeber 92cd13a913 pull origin 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 bc3200cef1 Fixes #4295: reworked message extraction for PO files 10 years ago
Klimov Paul f6ef4aacd0 Unit test for `MigrateController` added 10 years ago
Carsten Brandt 639e52c199 skip tests on HHVM 10 years ago
Carsten Brandt 36fe23dac3 use different file names in different tests to run on HHVM 10 years ago
Carsten Brandt 106a078ab7 use different file names in tests to ensure they can run on HHVM 10 years ago
Klimov Paul 88c25245a2 Test path composition in 'AssetControllerTest' adjusted 10 years ago
Klimov Paul 7f636fc525 `yii\console\controllers\AssetController::actionTemplate()` advanced to include `jsCompressor` and `cssCompressor` to the template. 11 years ago
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
Paul Klimov dcf8f450f5 AssetController adjusting URLs at same line has been fixed. 11 years ago
Paul Klimov 1fd7dc66c5 Unit test for AssetController has been fixed. 11 years ago
Qiang Xue fb3ebe7000 doc cleanup. 11 years ago
Qiang Xue f130dca199 Fixed test break. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 949dda5fdb tagged tests with @group tags 11 years ago
Alexander Makarov 0596fa82fd code style fixes 11 years ago
Qiang Xue e15938474c Refactored console commands. 11 years ago
Qiang Xue 0778937097 disabled asset test temporarily. 11 years ago
Qiang Xue f2e57b2eec Fixed test breaks. 11 years ago
Qiang Xue 531ca690eb refactored the message command. 11 years ago
Klimov Paul 7c9f74722c "yii\console\controllers\MessageController" has been fixed. 11 years ago