9 Commits (6d2f0837fc0f14e6382f0e358b7cfdb936e745ec)

Author SHA1 Message Date
Klimov Paul 779b1e90ce `yii\validators\DateValidator` skip validation for `timestampAttribute`, if it is already in correct format 9 years ago
Carsten Brandt 9cc0e5d89d even more 32bit friendly test 9 years ago
Carsten Brandt 8e44674e7b fixed another test to work on 32bit 9 years ago
Carsten Brandt ab9326dd26 fixed test for 32bit systems 9 years ago
Carsten Brandt 8eaacd7320 added comment to datevalidator test 9 years ago
Nikola Kovacs 3f24954659 Added min/max option to DateValidator. 10 years ago
Carsten Brandt 1c41c2bd58 added DateValidator::$timestampAttributeTimeZone 10 years ago
Carsten Brandt d60445c066 Add DateValidator::$timestampAttributeFormat 10 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Carsten Brandt ba6bce4e2d fixed DateValidator to work with multibyte strings 10 years ago
Yoyon Cahyono 8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value 10 years ago
Carsten Brandt b8c12307f1 added test for #5962 10 years ago
Carsten Brandt 45e472ccb0 added unit tests for #5249 10 years ago
Carsten Brandt 3ff548a442 Refactored DateValidator to support ICU format 10 years ago
Carsten Brandt 83a63f2346 fixed wrong client validation issue in numbervalidator 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Qiang Xue cb4a8c764c Refactored validators. 11 years ago
Alexander Makarov c127171efb Fixes #1003: DateValidator returned true for invalid dates 11 years ago
Carsten Brandt 3631890cba fixed failing validator tests 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Suralc 0c45765e7d Added tests for uncovered lines. 11 years ago
Suralc a81480d309 Improved ValidatorTest organization. 11 years ago
Suralc 777ff792c4 DateValidatorTest 11 years ago