|
18b0dab360
|
Fixed yii\console\controllers\AssetController::adjustCssUrl() breaks URL reference specification (url(#id) )
|
2016-11-29 10:24:39 +02:00 |
|
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
|
db15c50557
|
Fixed yii\console\controllers\AssetController looses bundle override configuration, which makes it external one
|
2016-08-31 17:25:52 +03:00 |
|
|
c9fc60fe74
|
Fixed yii\console\controllers\AssetController looses custom options of 'target' bundles
|
2016-08-31 15:59:26 +03:00 |
|
|
56cc97ae42
|
Added yii\console\controllers\AssetController::deleteSource
|
2016-08-31 13:06:19 +03:00 |
|
|
bf3d8fe40f
|
Use $arr[] = 'x' instead of array_push
|
2016-02-16 14:35:15 +03:00 |
|
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
|
06d499ab02
|
#10158: Accept arrays for 'js' as well
Also applied @samdark comments on array testing
|
2015-11-17 10:55:05 +01:00 |
|
|
cf01d5ff92
|
Use PHP type casting instead of ArrayHelper
|
2015-11-16 18:16:29 +01:00 |
|
|
8ada653e8e
|
Fix build failure: Handle arrays in assets command
|
2015-11-16 15:31:20 +01:00 |
|
|
1b3770fd21
|
Use === instead of == where possible
|
2015-10-10 01:04:35 +03:00 |
|
|
b65bfad44d
|
Simplified regular expressions
|
2015-10-10 00:40:25 +03:00 |
|
|
5ab4f0f090
|
Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
|
2015-10-10 00:23:52 +03:00 |
|
|
378937f8d5
|
yii\console\controllers\AssetController provides dependency trace in case bundle circular dependency detected
|
2015-04-03 19:22:42 +03:00 |
|
|
97c0ffc836
|
Creating target dir at yii\console\controllers\AssetController::buildTarget() refactored
|
2015-04-03 12:45:44 +03:00 |
|
|
e9ecdf88f9
|
Fixed yii\console\controllers\AssetController does not create missing folders for the target bundles
|
2015-04-03 12:04:57 +03:00 |
|
|
690b6f7e6c
|
'Dividing asset bundles into group' docs added
|
2015-02-17 12:01:06 +02:00 |
|
|
5bda2fe073
|
yii\console\controllers\AssetController now correctly handles relative image URLs if source and target CSS are under same directory
|
2015-01-29 15:44:05 +02:00 |
|
|
9b9b361aff
|
Doc comments for yii\console\controllers\AssetController extended
|
2015-01-06 17:14:23 +02:00 |
|
|
94f702fe6e
|
yii\console\controllers\AssetController now handles bundle files from external resources properly
|
2015-01-06 17:03:39 +02:00 |
|
|
a3af271edf
|
Color output added to yii\console\MessageController and yii\console\AssetController
|
2014-12-04 19:58:23 +02:00 |
|
|
19e79ad4b4
|
Plain echo replaced by stdout() at yii\console\AssetController
|
2014-12-04 18:27:45 +02:00 |
|
|
63e434b473
|
Safe real path resolving added to yii\console\controllers\AssetController::combineCssFiles()
|
2014-11-11 16:33:16 +02:00 |
|
|
112ad80d6e
|
Fixed yii\console\controllers\AssetController breaks CSS URLs, which start from '/'
|
2014-11-11 14:49:20 +02:00 |
|
|
899b778994
|
Correct type declarations
|
2014-10-25 16:35:50 +03:00 |
|
|
935146901b
|
Fixes #5682: The asset command would incorrectly combine CSS files when UrlManager::linkAssets is true
|
2014-10-22 11:58:06 -04:00 |
|
|
02622b6fe4
|
phpdoc fixes and additions
|
2014-10-14 01:35:21 +04:00 |
|
|
3e3948d8ea
|
fix breaking changes in markdown for console and API
API is not finished.
issue #5082
|
2014-10-10 19:40:53 +02:00 |
|
|
0fa3694088
|
Created template content at yii\console\controllers\AssetController adjusted
|
2014-10-10 16:23:03 +03:00 |
|
|
f5c5c2fd8b
|
Fixed yii\console\controllers\AssetController breaks CSS URLs in case target file localed at yii\web\AssetManager::basePath root
|
2014-10-10 16:17:31 +03:00 |
|
|
37e0295c01
|
Error prone realpath() call removed
|
2014-10-10 15:25:12 +03:00 |
|
|
13bc95ae52
|
Fixed yii\console\controllers\AssetController breaks CSS URLs on Windows
|
2014-10-10 13:55:29 +03:00 |
|
|
97e37f7864
|
Fixed some issues in asset command.
|
2014-09-26 16:32:19 -04:00 |
|
|
82fbc0ef2c
|
Fixes #4247
|
2014-08-26 02:32:25 +04:00 |
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
10dc407a3c
|
implemented markdown parsing for console command description
issue #746
|
2014-06-25 18:05:29 +02:00 |
|
|
49f5d364a5
|
#3807: Wrong js/css path composition at AssetController::buildTarget() fixed
|
2014-06-13 12:40:40 +03:00 |
|
|
d7a251bbec
|
Removed unused imports, added missing phpdoc
|
2014-05-30 11:55:17 +06:00 |
|
|
c11ca0873d
|
Fixed asset controller tests
|
2014-05-25 04:11:41 +04:00 |
|
|
d84898a73d
|
Fixes #2898: yii\console\controllers\AssetController is now using hashes instead of timestamps
|
2014-05-24 18:39:22 +04:00 |
|
|
1641e057a9
|
VarDumper::export() applied over framework.
|
2014-05-20 16:35:12 +03:00 |
|
|
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
|
2014-05-07 03:11:35 +04:00 |
|
|
7f636fc525
|
yii\console\controllers\AssetController::actionTemplate() advanced to include jsCompressor and cssCompressor to the template.
|
2014-04-17 12:57:35 +03:00 |
|
|
72aba34210
|
yii\console\controllers\AssetController fixed to respect data URL resources
|
2014-04-17 12:11:34 +03:00 |
|
|
bf3c75147d
|
reverted breaking PHPdoc codestyle changes
issue #2852
|
2014-03-23 20:51:09 +01:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
f7148c2d80
|
callback -> callable
this term is resolveable by the php docs when linking types in apidoc
|
2014-03-08 21:04:47 +01:00 |
|
|
740a769477
|
improved HelpController with messages for each command
|
2014-03-06 22:43:57 +01:00 |
|
|
518954dafe
|
Merge branch 'master' of git://github.com/yiisoft/yii2
|
2014-01-30 23:03:05 +02:00 |
|
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|