161526cd41
HTTPS everywhere ( #19503 )
2022-08-03 12:32:18 +03:00
a87c02c712
Fix more types ( #19333 )
...
* Migration::upsert() returns void
* Unneeded `@property` tags
* Add missing `null` param/return types
* Null types for db\Query + db\ActiveQuery
* Fixed testSelect
* Null types for Validator
* Several more null types
* One more
* Make AccessRule::$allow always a boolean
It doesn't have any special null handling, so it's safe to default to false
* Validator::$skipOnEmpty is always a boolean
* Catch all throwable from Widget::widget()
* Don't limit $previous args to \Exception
The actual \Exception allows $previous to be any throwable in PHP 7+
* Add Throwable catch block to Instance::get()
* Throwable cleanup
Comment changes only.
- Document \Throwable instead of \Exception wherever appropriate
- Removed redundant exception/error classes when \Throwable is referenced
* Yii::setlogger() accepts null
* ArrayHelper::removeValue() can remove any type of value
* Change default $allow value to false
2022-04-03 11:20:21 +02:00
655786b7ed
release version 2.0.44
2021-12-30 10:50:56 +03:00
f2caf02164
Fix #18904 : Improve Captcha client-side validation
2021-09-28 09:55:47 +03:00
13f27e4d92
Fix #18817 : Use paragonie/random_compat
for random bytes and int generation
2021-08-09 10:25:36 +03:00
ccb14ff667
release version 2.0.39
2020-11-10 13:58:35 +03:00
f10cb6aeee
SCA with Php Inspections (EA Ultimate)
2018-02-27 19:13:22 +01:00
f9b03dfd42
SCA with Php Inspections (EA Ultimate)
2018-02-27 19:06:27 +01:00
fe8a0a6a2e
Enable no_useless_else
rule in php-cs-fixer ( #14420 )
2017-07-10 11:26:21 +03:00
4b9e48b8dc
improved docs: link term "path alias" to the guide
2017-06-02 10:45:20 +02:00
6da1ec6fb2
Fixes #13845 : mt_rand()
is not used instead of rand()
in yii\captcha\CaptchaAction
+ minor code improvements
2017-03-24 13:50:13 +03:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
494842636e
📖 Fixed client-side
and server-side
grammar in all files
2016-09-08 10:16:02 +03:00
5e1e42839f
Fixes #11188 : Fixed wrong index usage in CaptchaAction
when calling imagefilledrectangle
2016-03-25 23:28:23 +03:00
5c4e2d4372
Removed unnecessary parentheses
2016-02-16 14:08:43 +03:00
2441e95a96
Update CaptchaAction.php
...
added missing version annotation
2015-11-23 15:45:31 +01:00
742f106ec0
Fixes #8284 : Added \yii\captcha\CaptchaAction::$imageLibrary
property allowing to set image rendering library
2015-11-23 13:40:38 +03:00
d22a689fac
Fixes #9984 : Fixed wrong captcha color in case Imagick is used
2015-10-21 17:10:35 +03:00
3f4fcbe569
Removed accidentally typed char
2015-10-10 20:53:23 +03:00
fb2fa8634d
Fixes #9877
2015-10-10 18:17:27 +03:00
7a08b8d9d9
Use ++ instead of x = x + 1
2015-10-10 01:05:56 +03:00
4ecafe653c
More compact number operations
2015-10-10 00:41:54 +03:00
21b87b67af
Fixes #7218 : yii\captcha\CaptchaAction
should send response in JSON format
2015-02-09 20:33:05 -05:00
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
3a1e0f3a5c
property codestyle framework
2014-07-30 00:21:31 +02:00
ba690d5451
Imagick image can not be converted to string on HHVM
...
made it consistent with the GD function.
See also https://github.com/yiisoft/yii/pull/3406
2014-06-23 13:46:35 +02:00
a87e589af7
Fixes #3458 : Fixed the bug that the image rendered by CaptchaAction
was using a wrong content type
2014-05-13 22:02:49 -04:00
91965fd391
phpdoc formatting issues
2014-04-23 02:55:17 +02:00
c1445871f4
Correction of many errors code inspection.
...
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
bf3c75147d
reverted breaking PHPdoc codestyle changes
...
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
df54621e76
fixes #2740
2014-03-13 21:37:44 +01:00
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
262189533a
huge amount of documentation link fixes
2014-01-28 17:54:40 +01:00
6f82959675
made post params consistend with body and query params in request
...
issue #2093
2014-01-27 10:48:33 +01:00
0c38655217
psr-4 move
2014-01-10 21:41:43 -05:00