Commit Graph

147 Commits

Author SHA1 Message Date
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
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
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
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
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
Elvan
6bc86f6acd Reducing duplication 2012-03-06 19:41:09 +07: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
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
alexander.makarow
5388fcc3e0 (Fixes issue 1984) Fixed firing event multiple times when using live()/delegate() on AJAXified pages 2011-02-20 16:10:57 +00:00
alexander.makarow
c4c962e8e1 (Fixes issue 1843) Added CHtml::activeRadioButtonList 'uncheckValue' option that allows to avoid hidden field rendering 2011-02-14 21:01:03 +00:00
keyboard.idol@gmail.com
bb0df90d9c (Fixes issue 2031) 2011-01-24 14:22:52 +00:00
qiang.xue
eb7428cf52 Fixed break on CJuiDatePicker. 2011-01-16 14:32:00 +00:00
qiang.xue
139ea1b7fc Changed CHtml::clientChange() to make $live a configurable option in $htmlOptions 2011-01-10 19:48:35 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
ede0b44804 (Fixes issue 1842) 2010-12-28 18:43:20 +00:00
qiang.xue
c0332c1f48 * (Fixes issue 1126) CHtml can now properly render special HTML attributes, such as readonly, disabled, according to their boolean values 2010-11-04 04:33:25 +00:00
qiang.xue
ba916ab45b * (Fixes issue 1355) CHtml will no longer render null attributes in HTML tags 2010-11-04 02:43:54 +00:00
qiang.xue
4fdf40bd5f (Fixes issue 1678). 2010-10-31 14:39:32 +00:00
mdomba
3e27374d6a Fixed some typos in PHPdoc 2010-09-23 14:14:20 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
mdomba
ef2ca77957 added PHPDoc param where needed 2010-09-23 12:34:33 +00:00
qiang.xue
8bd19b81da (Fixes issue 1592) 2010-09-18 00:25:44 +00:00
qiang.xue
63a1c0a954 (Fixes issue 1539) 2010-09-06 01:51:51 +00:00
qiang.xue
edddb2452c (Fixes issue 1494) 2010-08-28 20:17:27 +00:00
qiang.xue
412b35d7fa (Fixes issue 1476) Fixed the bug that setting 'id' to be false will still render 'id' attribute in CHtml::radioButton and checkBox 2010-08-23 22:06:01 +00:00
qiang.xue
81953c36d2 Replaced jQuery live() with delegate() in CHtml-generated js code. 2010-08-06 20:29:59 +00:00
alexander.makarow
4c790a2d4f Fixes issue 1454
Fixes issue 1452
2010-08-06 19:18:10 +00:00
alexander.makarow
28fb2c1313 Fixes issue 1451
Fixes issue 1452
Fixes issue 1454
2010-08-06 10:27:11 +00:00
qiang.xue
dfa35c0dee * (Fixes issue 217) Added support to allow using related objects as selection values in CHtml 2010-06-17 19:47:26 +00:00
qiang.xue
161fd25639 (Fixes issue 1127) 2010-06-17 02:25:17 +00:00