54 Commits (605505b2557ce7656d141204281c6834475bd97d)

Author SHA1 Message Date
Alexander Kartavenko 2d333b2301 Fixes #17382: Added `\yii\validators\DateValidator::$strictDateFormat` to enable strict validation 5 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
SilverFire - Dmitry Naumenko a4b6b853b6
Fixed DateValidator to respect time when `format` is `php:U` 7 years ago
Klimov Paul 71c541773f PHPDoc fix 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 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 fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 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
Carsten Brandt 5bbf372f85
cleanup some phpdoc 8 years ago
Sam 06967f9018 Fixes #13254: Core validators no longer require Yii::$app to be set 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Carsten Brandt 64ed8c9112 added note about timezone conversion to DateValidator 8 years ago
Alexander Makarov 9b1b4fc5fa Added missing phpdoc 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Carsten Brandt 84e9c40ca1 updated datevalidator docs 8 years ago
Carsten Brandt 00d506c398 completed implementation for #7177 9 years ago
Robbert Jan bb0ef88860 Enhancement for DateValidator (#7177, #10165) 9 years ago
Klimov Paul 2cf7e35074 Check for timestamp at `yii\validators\DateValidator` improved 9 years ago
Klimov Paul 779b1e90ce `yii\validators\DateValidator` skip validation for `timestampAttribute`, if it is already in correct format 9 years ago
Carsten Brandt cd84f6c4c5 typo in DateValidator docs 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Sebastian Chojniak 6ee285f321 unused imports removed 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 3ec0d94b4a Remove unused variable 9 years ago
Carsten Brandt 23b31d13de improve documentation of date validator 10 years ago
Nikola Kovacs 3f24954659 Added min/max option to DateValidator. 10 years ago
Carsten Brandt cf51d46a75 keep BC in internal implamentation of DateValidator 10 years ago
Carsten Brandt 1c41c2bd58 added DateValidator::$timestampAttributeTimeZone 10 years ago
Carsten Brandt d60445c066 Add DateValidator::$timestampAttributeFormat 10 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
Carsten Brandt 2a23520618 added documentation about handling date values 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
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Carsten Brandt 58becaceab suppress warning thrown by IntlDateFormatter::parse() 10 years ago
Qiang Xue d13d274d05 renamed $object to $model 10 years ago
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 10 years ago
Carsten Brandt 3ff548a442 Refactored DateValidator to support ICU format 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
Qiang Xue cb4a8c764c Refactored validators. 11 years ago
Qiang Xue b9f9b16536 Apply fix for #1003 to validateAttribute. 11 years ago
Alexander Makarov c127171efb Fixes #1003: DateValidator returned true for invalid dates 11 years ago
resurtm 7a7d2a9c06 CS fixes. 11 years ago
Qiang Xue 8157ea5804 Fixes issue #481. 11 years ago