243 Commits (1d43bb54211d06af2cc1fdf42c7777d2ff537088)

Author SHA1 Message Date
Carsten Brandt 9b5f6cb188 prepare for 2.0.7 release 9 years ago
Klimov Paul d22a3a0a07 Fixed `yii\validators\EachValidator` does not respect `skipOnEmpty` rule parameter 9 years ago
SilverFire - Dmitry Naumenko 63eb47fb39 IpValidator - added examples to class PHPDoc 9 years ago
SilverFire - Dmitry Naumenko b804dbb98f IpValidator JS validation: wrongIp->message renamed 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
Carsten Brandt 93ed683502 IpValidator: use message property for default error 9 years ago
Carsten Brandt e41c2e3946 validators PHPdoc 9 years ago
SilverFire - Dmitry Naumenko d12af259e0 Fixed UrlValidator pattern to improve matching 9 years ago
SilverFire - Dmitry Naumenko 4c31c26628 EmailValidator - the name of the mailbox is no longer limited with the length 9 years ago
SilverFire - Dmitry Naumenko 9bd0810bce FileValidator - fixed fix for error message on UPLOAD_ERR_FORM_SIZE (7f65704) 9 years ago
SilverFire - Dmitry Naumenko 7f657047da FileValidator - fixed error message on UPLOAD_ERR_FORM_SIZE 9 years ago
githubjeka 2e7014fd72 Fix bug #10638 9 years ago
SilverFire - Dmitry Naumenko a1ff095f91 UniqueValidator - fixed syntax warning: static call on object 9 years ago
SilverFire - Dmitry Naumenko 8298588d5b Separated `limit` and `formattedLimit` for translations in FileValidator 9 years ago
SilverFire - Dmitry Naumenko b83803460b Fixes #8466. FileValidator: units in tooBig and tooSmall error messsages are formated 9 years ago
SilverFire - Dmitry Naumenko 898ffa57c4 FileValidator - updated PHPDoc 9 years ago
Carsten Brandt b44649fd97 Update FilterValidator.php 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
SilverFire - Dmitry Naumenko 8e68d2cd57 IpValidator::clientValidateAttribute - fixed passing of regular exressions to JS 9 years ago
githubjeka f0532b8818 Fix https://github.com/yiisoft/yii2/pull/10263 9 years ago
SilverFire - Dmitry Naumenko f6477f312c IpValidator - added skipOnEmpty to JS options 9 years ago
Carsten Brandt e5ed256959 rename ArrayHelper::in() and ArrayHelper::subset() 9 years ago
Dmytro Karpovych e6e8b0a41f fix translation in compare validator(uk,ru) 9 years ago
Sam Mousa 22d9997281 Implemented support of traversable objects in `RangeValidator::ranges`, added `ArrayHelper::in()` and `ArrayHelper::subset()` 9 years ago
SilverFire - Dima Naumenko a6e1ba2cf6 Fixed mb_ functions calls to use UTF-8 or app charset 9 years ago
SilverFire - Dima Naumenko d7bb1be296 EmailValidator - specified encoding for mb_strlen 9 years ago
SilverFire - Dima Naumenko bf6b50f58e #10142 Fixed EmailValidator to check email length properly 9 years ago
Sidney Lins (slinstj, former sidtj) c33574bc0a Fixes #7566: Improved `\yii\validators\CompareValidator` default messages 9 years ago
SilverFire - Dima Naumenko 8edc1e5109 IpValidator PHPDoc update: removed links to private methods 9 years ago
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