54 Commits (6e96d881fd7859f9f36496fd08acd8b09c1698ba)

Author SHA1 Message Date
Alexander Makarov bf3d8fe40f Use $arr[] = 'x' instead of array_push 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Mehdi Achour 06d499ab02 #10158: Accept arrays for 'js' as well 9 years ago
Mehdi Achour cf01d5ff92 Use PHP type casting instead of ArrayHelper 9 years ago
Mehdi Achour 8ada653e8e Fix build failure: Handle arrays in assets command 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov b65bfad44d Simplified regular expressions 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Paul Klimov 378937f8d5 `yii\console\controllers\AssetController` provides dependency trace in case bundle circular dependency detected 10 years ago
Klimov Paul 97c0ffc836 Creating target dir at `yii\console\controllers\AssetController::buildTarget()` refactored 10 years ago
Klimov Paul e9ecdf88f9 Fixed `yii\console\controllers\AssetController` does not create missing folders for the target bundles 10 years ago
Klimov Paul 690b6f7e6c 'Dividing asset bundles into group' docs added 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
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
Paul Klimov a3af271edf Color output added to `yii\console\MessageController` and `yii\console\AssetController` 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
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
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 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
Qiang Xue 97e37f7864 Fixed some issues in asset command. 10 years ago
Alexander Makarov 82fbc0ef2c Fixes #4247 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Klimov Paul 49f5d364a5 #3807: Wrong js/css path composition at `AssetController::buildTarget()` fixed 10 years ago
Alexander Makarov d7a251bbec Removed unused imports, added missing phpdoc 10 years ago
Alexander Makarov c11ca0873d Fixed asset controller tests 10 years ago
Alexander Makarov d84898a73d Fixes #2898: `yii\console\controllers\AssetController` is now using hashes instead of timestamps 10 years ago
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Alexander Makarov a86d2ad11e Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration 11 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
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt f7148c2d80 callback -> callable 11 years ago
Carsten Brandt 740a769477 improved HelpController with messages for each command 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Klimov Paul 1f4d94d5db AssetController default 'cssCompressor' command fixed. 11 years ago
Paul Klimov b7be79b5d7 AssetController default 'cssCompressor' value changed to enforce type css. 11 years ago
Paul Klimov b6eba6583a AssetController config template adjusted. 11 years ago
Paul Klimov dcf8f450f5 AssetController adjusting URLs at same line has been fixed. 11 years ago
Paul Klimov 1181b7b965 AssetController has been fixed to override 'js' and 'css' for compressed bundles. 11 years ago