46 Commits (cffb3832d19d7101e99a1cf30ec22caa17aadf30)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 7aef671872 Refactored FileHelper::validateMimeType, js validaton, PHPDocs 9 years ago
kirSeNN a4c68b5278 #5469 added mimetype mask validation feature 9 years ago
SilverFire - Dmitry Naumenko b804dbb98f IpValidator JS validation: wrongIp->message renamed 9 years ago
SilverFire - Dmitry Naumenko 4c31c26628 EmailValidator - the name of the mailbox is no longer limited with the length 9 years ago
Andrey Klochok 4a0d7b3676 Fixed client-side IP validator 9 years ago
SilverFire - Dima Naumenko bf6b50f58e #10142 Fixed EmailValidator to check email length properly 9 years ago
Alexander Makarov 5242765257 Fixes #3506: Added `\yii\validators\IpValidator` to perform validation of IP addresses and subnets 9 years ago
Alexander Makarov fbce0c0450 Fixes #9591: Fixed `yii.validation.js` code so it is compressable by YUICompressor 9 years ago
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
CthulhuDen dad47b433e do not extra convert to floats in CompareValidator client code 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
Tomek Romik daddc61e7b Add File API detection to client file validator 10 years ago
Qiang Xue 72a81b8e31 Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
Qiang Xue 3f9d590dbe minor fix [skip ci] 10 years ago
Qiang Xue f0fefbb609 renamed function name [skip ci] 10 years ago
Qiang Xue 6dd2203a5c Fixes #4566: Added client validation support for image validator 10 years ago
Tomek Romik 87f58e4859 Abort further validation if there are no files to validate 10 years ago
Tomek Romik 8c5c4c503b Fix lines 10 years ago
Tomek Romik ed3564c1cf Added client-side image validation 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Qiang Xue 95460f92b2 Fixes #4360: Added client validation support for file validator 10 years ago
Tomek Romik 1a3a266fcd Changed Array.prototype.slice.call() into jQuery's $.each function for consistency 10 years ago
Tomek Romik b3f0f7dceb Fixed typo and inconsistent conditionals 10 years ago
Tomek Romik d1c2b137b3 Added client-side file validator 10 years ago
Alexander Kochetov d3dd1352b9 RangeValidator typo fix 10 years ago
Alexander Kochetov 12a143bdac RangeValidator client side type conversion to array 10 years ago
Alexander Kochetov a4e8829717 Additional RangeValidator fixes 10 years ago
Alexander Kochetov b1ba2439a6 [WIP] Additional RangeValidator fixes 10 years ago
Marius Kubrakov 1182ba5e45 Fixes #3368 value also has to be parsed. 11 years ago
Marius Kubrakov a2bf04b084 Fix for comparing numeric attributes in JavaScript 11 years ago
Marius Kubrakov b014a7bd09 Fix for comparing numeric attributes in JavaScript 11 years ago
Sergeygithub dd4464d670 Update yii.validation.js 11 years ago
Qiang Xue 7960ccdf50 Tab to spaces conversion. 11 years ago
Qiang Xue da48b37856 Fixes #2756: Added support for injecting custom `isEmpty` check for all validators 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 8dab87be3d fixed EmailValidator IDN and full pattern support 11 years ago
Carsten Brandt 266f4f9843 Clientvalidation {value} was not what has been validated 11 years ago
Carsten Brandt 280727408f fixed wrong usage of $.inArray in validators 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
resurtm e70c98f977 Email validator regexp typo fix. 12 years ago
resurtm 6458b8df8f UrlValidator and EmailValidator IDN support fixes. 12 years ago
resurtm 8a5e1f4f5f Fixes #143. UrlValidator and EmailValidator IDN support. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue c7e40f5c7a Debug toolbar WIP. 12 years ago
Qiang Xue aa8061b002 form wip 12 years ago
Qiang Xue 74f97ce5a9 refactored yii module. 12 years ago
Alexander Makarov 66b123bce7 Minor JS code style issues 12 years ago
Qiang Xue 263e8c7f7e Finished CaptchaValidator. 12 years ago
Qiang Xue 08c3f90d48 Finished js validation for number validator. 12 years ago
Qiang Xue 4e7a33bcf5 Finished js validation for string validator. 12 years ago