|
67cc16a07d
|
AssetManager::publishDirectory - removed redundant is_dir check
|
2015-12-20 18:17:09 +02:00 |
|
|
01a6235059
|
#9333: Fixed AssetManager to publish bundles using symlink with nested directories in hash
Closes #9333
|
2015-12-20 16:24:40 +02:00 |
|
|
ce94928a2c
|
Enhancement to phpDoc of AssetManager
|
2015-12-18 10:21:34 +03:00 |
|
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
|
a6e1ba2cf6
|
Fixed mb_ functions calls to use UTF-8 or app charset
|
2015-11-17 09:02:22 +02:00 |
|
|
fe4cbd30d6
|
Fixes #9803: Added option to register asset with scheme (reverted from commit 57dc8540fd0842a76196b92e6c86e1b3441d9c46)
|
2015-10-29 12:38:42 +03:00 |
|
|
57dc8540fd
|
Fixes #9803: Added option to register asset with scheme
|
2015-10-28 14:08:56 +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 |
|
|
abc7dbbf0f
|
added missing @since annotations
|
2015-08-04 12:40:12 +02:00 |
|
|
372211a865
|
Better type check in AssetManager
|
2015-08-02 19:20:55 +03:00 |
|
|
6312f2adad
|
#9249: fixed wrong condition
|
2015-08-02 14:35:09 +03:00 |
|
|
6987358e2a
|
#9249: better check for file/dir
|
2015-08-02 14:29:52 +03:00 |
|
|
d3e91abf00
|
Added @since tag to yii\web\AssetManager::$hashCallback
|
2015-08-02 12:49:47 +03:00 |
|
|
2261db0a5f
|
Adding callback for custom hash generation in AssetManager.
|
2015-08-02 16:16:32 +07:00 |
|
|
95ba06c01b
|
Added ability to use aliases and domain relative URLs at yii\web\AssetManager::assetMap
|
2015-05-28 16:41:59 +03:00 |
|
|
8a506e1ee3
|
Added support for 'only' and 'except' options for yii\web\AssetManager::publish()
|
2015-05-27 17:01:05 +03:00 |
|
|
1a81211a9a
|
Update AssetManager #7535
#7535
|
2015-03-03 09:39:27 +03:00 |
|
|
a6608ba334
|
Merge branch 'master' of git://github.com/yiisoft/yii2
|
2015-02-08 22:28:09 -05:00 |
|
|
0068a94af1
|
Fixes #4710: added cache busting support for assets
|
2015-02-08 22:28:03 -05:00 |
|
|
6481d13494
|
Optimized checks order in conditions
|
2015-02-08 17:56:36 +03:00 |
|
|
e6d84a5009
|
yii\web\AssetManager phpdoc typo [skip ci]
|
2015-01-01 20:27:52 +03:00 |
|
|
33955a9e90
|
yii\web\AssetManager should not publish disabled asset bundles
|
2014-11-24 23:21:36 -05:00 |
|
|
61b7079993
|
Fixes #6007: added doc about asset bundle name [skip ci]
|
2014-11-11 08:08:18 -05:00 |
|
|
02622b6fe4
|
phpdoc fixes and additions
|
2014-10-14 01:35:21 +04:00 |
|
|
d2b864da84
|
prepare for 2.0.0-rc release.
|
2014-09-27 21:59:54 -04:00 |
|
|
6744228e77
|
use mb_string to work with non latin characters
|
2014-09-17 19:29:35 +02:00 |
|
|
60e07e0d2a
|
new asset WIP: renabled asset publishing
|
2014-09-02 14:51:44 -04:00 |
|
|
2f526521ce
|
new asset WIP
|
2014-08-30 21:34:35 -04:00 |
|
|
04f49de881
|
new asset WIP
|
2014-08-28 14:21:27 -04:00 |
|
|
f51a263570
|
new asset management WIP
|
2014-08-27 16:44:00 -04:00 |
|
|
8b70a55b14
|
Improved global configuration of assetmanager
Added `beforeCopy`, `afterCopy`, `forceCopy` properties to AssetManager
fixes #4209
|
2014-07-12 13:51:05 +02:00 |
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
91965fd391
|
phpdoc formatting issues
|
2014-04-23 02:55:17 +02:00 |
|
|
d1aa19c8fe
|
added emphatises to phpdoc in asset bundle
issue #3143
|
2014-04-17 12:19:24 +02: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 |
|
|
c46b35b13c
|
allow configuring asset converter property with default class
|
2014-02-21 17:45:33 +01:00 |
|
|
efaaec1cbf
|
Improved to support aliases. Fixes #2240.
|
2014-01-31 19:48:49 +02:00 |
|
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
|
f93054a486
|
fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.
see yiisoft/yii#3113
|
2014-01-28 14:28:39 +01:00 |
|
|
0c38655217
|
psr-4 move
|
2014-01-10 21:41:43 -05:00 |
|
|
0d814fa523
|
Moved "framework" to "iii".
|
2013-05-09 12:00:15 -04:00 |
|
|
41ea94853b
|
refactoring and documentation for asset/script management.
|
2013-04-19 15:19:29 -04:00 |
|
|
30e6d28b77
|
Finished asset converter.
|
2013-04-18 23:22:59 -04:00 |
|
|
1f47ea9781
|
Added asset processor concept.
|
2013-04-18 15:55:28 -04:00 |
|
|
bab3222907
|
Added doc.
|
2013-04-18 15:29:30 -04:00 |
|
|
611bc31657
|
script WIP
|
2013-04-18 13:51:06 -04:00 |
|
|
fadb528f2e
|
script WIP
|
2013-04-18 12:58:45 -04:00 |
|
|
c006ebeb49
|
added .hgignore to list of typically ignored files
|
2013-04-18 20:46:37 +04:00 |
|
|
4db5041d66
|
removed metions of 1.1
|
2013-04-18 20:46:17 +04:00 |
|