octicon-git-branch(16/) Commit Graph

58 Commits

Author SHA1 Message Date
Carsten Brandt
e13a18ba8b added missing version information
fixes #13259
2016-12-20 22:40:44 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexey Rogachev
bd85b7ced2 Closes #6242: Access to validator in inline validation (#13027)
* Closes #6242: Access to validator in inline validation

* Updated PHPDoc according to PR review [skip ci]

* Imrpoved PHPDoc, updated guide info [skip ci]

* Fixes related with PR review

* Corrected CHANGELOG [skip ci]

* Update input-validation.md

added version info
2016-12-08 23:29:53 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Nikola Kovacs
f5beaf3edf Make validator getClientOptions public
This allows implementing custom client-side validation
without extending every validator.

Fixes #11163
close #13145
2016-12-08 01:30:36 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexey Rogachev
76e253e140 yii\validators\Validator - added separate methods for client-side validation options
Closes #11163
2016-12-05 22:33:49 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
db349527e7 fix typo in guide code block 2016-11-22 16:12:57 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexey Rogachev
60af0a56cf Closed #12778: Added docs for multiple attributes validation (#13005)
* Added docs for mutiple attributes validation

* Fixed typo in formatting [skip ci]

* More precise explanation about count of validator runs

* Corrected salary min in integer rule

* More strict check in when, additional h3 headers, loop alternative

* Added custom validator section

* Use more accurate phrase

* Block code formatting - php was missing [skip ci]

* Fixes related with PR review [skip ci]

* More fixes related with PR review, removed unnecessary @inheritdoc [skip ci]
2016-11-17 18:52:24 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire - Dmitry Naumenko
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Dmitriy Makarov
7d27e203e0 📖 Added missing hyphen [skip ci] 2016-09-08 06:05:45 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Dmitriy Makarov
a5b9df0c31 📖 Wrap "null" [skip ci] 2016-09-06 06:21:04 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire - Dmitry Naumenko
b3059a9a76 Updated Input Validation guide. Closes #12377 2016-08-29 11:34:38 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire - Dmitry Naumenko
deb89177eb Fixed docs typo 2016-05-01 10:02:35 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
9f1c7ba532 Fixed typo 2016-04-30 22:17:00 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
cc40c55a6b Fixes #6160: Referred to Yii 2.0 cookbook for low level validation-related JavaScript methods reference 2016-04-30 21:23:28 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
707ec2b48c Fixes #11243: added note about naming validation rules for later use to validation guide 2016-04-30 20:33:12 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire - Dmitry Naumenko
e5bcbf4e1d Closes #11228: yii.activeForm.js - AJAX validation will not be triggered if client side validation failed 2016-04-06 23:53:52 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
8da214d264 more docs for #10701 2016-01-29 20:59:02 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
John Kind
83d72cddc0 Fix logic in JS code expression in docs. 2016-01-02 02:34:17 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
SilverFire - Dmitry Naumenko
75404ff592 Guide for input-validation updated. Closes #10314 2015-12-06 11:19:29 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
BooleanType
8a3babc9ef Fixes checking for $.inArray() result in docs [skip ci]
See http://stackoverflow.com/questions/5304458/jquery-inarray-only-looking-at-first-value
2015-10-24 20:10:12 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
2085dda183 Fixed typo 2015-09-01 12:25:03 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
ae2dea6b20 More details for input-validation.md 2015-09-01 01:42:02 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
scorchsoft
2e65d0ce28 More details for input-validation.md 2015-09-01 01:41:57 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
ba314264ac Fixed typo 2015-08-07 15:17:29 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
6a7f5cc69a renamed guide page [skip ci] 2015-04-01 09:34:00 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
5ab1d1a0d1 Fixes #6992. 2015-01-24 08:57:53 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Nobuo Kihara
7bee6f811d docs/guide/input-validation.md - typo [ci skip] 2014-12-15 22:27:19 +09:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
4e7421d630 Fixes #6505 2014-12-12 22:56:51 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Christopher Vrooman
9bbc0747a8 Update input-validation.md
Minor syntax changes.
2014-11-27 20:26:53 -03:00 octicon-file-diff(16/) octicon-file-code(16/)
Vasiliy Baukin
3800872bed Update input-validation.md
You are validating the data, not users.
2014-11-05 10:59:26 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
02cc3901ca doc fix [skip ci] 2014-10-30 13:18:27 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
48ec791e4a Fixes #5587: json_encode is now used with JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE where it makes sense, also it is now default for Json::encode() 2014-10-19 18:50:46 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Vadim
9c1750b2ee Update input-validation.md 2014-10-08 14:28:51 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Kshitiz Singh
d79d3a8cba jquery .val() not .value
In line 180. 
It should be .val() instead of .value.

This is my first edit.
2014-09-29 11:34:53 +05:30 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
91e973ce7b note about validation rules order
fixes #2268
2014-09-08 13:21:14 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
f0221fb84f Fixes #4126 2014-08-26 02:39:05 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
898499ed44 doc improvement. [skip ci] 2014-07-31 12:04:50 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
b60710071f Update input-validation.md
Updated guide
2014-07-30 14:34:47 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alex-Code
10eedae113 Update input-validation.md 2014-07-29 09:23:41 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
1e9350abe1 guide on ajax validation
fixes #4482
2014-07-28 09:50:33 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Kevin LEVRON
b26305757c Fix typo [skip ci] 2014-06-23 11:38:21 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ee9f7ed401 doc improvement [skip ci] 2014-06-20 10:33:26 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
3acdd3aba7 doc improvement. 2014-06-20 10:00:00 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Johnny Theill
b8cbc3a8ef Typo in guide
Fixed typo in validation guide
2014-06-19 09:48:54 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
916e059f11 Added "validation events" section [skip ci] 2014-06-14 21:25:20 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8b077e0284 minor doc edit [skip ci] 2014-06-12 10:33:38 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
118fac263d typo fix [skip ci] 2014-06-09 00:06:15 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
0e50b2aaf4 Finished validation guide [skip ci] 2014-06-08 21:21:26 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
c306296c30 guide WIP [skip ci] 2014-06-07 23:00:13 -04:00 octicon-file-diff(16/) octicon-file-code(16/)