185 Commits (88371fb147dc68e8eaa728fbe8fe262006ab64a8)

Author SHA1 Message Date
Luke Briner 271a86aff3 Extend description 9 years ago
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
Carsten Brandt 23b31d13de improve documentation of date validator 10 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 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
Klimov Paul 4672a8c83f Doc comments at `yii\validators\Validator::isEmpty()` fixed 10 years ago
Nikola Kovacs f11bdfa2a7 Grammar fix: followings -> following 10 years ago
Klimov Paul 83e2603985 Restriction on inline model method usage at `yii\validators\EachValidator` removed in case of usage inside model scope 10 years ago
Qiang Xue d8848ebf25 Doc improvement [skip ci] 10 years ago
Paul Klimov d594ab0b03 `yii\validators\EachValidator` uses single generic error message 10 years ago
Klimov Paul e29fcc8ea2 Docs about `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 9fedb978f6 Docs for `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 35eb833a2b Added `yii\validators\EachValidator` 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
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Carsten Brandt e83b479dfb improved validator documentation 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
李某某 1fb842ef5e annotation typo 10 years ago
Alexander Makarov 9db19914ca Used (float) instead of floatval() 10 years ago
Qiang Xue 5ab1d1a0d1 Fixes #6992. 10 years ago
Alexander Makarov f66b8ba571 Fixes #6589: updated code style guide to mention else after return, adjusted code involved in the issue 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
Qiang Xue 7c48837a67 Fixes #5836: doc fixes. 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 10 years ago
Qiang Xue d6b797e236 Fixes #5252: Null values are not properly handled by `RangeValidator` 10 years ago
Carsten Brandt 3ff548a442 Refactored DateValidator to support ICU format 10 years ago
Qiang Xue 72a81b8e31 Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
Qiang Xue b9b6fbc94b Fixes #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope 10 years ago
Qiang Xue 7ce6a8a456 Fixed typo [skip ci] 10 years ago
Alexander Makarov 11812af1c1 Fixed formatting, initialized options array 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago
Qiang Xue 1a62551691 new asset WIP 10 years ago
Arthur Khachaturov 5794534a26 Unused InvalidConfigException 10 years ago
Qiang Xue 2ef7eda249 Fixes #4611. 10 years ago
Tomek Romik 24d0314928 Update docs for clientValidateAttribute() 10 years ago
Qiang Xue 6dd2203a5c Fixes #4566: Added client validation support for image validator 10 years ago
Tomek Romik 8c5c4c503b Fix lines 10 years ago
Tomek Romik ed3564c1cf Added client-side image validation 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Tomek Romik b3f0f7dceb Fixed typo and inconsistent conditionals 10 years ago