97 Commits

Author SHA1 Message Date
Arhell
fad0c5be77 update links 2022-08-07 11:54:16 +03:00
Alexander Makarov
362fa76ef3 Add missing option to CActiveForm::$clientOptions [skip ci] 2020-05-19 12:27:23 +03:00
Carsten Brandt
38754bb259 bump @since version number for 1.1.15
they are in 1.1.16 now because 1.1.15 was a security release
2014-10-23 19:35:48 +02:00
Klimov Paul
5a41f6b791 CActiveForm::error() fixed to respect 'hideErrorMessage' option on regular output
fxies #3302, close #3330
2014-08-15 04:12:06 +02:00
Charles Pick
74310e9dac Fix indents 2013-09-11 21:09:44 +01:00
Charles Pick
0a0ccf8dc9 Resolve merge conflicts 2013-08-20 23:30:12 +01:00
Charles Pick
2ca58cbbdd Add html5 form elements 2013-08-20 23:27:56 +01:00
gureedo
78f33b5444 phpdoc fix for CActiveRecord 2013-08-14 16:09:44 +06:00
resurtm
3b44a1d855 Revert last commit. No need to check it. :) 2013-06-30 13:33:43 +06:00
resurtm
c616df2862 Array checking. 2013-06-30 13:28:28 +06:00
resurtm
c379e20daf Less overhead. 2013-06-30 11:28:03 +06:00
resurtm
e46f1baa3e Fixes #196. 2013-06-30 11:03:30 +06:00
Alexander Makarov
341bd2efc1 fixes #2401 2013-06-24 20:04:31 +04:00
Maurizio Domba (mdwork)
65b9bd06e8 Fixes 2108 - documentation missing for inputID option 2013-05-27 11:23:25 +02:00
LastDragon-ru
8cb0800fc6 Fixed remarks from #2225 2013-05-05 15:09:24 +04:00
LastDragon-ru
1bfe6255f0 Fixed generation of the HTML class attribute for the data model * @see https://github.com/yiisoft/yii/issues/129 * @see https://github.com/yiisoft/yii/pull/1808 2013-05-05 14:58:22 +04:00
Maurizio Domba (mdwork)
d476c76776 Fixes #2402 clientValidation rendered as HTML 2013-04-25 14:47:18 +02:00
resurtm
1944f3946f Minor CS fix (related to #2231). 2013-03-22 13:20:44 +06:00
resurtm
3e81814bf5 Merge pull request #2231 from opus-online/activeform-fix-2223
Fix for #2223 - `CActiveForm::error` does not respect `CHtml::$errorMessageCss`
2013-03-22 00:18:48 -07:00
ivokund
5205f4509f Update CActiveForm.php
Added version number to comment, minor styling fixes
2013-03-21 09:50:07 +02:00
resurtm
64a6aa85f8 Merge branch 'master' of github.com:yiisoft/yii into 1980-better
Conflicts:
	CHANGELOG
2013-03-20 23:24:00 +06:00
resurtm
de416ba3a3 Enhancements to the #1980. 2013-03-20 23:21:59 +06:00
ivokund
b936d0ba25 Update CActiveForm.php
If 'errorMessageCssClass' is not specified explicitly, it will fall back to the default, specified with CHtml::$errorMessageCss
2013-03-20 17:07:22 +02:00
resurtm
52657ec5fb Fixes: CActiveForm::telField() used to display time input, not tel. 2013-03-15 20:27:30 +06:00
Sergey Malyshev
4cbbaef2ed Issue #2205: CActiveForm the tag name for the error container tag is hardcoded 2013-03-14 19:41:14 +02:00
njasm
c2722a4f55 TABS Ident fix. 2013-03-09 12:32:27 +00:00
Tomislav Biscan
aa527343c8 CJavaScriptExpressoin changed to CJavaScriptExpression in comments 2013-02-21 13:10:08 +01:00
Charles Pick
e29f76747e Merge branch 'master' of github.com:yiisoft/yii into 1948-fix-html5-input-types 2013-02-12 14:33:55 +00:00
Charles Pick
d55fd536eb 1948 tidy up version info 2013-02-12 10:37:26 +00:00
Charles Pick
d912cd0f63 1948 tidy up whitespace 2013-02-12 10:34:37 +00:00
Charles Pick
f4959b2e86 tidy up html5 input types 2013-02-12 10:29:39 +00: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
njasm
84bb237d50 Added missing activeSearchField() method to CHtml. And searchField() to CActiveForm. For creation of HTML input field of type search, that fixes #1743 2013-01-14 19:03:43 +00:00
Maurizio Domba (mdwork)
ac084c590f send CHtml::errorCss to JS file 2013-01-10 14:03:35 +01:00
Nagash
1b165448af Fixed 1492: jQuery.noConflict() issue 2012-09-30 20:35:37 +03:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +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 (mdwork)
162dd768cc Fixes #1088 use proper id in CActiveForm when it's supplied in htmloptions 2012-08-03 14:47:56 +02:00
Alexander Makarov
ada1cedc7d added CJavaScriptExpression while keeping BC 2012-07-27 01:54:19 +04:00
Greg Molnar
4eaa20f2fa added since 2012-02-16 20:22:49 +01:00
Greg Molnar
bb6f0db531 removed duplicated comment block 2012-02-15 22:03:53 +01:00
Greg Molnar
f583102020 fix for issue 266 2012-02-15 21:48:30 +01:00
mdomba
b8aa4b2f2c (Fixes issue 2284) Fixed client validation for tabular input and added new method to simplify tabular input ajax validation CActiveForm::validateTabular() 2012-01-17 12:46:49 +00:00
mdomba
07ab50ed7b doc - typo fix 2011-07-02 10:43:56 +00:00
qiang.xue
ab8dcb961c Reverted back the changes made to fix issue 2284 2011-06-30 12:27:16 +00:00
keyboard.idol@gmail.com
51c6cbf9fa Changing CActiveForm.errorMessageCssClass had no effect when ajax and client validation were disabled 2011-06-10 23:19:08 +00:00
qiang.xue
fc35e930dd (Fixes issue 2284) 2011-04-08 20:51:31 +00:00
qiang.xue
fd00584c9f 2011-03-26 17:44:15 +00:00