29 Commits (2cdb4674795a465be0d94c3fe3687f6f957c703f)

Author SHA1 Message Date
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
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue cdf52d69ef typo fix. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue 602592411d Fixes #996. 11 years ago
Carsten Brandt c582e589d2 added note about differing property types 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Qiang Xue 3bef7365f1 Fixes #624: renamed www to web. 11 years ago
Qiang Xue a128bffb47 Fix for asset command. 11 years ago
resurtm 7a7d2a9c06 CS fixes. 11 years ago
Qiang Xue 29ac3aeea6 Added Jsonable support. 11 years ago
Klimov Paul 152e5a0e15 Doc comments and descriptive output at"AssetController" has been adjusted. 11 years ago
Klimov Paul dfe2d00785 Output of "AssetController::actionCompress" have been adjusted to hold the action id. 11 years ago
Klimov Paul 1f68becb61 Doc comments at "AssetController" have been updated. 11 years ago
Klimov Paul 9b8b285eb1 Doc comments at "AssetController" have been extended. 11 years ago
Klimov Paul 5172dbd4c4 Additional comments have been added to the "AssetController::actionTemplate" output. 11 years ago
Klimov Paul 6c179ef3a7 File creation checks at "AssetController" have been updated to use Exceptions. 11 years ago
Klimov Paul f65d1398a5 Added skipping for absolute URLs at "AssetController::adjustCssUrl()". 11 years ago
Klimov Paul 2635b4775e Method "AssetController::adjustCssUrl()" has been applied to compress process. 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 fbc8e265ad Method "AssetController::adjustCssUrl()" has been implemented in basic. 11 years ago
Klimov Paul ce6b73c88a Method "AssetController::adjustCssUrl()" has been created as blank 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Klimov Paul e9700cd2d7 Do comments at "yii\console\controllers\AssetController::saveTargets()" has been adjusted. 12 years ago
Qiang Xue 2fccd566b2 Fixed test break about AssetController. 12 years ago