132 Commits (89ded8c82a56ee8836b22a03276545b2433c049d)

Author SHA1 Message Date
Maksym Storchak c32811887a
Fix #18011: Added attribute labels support for `DynamicModel`, fixed `EachValidator` to pass the attribute label to the underlying `DynamicModel` 4 years ago
ricardomm85 355ca1562d
Fix #17810: Fix EachValidator crashing with uninitialized typed properties 5 years ago
Adam Hayward 31e3698ab9
Fix #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars 5 years ago
Somogyi Márton b388aec1a2 IpValidator test fix (#17658) 5 years ago
Somogyi Márton 5e38f47275 Fix #16305: Fix `FileValidator` mime-type validation failure because of case sensitivity 5 years ago
Alexander Kartavenko 136705c92b MSSQL: fix tests (#17431) 5 years ago
Alexander Kartavenko 56f639358c Add MSSQL tests (#17410) 5 years ago
Garth 9dcf65e304 Fix #17389: Fixed `UniqueValidator` to work with Active Record having `joinWith()` in its `find()` 5 years ago
Alexander Kartavenko 2d333b2301 Fixes #17382: Added `\yii\validators\DateValidator::$strictDateFormat` to enable strict validation 5 years ago
Basil e1f6761dfd Fixes #17233: Fixed bug with integer model attribute names in Validator class 5 years ago
Pavel Ivanov 92c66758de Added tests for DateValidator when no time is specified for 'format' (#17018) 6 years ago
Pavel Ivanov 4584487126 Fixes DateValidatorTest for ICU 55.1 (#17013) 6 years ago
Anna Borzenko d7ffda020b Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
bscheshirwork 68e5a9b315 Fix typo (#16443) [skip ci] 6 years ago
Pavel Ivanov 6adc81da4c Fix master travis builds (#15971) 7 years ago
SilverFire - Dmitry Naumenko 6e30577abc
Added ArrayAccess object in EachValidator 7 years ago
Elvira Sheina 23b5fa4391 Fix ExistValidator with targetRelation ignores filter (#15692) 7 years ago
SilverFire - Dmitry Naumenko a4b6b853b6
Fixed DateValidator to respect time when `format` is `php:U` 7 years ago
SilverFire - Dmitry Naumenko 7bd694dccb
Enhanced tests 7 years ago
rossoneri 63ffae028e Fixes #14254: add an option to specify whether validator is forced to always use master DB for `yii\validators\UniqueValidator` and `yii\validators\ExistValidator` 7 years ago
Elvira Sheina a18ee838fd Fixes #8092: ExistValidator for relations 7 years ago
Elvira Sheina eb57d4191c Fixes #15553: Fixed `yii\validators\NumberValidator` incorrectly validate resource 7 years ago
Tobias Munk 248415422f Fixed #15140 DateValidator tests for specific ICU versions (#15518) 7 years ago
Nikolay Oleynikov 07fc770730 Improve email validator test coverage (#15504) 7 years ago
Nikolay Oleynikov 5ce0e06cd7 Refactor email validator tests (#15503) 7 years ago
Гордиенко Владислав Юрьевич 72b69e359a Fixes #15417: Added `yii\validators\FileValidator::$minFiles` 7 years ago
Laszlo 0bec2b462c Fixes #14484: Fixed `yii\validators\UniqueValidator` for target classes with a default scope 7 years ago
Alexander Makarov 1e00a050d7
Fixes #15322: Fixed PHP 7.2 compatibility of `FileHelper::getExtensionsByMimeType()` 7 years ago
bscheshirwork a6b01a7d1e Сhanges in test case naming (#15228) 7 years ago
Carsten Brandt d50822dfa5
test case for #15172 7 years ago
Dmitry Dorogin bce830a8b0 Fixed tests for PHP 7.2 #15154 (#15171) 7 years ago
Elvira Sheina 13cd7d7ee0 Fixes #6588: Fixed changing array keys after validation of multiple files in `yii\validators\FileValidator` 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
SilverFire - Dmitry Naumenko 336404e0b9
PHP7.2RC5: enabled INTL tests, continue disabling some cases in FileValidator 7 years ago
Dmitry Naumenko 64d8af61a6 Fixes for PHP 7.2 compatibility (#14959) 7 years ago
Robert Korulczyk a9f2827f87 Add tests with double dot for EmailValidator. 7 years ago
SilverFire - Dmitry Naumenko 40ae296b82
Fixed broken test 7 years ago
SilverFire - Dmitry Naumenko f9b0090a7d
Added more tests for FileValidator to make sure it works as should 7 years ago
Carsten Brandt 36b535c26b Fixes #13254: Made `yii\helpers\StringHelper` and `yii\validators\StringValidator` independent of `Yii::$app` instance 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Dmitry Dorogin 8ae2223c6a Fixes #14370: Fixed creating built-in validator in model with same function name 7 years ago
Carsten Brandt aba0b4a59a added test that fails #14413 7 years ago
Robert Korulczyk d2781cd232 Added configuration for headers in PHP files generated by `message/extract` command (#14417) 7 years ago
Alexander Makarov d4c15c36d0 Fixes #14304: Fixed `yii\validators\UniqueValidator` and `yii\validators\ExistValidator` to skip prefixes in case expressions are used 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Paul Klimov 40e5702b6b Fixes #5108 `DateValidator` resets `$timestampAttribute` value on empty attribute (#14242) 7 years ago
Alexander Makarov b151b1cdb2
Fixes #14150 7 years ago