364 Commits (ecf3ef8bf9c79be81b94d4a7976bd7ba680f79c8)

Author SHA1 Message Date
githubjeka 59fea15ee2 refactoring code 9 years ago
githubjeka 8e1ec62191 update BooleanValidator 9 years ago
SilverFire - Dmitry Naumenko 5db2afbaeb Code style fixed, PHPDoc updated 9 years ago
mdmunir 67b5f4ea19 fix for unsafe validator 9 years ago
SilverFire - Dmitry Naumenko a0e614eb20 `yii\validators\EachValidator` injects specific attribute value in error message parameters 9 years ago
Klimov Paul 2cf7e35074 Check for timestamp at `yii\validators\DateValidator` improved 9 years ago
Klimov Paul 779b1e90ce `yii\validators\DateValidator` skip validation for `timestampAttribute`, if it is already in correct format 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
SilverFire - Dmitry Naumenko 66c6268e5f FileValidator: updated guide-ru,en, PHP; updated tests 9 years ago
SilverFire - Dmitry Naumenko 7aef671872 Refactored FileHelper::validateMimeType, js validaton, PHPDocs 9 years ago
kirSeNN a4c68b5278 #5469 added mimetype mask validation feature 9 years ago
Alexander Makarov 4bc7c51180 Removed unnecessary if 9 years ago
Alexander Makarov 5c4e2d4372 Removed unnecessary parentheses 9 years ago
Alexander Makarov b6caff1952 Removed unused imports 9 years ago
githubjeka f0c666cd6f Update FileValidator phpDoc: see link added to maxSize 9 years ago
githubjeka 07c3403f27 Update FileValidator phpDoc: see link added to maxSize 9 years ago
githubjeka e23f47f49a Update phpDoc maxSize of FileValidator 9 years ago
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