317 Commits (7db178d8bb734bc008c6afce93abaa4385652ac8)

Author SHA1 Message Date
SilverFire - Dima Naumenko 377a3952a1 IpValidator default error messages moved to init(), PHPDoc updates 9 years ago
SilverFire - Dima Naumenko 32d1b9512c Added IpValidator description to `core-validators` ru,en guides. IpValidaor PHPDoc enhanced 9 years ago
Alexander Makarov 5242765257 Fixes #3506: Added `\yii\validators\IpValidator` to perform validation of IP addresses and subnets 9 years ago
Jason McCallister 0a014da119 Typo on documentation for UrlValidator 9 years ago
Alexander Makarov 70cfdfd289 Fixed test break 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Carsten Brandt 64379dc7ba phpdoc fix 9 years ago
Carsten Brandt d8047f34f6 RangeValidator phpdoc tweak 9 years ago
Alexander Makarov 77d6111b06 Fixed phpdoc of DefaultValidator 9 years ago
RomeroMsk e93b797098 Fixes #7581: Added ability to specify range using anonymous function in `RangeValidator` 9 years ago
Nikola Kovacs 4c0bcaf12e Fixes #8822, fixes #9298. Clientside validator docs enhancements. 9 years ago
Carsten Brandt cd84f6c4c5 typo in DateValidator docs 9 years ago
Lorenzo Milesi a6fc02345e FileValidator->getSizeLimit: check also php's post_max_size 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Dmitry Naumenko b16d734c29 Fixes #8671: Extracted `yii\helpers\Html::escapeJsRegularExpression()` method from `yii\validators\RegularExpressionValidator` 9 years ago
lynicidn 7926b7d4e9 Update EachValidator.php 9 years ago
Sebastian Chojniak 6ee285f321 unused imports removed 9 years ago
Carsten Brandt 54dd0eab72 add note about #8897 to the docs 9 years ago
Alexander Makarov 4f6f041e8b The stricter the better 9 years ago
Thiago Talma 4b50ace287 Update Validator.php 9 years ago
PowerGamer1 4f25734509 Update FileValidator.php 9 years ago
nkovacs b4d22cfe63 Fix documentation 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 3ec0d94b4a Remove unused variable 9 years ago
Luke Briner 271a86aff3 Extend description 9 years ago
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
Carsten Brandt 23b31d13de improve documentation of date validator 10 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Nikola Kovacs 3f24954659 Added min/max option to DateValidator. 10 years ago
Carsten Brandt cf51d46a75 keep BC in internal implamentation of DateValidator 10 years ago
Carsten Brandt 1c41c2bd58 added DateValidator::$timestampAttributeTimeZone 10 years ago
Carsten Brandt d60445c066 Add DateValidator::$timestampAttributeFormat 10 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
Klimov Paul 4672a8c83f Doc comments at `yii\validators\Validator::isEmpty()` fixed 10 years ago
Nikola Kovacs f11bdfa2a7 Grammar fix: followings -> following 10 years ago
Klimov Paul 83e2603985 Restriction on inline model method usage at `yii\validators\EachValidator` removed in case of usage inside model scope 10 years ago
Qiang Xue d8848ebf25 Doc improvement [skip ci] 10 years ago
Paul Klimov d594ab0b03 `yii\validators\EachValidator` uses single generic error message 10 years ago
Klimov Paul e29fcc8ea2 Docs about `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 9fedb978f6 Docs for `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 35eb833a2b Added `yii\validators\EachValidator` 10 years ago
Carsten Brandt 2a23520618 added documentation about handling date values 10 years ago
Carsten Brandt ba6bce4e2d fixed DateValidator to work with multibyte strings 10 years ago
Yoyon Cahyono 8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value 10 years ago
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Carsten Brandt e83b479dfb improved validator documentation 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
李某某 1fb842ef5e annotation typo 10 years ago