Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Adam Hayward 31e3698ab9
Fix #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars
5 years ago
..
BooleanValidator.php PHPDoc fix 7 years ago
CompareValidator.php Bug #15826: Fixed JavaScript compareValidator in `yii.validation.js` for attributes not in rules (mgrechanik) 6 years ago
DateValidator.php Fixes #17382: Added `\yii\validators\DateValidator::$strictDateFormat` to enable strict validation 5 years ago
DefaultValueValidator.php PHPDoc fix 7 years ago
EachValidator.php Added ArrayAccess object in EachValidator 7 years ago
EmailValidator.php Fix #17573: `EmailValidator` with `checkDNS=true` throws `ErrorException` on bad domains on Alpine 5 years ago
ExistValidator.php Add docs about changes in the `yii\validators\ExistValidator` mentioned in #8092 (#16136) [skip ci] 7 years ago
FileValidator.php Fix #16305: Fix `FileValidator` mime-type validation failure because of case sensitivity 5 years ago
FilterValidator.php Fixes #14901: Fixed trim validation for radio/checkbox button 6 years ago
ImageValidator.php PHPDoc fix 7 years ago
InlineValidator.php PHPDoc fix 7 years ago
IpValidator.php Fix #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used 5 years ago
NumberValidator.php Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value 6 years ago
PunycodeAsset.php new asset WIP: renabled asset publishing 10 years ago
RangeValidator.php PHPDoc fix 7 years ago
RegularExpressionValidator.php PHPDoc fix 7 years ago
RequiredValidator.php Fix #15331: Corrected wording in RequiredValidator::$strict [skip ci] 5 years ago
SafeValidator.php PHPDoc fix 7 years ago
StringValidator.php Fix #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars 5 years ago
UniqueValidator.php Fix #17389: Fixed `UniqueValidator` to work with Active Record having `joinWith()` in its `find()` 5 years ago
UrlValidator.php Fixed idn_to_ascii function call to prevent incorrect translation 6 years ago
ValidationAsset.php new asset WIP: renabled asset publishing 10 years ago
Validator.php Fixes #17233: Fixed bug with integer model attribute names in Validator class 5 years ago