117 Commits (f9b03dfd42dbe844fc280c85750c1c394d0a819c)

Author SHA1 Message Date
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
Carsten Brandt 5c72047426
Fixed ambiguous column name in SELECT in UniqueValidator 7 years ago
Alexander Makarov 23cc4bf4fe
Further changes for unique and exist validators 7 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
Carsten Brandt d786b78f25 Helper independent (#14050) 8 years ago
Paul Klimov 3598f8180c Fixes #13087: Fixed getting active validators for safe attribute 8 years ago
Mikk Tendermann 59d3292399 [IpValidator] disable ipv6 checks (#13984) 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
vladis84 3c1f3e20cf
Fixes #13704: Fixed `yii\validators\UniqueValidator` to prefix attribute name with model's database table name 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
Kolyunya f9041646dd Improve string validator test coverage 8 years ago
Elvira Sheina 2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 8 years ago
SilverFire - Dmitry Naumenko b4c7aaa5e0
Added more examples to EmailValidatorTest 8 years ago
Carsten Brandt fba4e43469
added failing test for #13533 8 years ago
Elvira Sheina d39c491022 Fix BC breaking #13475 (#13478) 8 years ago
Elvira Sheina b82caa97e8 Fixes #7820: Add `or` relation for `targetAttribute` in `yii\validators\UniqueValidator` 8 years ago