e6f5c46cdc
Fixes #15633 : Deprecate some things going away/changing in 2.1
...
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
d7c93c9503
fix for #6226 , symlinking files/directories during multithreading ( #14905 )
2017-10-06 17:52:15 +02:00
fa1ca1384f
Fixes #14913 : Assset hashing now takes asset linking into account to improve cache busting
2017-10-06 00:20:35 +02:00
5a8c3d537b
Enable phpdoc_summary
rule in php-cs-fixer config ( #14675 )
...
* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
1501c659ac
Add empty lines before return statements. ( #14682 ) [skip ci]
2017-08-21 01:58:49 +03:00
fe8a0a6a2e
Enable no_useless_else
rule in php-cs-fixer ( #14420 )
2017-07-10 11:26:21 +03:00
5e8e6840b6
Added copyEmptyDirectories option to FileHelper
...
also set it to false in AssetManager to avoid creating a lot of empty
directories.
fixes #9669
2017-05-08 00:21:53 +02:00
1a70f60332
Merge master into doc-fixes
...
Conflicts:
framework/web/AssetManager.php
2016-11-13 15:35:18 +01:00
7a3a342127
Fix errors reported by apidoc extension. ( #12986 )
2016-11-13 14:51:21 +01:00
450eefaa50
Some phpdoc fixes from scrutinizer.
2016-11-12 22:11:30 +01:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
32f4dc8997
Fixes #5385 : links created from classes to corresponding guide articles ( #12920 )
2016-11-04 18:55:14 +03:00
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