12 Commits (e65451991d096382f38a557b20f8a0d9459f2fb1)

Author SHA1 Message Date
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Klimov Paul 18b0dab360 Fixed `yii\console\controllers\AssetController::adjustCssUrl()` breaks URL reference specification (`url(#id)`) 8 years ago
Klimov Paul db15c50557 Fixed `yii\console\controllers\AssetController` looses bundle override configuration, which makes it external one 8 years ago
Klimov Paul 8c9bafcc06 Fix unit test on HHVM 8 years ago
Klimov Paul 56cc97ae42 Added `yii\console\controllers\AssetController::deleteSource` 8 years ago
Klimov Paul bc735bb390 `FileHelper` usage added to `AssetControllerTest` 10 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Paul Klimov 378937f8d5 `yii\console\controllers\AssetController` provides dependency trace in case bundle circular dependency detected 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
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 19e79ad4b4 Plain `echo` replaced by `stdout()` at `yii\console\AssetController` 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
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
Alexander Makarov 00ca1cb4b3 Fixes #4914 10 years ago
Carsten Brandt 36fe23dac3 use different file names in different tests to 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
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 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
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()". 11 years ago
Klimov Paul b6ec6085fe Method "AssetController::adjustCssUrl()" has been complete. 11 years ago
Klimov Paul 265a6f1c39 Relative path composing at "AssetController::adjustCssUrl()" has been complete. 11 years ago
Klimov Paul ce6b73c88a Method "AssetController::adjustCssUrl()" has been created as blank 11 years ago
Klimov Paul 4695362ae2 Unit test for "yii\console\controllers\AssetController" has been adjusted. 12 years ago
Klimov Paul 9f66abc984 "yii\console\controllers\AssetController" has been updated: 12 years ago
Klimov Paul d3beeb7ddc Usage of "yii\console\controllers\AssetController::actionCompress()" has been clarified. 12 years ago
Klimov Paul 06752ae9e7 Doc comments for "yii\console\controllers\AssetController" has been updated. 12 years ago
Klimov Paul 563f992bec Unit test for "yii\console\controllers\AssetController" has been refactored. 12 years ago
Klimov Paul 8d17fcccaa Error "yii\console\controllers\AssetController::combineCssFiles()" has been fixed. 12 years ago
Klimov Paul 0ecdcae54a Method "yii\console\controllers\AssetController::buildTarget()" has been fixed to compose input file name correctly. 12 years ago
Klimov Paul f9b06e1e6d Unknown property "yii\console\controllers\AssetController::publishOptions" error has been fixed. 12 years ago