Commit Graph

86 Commits

Author SHA1 Message Date
Alexander Pletnev
445c89cfb4 no message translation 2014-06-01 02:07:14 +04:00
Alexander Pletnev
cc30e3be51 YII_DEBUG condition 2014-05-31 18:22:03 +04:00
Alexander Pletnev
3cefe90155 Log not existed package in CClientScript when YII_DEBUG enabled 2014-05-31 18:15:41 +04:00
Alexander Makarov
dcec697c06 Fixes #3115: Updated phpdoc for better code completion in modern IDEs 2013-12-31 12:12:09 +01:00
Klimov Paul
09c69286fb CClientScript::renderScriptBatch() has been improved to sort html options only if they are specified. 2013-08-15 10:11:37 +03:00
Klimov Paul
540a1d27a0 CClientScript::renderScriptBatch() has been fixed to group scripts with different HTML options correctly. 2013-08-14 20:28:55 +03:00
hightman
3036220220 Tiny fix. Array-typed parameter passed to basename in remapScripts method of CClientScript 2013-03-29 17:20:49 +08:00
Paul Klimov
847a786555 Code intending at "CClientScript" has been fixed: spaces have been replaced by tabs. 2013-03-06 13:45:05 +02:00
Paul Klimov
a92dfe544b "CClientScript::renderScriptBatch()" has been refactored allowing to group scripts with the same HTML options. 2013-03-06 13:36:33 +02:00
Paul Klimov
10d356c28a E_NOTICE at "CClientScript::renderScriptBatch()" has been fixed. 2013-03-06 13:28:22 +02:00
Paul Klimov
4299c0d309 "CClientScript" has been updated allowing to register scripts with HTML options. 2013-03-06 13:25:31 +02:00
Paul Klimov
a046e44e95 "CClientScriptTest" has been updated allowing to register script files with html options. 2013-03-06 12:41:20 +02:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Makarov
215c7ced6b Fixes #1193: Upgraded jQuery to 1.8.3 2012-12-01 00:23:28 +04:00
Alex-Code
7f83ee1e7b Update framework/web/CClientScript.php 2012-10-29 18:14:52 +00:00
Alex-Code
df4f80d306 Update framework/web/CClientScript.php
Allow duplicate meta tags as well as unique ones.
2012-10-29 18:13:20 +00:00
Alex-Code
679bec7baf Update framework/web/CClientScript.php
Use the metatag options excluding the content as the key name.
Will allow changing/overwriting of previously registered meta tags.
2012-10-29 08:53:06 +00:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
10ea135c0f Bug #1351: CClientScript::registerMetaTag() now allows to register multiple meta tags with the same set of attributes 2012-09-12 02:34:02 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Paul Klimov
71a5e94f2a Doc comment for "CClientScript::registerMetaTag()" has been updated.
Issue #1351 has been added to CHANGELOG.
2012-09-07 13:28:07 +03:00
Paul Klimov
ef8262c103 Method "CClientScript::registerMetaTag()" allows duplication of meta tags. 2012-09-07 13:16:33 +03:00
resurtm
54b4e4d0e1 $scriptFilePosition and $scriptPosition inside CClientScript renamed to $defaultScriptFilePosition and $defaultScriptPosition respectively. 2012-05-21 21:41:45 +06:00
resurtm
fe3d98c646 CClientScript::$scriptFilePosition and CClientScript::$scriptPosition for controlling default $position values for registerScriptFile and registerScript. 2012-05-18 22:52:27 +06:00
mdomba (mdlap)
8f05c3cd34 (Fixes issue #673) changed CClientScript::scripts to public 2012-05-03 17:01:25 +02:00
alexander.makarow
1302947f52 (Fixes issue 3153) CClientScript::addPackage() now returns CClientScript instance to support method chaining 2012-02-09 21:12:53 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
ab59fd888f (Fixes issue 2914) Added CClientScript::addPackage 2011-12-26 23:43:08 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
mdomba
7f05ad4d46 doc fix 2011-08-19 07:46:27 +00:00
mdomba
8f17d3c3b7 added doc to registerMetaTag() 2011-05-21 06:50:35 +00:00
mdomba
7b169058a6 reverted r3227 (discussion on issue 2460) 2011-05-21 06:32:14 +00:00
mdomba
2872e0c3a5 (Fixes issue 2460) CClientScript::registerMetaTags() now uses tag names for array index, if available 2011-05-20 13:11:25 +00:00
qiang.xue
e23f2f4125 (Fixes issue 2268) 2011-03-29 13:27:50 +00:00
qiang.xue
d4875cb586 2011-03-28 11:47:01 +00:00
qiang.xue
1c42b81e89 2011-03-28 11:46:31 +00:00
qiang.xue
77094da2da fixed a typo. 2011-03-28 11:45:19 +00:00
qiang.xue
f0fc1abb5c Added CClientScript::corePackages 2011-03-16 21:03:45 +00:00
qiang.xue
878a4621cf Added CClientScript::registerPackage(). 2011-03-16 13:04:26 +00:00
qiang.xue
5526ee934b 2011-03-16 01:07:03 +00:00
qiang.xue
f37edf4528 * (Fixes issue 1285) Added support for using custom script packages with CClientScript 2011-03-16 00:59:51 +00:00
qiang.xue
d29d6980b1 (Fixes issue 1847) 2011-03-14 03:19:28 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
1e92a280d7 (Fixes issue 1753) 2010-11-11 16:20:32 +00:00
qiang.xue
470375c257 (Fixes issue 1711) 2010-10-29 20:40:12 +00:00
qiang.xue
0ac436d726 (Fixed issue 1699) 2010-10-21 17:40:10 +00:00
mdomba
3e27374d6a Fixed some typos in PHPdoc 2010-09-23 14:14:20 +00:00