59 Commits (e41d670ab088538c10f180b58808846e08a0f533)

Author SHA1 Message Date
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
Klimov Paul 04848a45c9 Default action of "yii\console\controllers\MessageController" has been renamed to "generate". 11 years ago
Klimov Paul 4a164f8afa Action "template" has been added to "yii\console\controllers\MessageController". 11 years ago
Klimov Paul a5e903f252 Unit test for "yii\console\controllers\MessageController" has been created. 11 years ago
Klimov Paul ec8fecb8b0 Check output bundle file format has been added to "AssetControllerTest::testActionCompress()" unit test. 11 years ago
Klimov Paul f65d1398a5 Added skipping for absolute URLs at "AssetController::adjustCssUrl()". 12 years ago
Klimov Paul b6ec6085fe Method "AssetController::adjustCssUrl()" has been complete. 12 years ago
Klimov Paul 265a6f1c39 Relative path composing at "AssetController::adjustCssUrl()" has been complete. 12 years ago
Klimov Paul ce6b73c88a Method "AssetController::adjustCssUrl()" has been created as blank 12 years ago
Klimov Paul 4695362ae2 Unit test for "yii\console\controllers\AssetController" has been adjusted. 12 years ago