Qiang Xue
|
99487eb6e3
|
Fixes issue #1207.
|
2012-08-13 21:38:30 -04:00 |
|
mdomba (mdwork)
|
c9c7c796b9
|
grammar fix
|
2012-08-10 12:28:49 +02:00 |
|
mdomba (mdwork)
|
e56620c888
|
fixed some syntax and proper doc
|
2012-08-10 10:30:38 +02:00 |
|
mdomba (mdlap)
|
3fd13f9f91
|
remove second parameter on calls
|
2012-08-08 01:40:19 +02:00 |
|
mdomba (mdlap)
|
789938d1bf
|
remove extra parameter from constructor
|
2012-08-08 00:07:17 +02:00 |
|
mdomba (mdlap)
|
5973d891e0
|
refactored CJavascriptExpression->_construct to get cleaner code
|
2012-08-07 18:35:06 +02:00 |
|
Alexander Makarov
|
b2730f460a
|
another typo fix
|
2012-08-07 16:07:45 +04:00 |
|
Alexander Makarov
|
c0f459dd83
|
typo fix
|
2012-08-07 16:07:09 +04:00 |
|
Alexander Makarov
|
473e396952
|
extra check for CJavaScriptExpression constructor
|
2012-08-07 16:03:42 +04:00 |
|
Alexander Makarov
|
14a33f0153
|
#1109: Fixed "js:" encoding BC-break in CHtml::ajax() and related methods introduced in 1.1.11, added tests
|
2012-08-06 22:57:45 +04:00 |
|
Carsten Brandt
|
fad0944e33
|
updated doc comments in CJavaScriptExpression
missing comments + wrong comments
|
2012-08-03 17:58:44 +03:00 |
|
Leo R. Lundgren
|
7a194496a5
|
Fix a bunch of @param and @return phpdoc errors in various files.
|
2012-08-03 16:17:58 +02:00 |
|
Alexander Makarov
|
4fe00c919e
|
Fixes #1076: CJavaScript::encode() was not compatible with PHP 5.1
|
2012-08-01 23:57:36 +04:00 |
|
Alexander Makarov
|
ec2ba0581f
|
Merge pull request #1030 from samdark/551-safer-way-of-using-cjavascript-encode-bc
Enh #551: Added $safe parameter to CJavaScript::encode. If set to true, 'js:' will not be allowed
|
2012-07-27 15:12:44 -07:00 |
|
Alexander Makarov
|
a144359bd0
|
better docs
|
2012-07-27 13:22:24 +04:00 |
|
Alexander Makarov
|
ada1cedc7d
|
added CJavaScriptExpression while keeping BC
|
2012-07-27 01:54:19 +04:00 |
|
mdomba (mdwork)
|
5f372b7e91
|
Fixes #510 replaced live() with on()
|
2012-07-26 14:53:31 +02:00 |
|
Alexander Makarov
|
c1ac363f76
|
Enh #551: Added $safe parameter to CJavaScript::encode. If set to true, 'js:' will not be allowed
|
2012-07-26 01:25:54 +04:00 |
|
Alexander Makarov
|
56b6ed82dd
|
Fixes #157: Added ability to use models with objects implementing ArrayAccess as properties in CHtml::resolveValue
|
2012-07-25 15:55:20 +04:00 |
|
Alexander Makarov
|
363f7b5479
|
replaced array_push with faster alternative
|
2012-06-10 13:21:52 +04:00 |
|
Philippe Gaultier
|
417ca18acc
|
Fix documentation
|
2012-06-02 07:17:28 +00:00 |
|
Philippe Gaultier
|
5ecc5c9cd1
|
Fixing documentation
|
2012-06-01 14:05:44 +00:00 |
|
Philippe Gaultier
|
f469813405
|
Fixing behavior to use an empty string instead of false
|
2012-05-30 20:58:30 +00:00 |
|
Philippe Gaultier
|
99de743736
|
Fix regression introduced in commit 44d5e8428
|
2012-05-30 15:04:20 +00:00 |
|
resurtm
|
86da4d3185
|
Removed extra space
|
2012-05-26 14:39:46 +06:00 |
|
resurtm
|
e6a98c7065
|
CHtml::resolveValue() ignoring of attribute elements accessor at the begining of the $attribute argument now works properly.
|
2012-05-26 13:27:32 +06:00 |
|
mdomba (mdwork)
|
aee449599a
|
Fixes issue #568 - added check for space in CHtml::getIdByName()
|
2012-04-02 14:36:31 +02:00 |
|
Suralc
|
82c44907f9
|
Fixed typo in updated URL description.
|
2012-03-23 16:41:03 +01:00 |
|
Suralc
|
22f466eccf
|
Updated the URL to the Google documentation in CGoogleApi
|
2012-03-23 16:37:36 +01:00 |
|
Suralc
|
8dd4ca5d62
|
Added documentation for CGoogleApi::$bootstrapUrl
|
2012-03-22 22:05:44 +01:00 |
|
Suralc
|
3fabfa62ce
|
Fix #220 - Use protocol relative URL in CGoogleApi
|
2012-03-22 15:00:05 +01:00 |
|
Elvan
|
6bc86f6acd
|
Reducing duplication
|
2012-03-06 19:41:09 +07:00 |
|
Luis Lobo Borobia
|
ddee67216c
|
Sometimes CJSON::decode returns null because native json_encode has bugs and returns null. Workaround to continue decoding when result of json_decode is null. Fixes #295
|
2012-02-25 03:04:30 -03:00 |
|
Greg Molnar
|
4eaa20f2fa
|
added since
|
2012-02-16 20:22:49 +01:00 |
|
Greg Molnar
|
f583102020
|
fix for issue 266
|
2012-02-15 21:48:30 +01:00 |
|
mdomba
|
a7ef3d5d02
|
removed 1.0.x reference from documentation
|
2011-12-28 12:29:24 +00:00 |
|
mdomba
|
44d5e84283
|
(fixes issue 1968) Fixed inconsistence in CActiveForm error highlighting when checkBoxList or radioButtonList are used
|
2011-12-16 12:53:47 +00:00 |
|
mdomba
|
db930489b6
|
(Fixes issue 2981) added CHtml::liveEvents
|
2011-12-06 14:30:45 +00:00 |
|
alexander.makarow
|
3e085ed31d
|
(Fixed issue 2951) Removed CConfiguration::createObject, CController::paginate and CHtml::getActiveId deprecated since 1.0.x
|
2011-11-21 02:13:03 +00:00 |
|
mdomba
|
b10e82f79e
|
jQuery fix: used prop() instead of attr() for the 'checked attribute'
|
2011-11-07 15:03:58 +00:00 |
|
mdomba@gmail.com
|
a839a35249
|
updated documentation for radioButtonList
|
2011-10-10 17:38:17 +00:00 |
|
qiang.xue
|
eaaa1876e0
|
|
2011-09-14 00:20:47 +00:00 |
|
qiang.xue
|
f6968a996f
|
reverted change.
|
2011-06-27 18:14:06 +00:00 |
|
qiang.xue
|
637632a46d
|
Fixed charset in CHtml::decode().
|
2011-06-27 18:11:26 +00:00 |
|
qiang.xue
|
fe7f69c73e
|
(Fixes issue 2410)
|
2011-06-23 15:26:33 +00:00 |
|
qiang.xue
|
09402b55ee
|
|
2011-06-14 17:06:12 +00:00 |
|
qiang.xue
|
49dde0e20f
|
(Fixes issue 2534)
|
2011-06-14 17:05:47 +00:00 |
|
alexander.makarow
|
e7b6883ebb
|
PhpDoc corrections
|
2011-05-05 21:36:32 +00:00 |
|
qiang.xue
|
36bd645c6d
|
CJSON::encode() can now encode non-UTF8 data
|
2011-05-05 05:49:02 +00:00 |
|
alexander.makarow
|
39145b1d03
|
Changed CHtml::clientChange event binding to support custom event types and avoid conflicts when using AJAX
|
2011-05-04 11:46:30 +00:00 |
|