26 Commits

Author SHA1 Message Date
Maksim Spirkov
7e818f6aa0 Fix @var annotations for variables (#20761) 2026-03-02 15:03:52 +03:00
Maksim Spirkov
d0fcd4f363 Add default types in @template annotations (#20729) 2026-02-07 18:26:54 +04:00
Wilmer Arambula
f66d5c8864 Fixed error PHPCS lasted version in PHP 8.5. (#20721) 2026-01-27 05:53:03 -03:00
Maksim Spirkov
9a9a8b1e21 Use PHPStan/Psalm types in PHPDoc annotations (#20717) 2026-01-24 16:44:20 +03:00
Maksim Spirkov
7dd3dede14 Add generics for all controllers (#20675) 2025-11-03 12:59:23 +03:00
Maksim Spirkov
ffa0dda204 Fix #20658: Add missing generics in yii\console, yii\captcha, yii\caching and yii\behaviors namespaces 2025-10-30 23:41:32 +03:00
Maksim Spirkov
33bcf7fffa Fix PHPStan errors (#20609) 2025-10-14 19:30:00 +03:00
Максим Спирков
8b50a4942a Fix @var tags syntax in framework folder (#20392) 2025-06-03 19:57:08 +03:00
Alexander Makarov
52e4a3e645 release version 2.0.50 2024-05-30 20:23:31 +03:00
Razvan Grigore
e2a167028b Upgrade to PSR12 coding standard (#20121) 2024-03-19 17:21:27 +03:00
Bizley
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
Bizley
59f69fc9cd Fix #19462: Fix validator client options to encode HTML tags 2022-07-29 13:15:54 +03:00
Klimov Paul
65f6b59b35 @inheritdoc notation changed 2018-01-23 13:11:24 +02:00
Nikola Kovacs
f5beaf3edf Make validator getClientOptions public
This allows implementing custom client-side validation
without extending every validator.

Fixes #11163
close #13145
2016-12-08 01:30:36 +01:00
Alexey Rogachev
76e253e140 yii\validators\Validator - added separate methods for client-side validation options
Closes #11163
2016-12-05 22:33:49 +02:00
Robert Korulczyk
7a3a342127 Fix errors reported by apidoc extension. (#12986) 2016-11-13 14:51:21 +01:00
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
SilverFire - Dmitry Naumenko
090a9875d9 Fixed CaptchaValidator to pass correct hashKey
Fixed `yii\validators\CaptchaValidator` passed incorrect hashKey to JS validator when `captchaAction` begins with `/`

Closes #10385
2015-12-15 12:45:00 +02:00
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() 2014-10-19 18:50:46 +04:00
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
Alexander Makarov
dd5a16aa4a Fixes #4127: CaptchaValidator clientside error message wasn't formed properly 2014-06-30 20:35:49 +04:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
928df00951 fixed validation message translation [skip ci] 2014-02-08 18:19:42 -05:00
Alexander Makarov
5d23a066ca Removed unused imports 2014-01-12 23:42:55 +04:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00