292 Commits (1141fc81a7f466590618eed40f843e9166556f9b)

Author SHA1 Message Date
Elvira Sheina 729ddc5b76 Select only primary keys in UniqueValidator (#10896) (#13098) 8 years ago
Carsten Brandt b8b3aeeb00 update deprecated phpdoc messages 8 years ago
SilverFire - Dmitry Naumenko 332637db83 Fixed EmailValidator`to prevent false-positives checks 8 years ago
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago
SilverFire - Dmitry Naumenko 35ce3ba611 Docs updated 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Carsten Brandt 5f821feff7 Added constants for CompareValidator::$type 8 years ago
Carsten Brandt 64ed8c9112 added note about timezone conversion to DateValidator 8 years ago
Nikola Kovacs 1414b18835 Add short validator names `time` and `datetime`. 8 years ago
Carsten Brandt 89bc2918d3 Make 'safe' validator work on write-only properties 8 years ago
DrDeath72 c42ef605db Fixes #12554: Fixed `yii\validators\UniqueValidator` error of getting first model indexed by field 8 years ago
SilverFire - Dmitry Naumenko b42b8d6458 Updated PHPDoc for `Validator::createValidator()`. Closes #12564 8 years ago
SilverFire - Dmitry Naumenko 494842636e 📖 Fixed `client-side` and `server-side` grammar in all files 8 years ago
Aleksey Loban 5307d50852 Typos yii\validators\Validator::$whenClient [skip ci] 8 years ago
Robert Korulczyk 2f981c5a70 Fix BC break for `UniqueValidator` custom message when validating multiple attributes 8 years ago
Alexander Makarov 9b1b4fc5fa Added missing phpdoc 8 years ago
Carsten Brandt ee92cfa7ba release version 2.0.9 8 years ago
Carsten Brandt d2dd232b6f message improvement and test for #11323 8 years ago
PowerGamer1 e0ace833d0 Added Error message for combined attributes to unique validator 8 years ago
Sam Mousa b30b5a99ea Fixes #11672: Fixed `yii\validators\NumberValidator` erroring when value is an object without `__toString()` method 8 years ago
Carsten Brandt 84e9c40ca1 updated datevalidator docs 8 years ago
Nikola Kovacs 662f86acb5 fix missing closing bracket in documentation (#11716) 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
Sergey Smirnov 1ed6fc09f6 #10825 Fixed EachValidator does not respect skipOnEmpty when using model (#11507) 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 2d5a0bf5ae `EachValidator::validateAttribute()` fixed to restore original value on error 9 years ago
Klimov Paul 7bdc0787ac Extra note add to `EachValidator` doc 9 years ago
Klimov Paul 205f16811a Fixed `yii\validators\EachValidator` does not invoke `validateAttribute()` method of the embedded validator 9 years ago
Alexander Makarov f312163258 Fixes #11220: NumberValidator now handles objects properly 9 years ago
githubjeka 59fea15ee2 refactoring code 9 years ago
githubjeka 8e1ec62191 update BooleanValidator 9 years ago
SilverFire - Dmitry Naumenko 5db2afbaeb Code style fixed, PHPDoc updated 9 years ago
mdmunir 67b5f4ea19 fix for unsafe validator 9 years ago
SilverFire - Dmitry Naumenko a0e614eb20 `yii\validators\EachValidator` injects specific attribute value in error message parameters 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 191f2a4943 fixed phpdoc type names 9 years ago
SilverFire - Dmitry Naumenko 66c6268e5f FileValidator: updated guide-ru,en, PHP; updated tests 9 years ago
SilverFire - Dmitry Naumenko 7aef671872 Refactored FileHelper::validateMimeType, js validaton, PHPDocs 9 years ago
kirSeNN a4c68b5278 #5469 added mimetype mask validation feature 9 years ago
Alexander Makarov 4bc7c51180 Removed unnecessary if 9 years ago
Alexander Makarov 5c4e2d4372 Removed unnecessary parentheses 9 years ago
Alexander Makarov b6caff1952 Removed unused imports 9 years ago
githubjeka f0c666cd6f Update FileValidator phpDoc: see link added to maxSize 9 years ago
githubjeka 07c3403f27 Update FileValidator phpDoc: see link added to maxSize 9 years ago
githubjeka e23f47f49a Update phpDoc maxSize of FileValidator 9 years ago
Carsten Brandt 9b5f6cb188 prepare for 2.0.7 release 9 years ago
Klimov Paul d22a3a0a07 Fixed `yii\validators\EachValidator` does not respect `skipOnEmpty` rule parameter 9 years ago