77 Commits

Author SHA1 Message Date
e2aacad8aa Added links to PHP.net to apidoc 2014-03-07 19:41:43 +01:00
6d72c6a723 fix code style 2014-03-04 06:27:22 +02:00
112f67d20a fix code style There must be one blank line after the namespace declaration 2014-03-04 05:39:17 +02:00
33d6acba25 Improved behavior support, fixes #2550
call hasMethod() instead of using method_exists
2014-02-26 14:18:24 +01:00
928df00951 fixed validation message translation [skip ci] 2014-02-08 18:19:42 -05:00
b64f618545 refactored file validator. 2014-02-01 09:15:40 -05:00
807223efbf Fixes #1412 2014-01-31 21:48:46 -05:00
a4a72033d6 Fixes #1412: FileValidator still triggers uploadRequired error in some case when skipOnEmpty is true and no upload is provided 2014-01-31 17:19:56 -05:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
18d7224ac8 Fixes #2149: Added yii\base\DynamicModel to support ad-hoc data validation 2014-01-27 16:13:25 -05:00
e13557d333 doc fix. 2014-01-16 11:44:07 -05:00
31c24ec92b Fixes #2003: Added filter property to ExistValidator and UniqueValidator to support adding additional filtering conditions 2014-01-16 11:30:48 -05:00
7bfdbe9d46 fixed formatting 2014-01-13 03:28:06 +04:00
5d23a066ca Removed unused imports 2014-01-12 23:42:55 +04:00
e7fab51efc fixes #1870: better fix that is message extractor friendly 2014-01-12 23:12:06 +04:00
4239b2a5f2 Fixes #1870: Validation errors weren't properly translated when using clientside validation 2014-01-12 21:37:28 +04:00
fa85447749 Fixes #1900. 2014-01-11 08:30:19 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
96fd37de2e Fixes issue #49: finished CAPTCHA feature. 2013-05-08 15:27:06 -04:00
82bcd0b298 Fixes 2013-05-07 20:13:15 +04:00
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
dd5969147d move JsExpression to web. 2013-05-07 07:39:24 -04:00
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
3c83b8ed7c Fix typos
A couple of obvious typos here
2013-05-05 07:31:09 -07:00
e6af955bdc form wip 2013-05-02 16:10:57 -04:00
263e8c7f7e Finished CaptchaValidator. 2013-05-02 11:57:18 -04:00
08c3f90d48 Finished js validation for number validator. 2013-05-02 11:29:23 -04:00
4e7a33bcf5 Finished js validation for string validator. 2013-05-02 11:16:31 -04:00
5069c29b98 Finished js validation for URL validator. 2013-05-02 11:03:36 -04:00
4b30fe8b5a Finished js validation for email and regular expression validators. 2013-05-02 10:52:25 -04:00
41b127b922 Finished js validation for compare validator. 2013-05-02 10:23:47 -04:00
86330471fe form wip 2013-05-02 00:04:38 -04:00
e7c1777a9f form wip 2013-05-01 16:05:03 -04:00
69b2b3722b form wip 2013-04-28 23:36:08 -04:00
399a53cfc4 activeform wip 2013-04-27 16:51:05 -04:00
5b412b8f84 script WIP 2013-04-16 17:42:31 -04:00
9f2b44fc21 phpdoc 2013-04-16 00:53:07 +04:00
bcc833200a simplified Yii::import(). 2013-04-11 17:40:23 -04:00
52a160cb7b refactored validators. 2013-04-05 10:21:43 -04:00
ae6c69fc8f refacotring validators. 2013-04-05 08:32:13 -04:00
86f947e9ef Finished DateValidator. 2013-04-04 21:22:59 -04:00
bb5b6a4191 Finished FileValidator and UploadedFile.
Added Model::formName().
2013-04-04 16:53:50 -04:00
421e31ec0f finished validator refactoring. 2013-04-04 10:57:01 -04:00
3bd186deeb refactored validators. 2013-04-03 23:23:32 -04:00
62fd92bf72 validator wip 2013-04-03 14:51:15 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00