66 Commits (4d90778861abbb1a2728437841b53a6f73bcc935)

Author SHA1 Message Date
Alexander Makarov 655786b7ed
release version 2.0.44 3 years ago
hexkir f2caf02164
Fix #18904: Improve Captcha client-side validation 3 years ago
Alexander Makarov 13f27e4d92
Fix #18817: Use `paragonie/random_compat` for random bytes and int generation 3 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Vladimir Reznichenko f10cb6aeee SCA with Php Inspections (EA Ultimate) 7 years ago
Vladimir Reznichenko f9b03dfd42 SCA with Php Inspections (EA Ultimate) 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
SilverFire - Dmitry Naumenko 34cc2dee8f
Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself 7 years ago
SilverFire - Dmitry Naumenko b0162d3a48
Revert "Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself" 7 years ago
Carsten Brandt a5b393a3c1 Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself 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
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 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
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Luke Holder beaf63ec41 Fix documentation grammar (#12728) [skip ci] 8 years ago
SilverFire - Dmitry Naumenko 494842636e 📖 Fixed `client-side` and `server-side` grammar in all files 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
Alexey 5e1e42839f Fixes #11188: Fixed wrong index usage in `CaptchaAction` when calling `imagefilledrectangle` 9 years ago
SilverFire - Dmitry Naumenko 6987fb5d54 Fixed Captcha client side validation after image refresh, when controller is under module 9 years ago
Alexander Makarov ef050338cc Fixed Imagick call in Captcha 9 years ago
Alexander Makarov 5c4e2d4372 Removed unnecessary parentheses 9 years ago
Alexander Makarov 1f7134634b Use static:: instead of $this for static method calls 9 years ago
SilverFire - Dmitry Naumenko 090a9875d9 Fixed `CaptchaValidator` to pass correct `hashKey` 9 years ago
Carsten Brandt 2441e95a96 Update CaptchaAction.php 9 years ago
AnatolyRugalev 742f106ec0 Fixes #8284: Added `\yii\captcha\CaptchaAction::$imageLibrary` property allowing to set image rendering library 9 years ago
DrDeath72 d22a689fac Fixes #9984: Fixed wrong captcha color in case Imagick is used 9 years ago
Alexander Makarov 3f4fcbe569 Removed accidentally typed char 9 years ago
Alexander Makarov fb2fa8634d Fixes #9877 9 years ago
Alexander Makarov 7a08b8d9d9 Use ++ instead of x = x + 1 9 years ago
Alexander Makarov 4ecafe653c More compact number operations 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Dmitry Chernikov 7a32c63a5c Update yii\captcha\Captcha.php 9 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Qiang Xue 21b87b67af Fixes #7218: `yii\captcha\CaptchaAction` should send response in JSON format 10 years ago
Carsten Brandt 40c232df92 enhanced widget documentation 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 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 9302786944 Fixes #5598: added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago
Qiang Xue 1a62551691 new asset WIP 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov dd5a16aa4a Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly 10 years ago
Carsten Brandt ba690d5451 Imagick image can not be converted to string on HHVM 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago