47 Commits (f48fc452af6902a7b84472b6693c92d83b9647c3)

Author SHA1 Message Date
Aaron Mueller 6659e6a187 Refactor based on suggestion 4 years ago
Aaron Mueller d02d60e070 Limiting explode to 2 4 years ago
Aaron Mueller 808c64d900 Refactoring method per request 4 years ago
Aaron Mueller 3593696b93 Fixing Email Validator to handle edge case where email address is valid but fails ascii conversion. 4 years ago
Evgeny f8611d170d Fix #17573: `EmailValidator` with `checkDNS=true` throws `ErrorException` on bad domains on Alpine 5 years ago
Alexander Makarov 7a82f7d88d
Refactored EmailValidator DNS validation to take get_dns_record() into account 6 years ago
Mikk Tendermann bf89d95d6a Fixes #17083: Fixed `yii\validators\EmailValidator::$checkDNS` tells that every domain is correct on alpine linux 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
SilverFire - Dmitry Naumenko cd0e0e71c1
Fixed idn_to_ascii function call to prevent incorrect translation 6 years ago
Klimov Paul 71c541773f PHPDoc fix 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Dmitry Naumenko 64d8af61a6 Fixes for PHP 7.2 compatibility (#14959) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Sam 06967f9018 Fixes #13254: Core validators no longer require Yii::$app to be set 8 years ago
Nikola Kovacs f5beaf3edf Make validator getClientOptions public 8 years ago
Alexey Rogachev 76e253e140 `yii\validators\Validator` - added separate methods for client-side validation options 8 years ago
SilverFire - Dmitry Naumenko 332637db83 Fixed EmailValidator`to prevent false-positives checks 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
SilverFire - Dmitry Naumenko 4c31c26628 EmailValidator - the name of the mailbox is no longer limited with the length 9 years ago
SilverFire - Dima Naumenko d7bb1be296 EmailValidator - specified encoding for mb_strlen 9 years ago
SilverFire - Dima Naumenko bf6b50f58e #10142 Fixed EmailValidator to check email length properly 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue d13d274d05 renamed $object to $model 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue 01e5ffdceb guide WIP [skip ci] 10 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov 5d23a066ca Removed unused imports 11 years ago
Alexander Makarov e7fab51efc fixes #1870: better fix that is message extractor friendly 11 years ago
Alexander Makarov 4239b2a5f2 Fixes #1870: Validation errors weren't properly translated when using clientside validation 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue a08de95177 Fixes #1582: Error messages shown via client-side validation should not be double encoded 11 years ago
Qiang Xue cb4a8c764c Refactored validators. 11 years ago
Carsten Brandt 070bd9625c removed checkPort feature from email validator 11 years ago
Carsten Brandt 4079acf4a6 changed EmailValidator MX check to be more useful 11 years ago
Carsten Brandt 8dab87be3d fixed EmailValidator IDN and full pattern support 11 years ago
Alexander Makarov 927e9dddb4 Refactored View 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov 5cf9992251 Removed @codeCoverageIgnore 11 years ago
Carsten Brandt 266f4f9843 Clientvalidation {value} was not what has been validated 11 years ago
Suralc 1ce7344e18 Additional tests in EmailValidator. 11 years ago
Suralc ec1dfeaa58 Ignoring javascript generating methods in coverage for now. 11 years ago
Qiang Xue 368a4cfe66 Asset feature refactoring (WIP) 11 years ago
resurtm a954312a18 Fixes #312. Additional docs on IDN in EmailValidator and UrlValidator. 12 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago