Commit Graph

2934 Commits

Author SHA1 Message Date
rhertogh
4d5fea7f6c Fix #18695: Added yii\web\Cookie::SAME_SITE_NONE constant 2021-06-05 14:06:17 +03:00
rhertogh
31ca0fcb6f Fix #18676: Added method yii\helpers\BaseFileHelper::changeOwnership() and properties newFileMode/newFileOwnership in yii\console\controllers\BaseMigrateController
Co-authored-by: Bizley <pawel@positive.codes>
2021-05-30 19:26:15 +03:00
aidanbek
fff35b3796 Fix #18678: Fix yii\caching\DbCache to use configured cache table name instead of the default one in case of MSSQL varbinary column type detection 2021-05-24 14:53:04 +03:00
rhertogh
0cd68a330d Fix #18669: Changed visibility of yii\web\User::checkRedirectAcceptable() to public 2021-05-23 17:37:01 +03:00
Anton
2520e50c52 Fix #18653: Added method yii\helpers\BaseHtml::getInputIdByName() 2021-05-13 22:20:42 +03:00
Marco van 't Wout
7e323ba07c Fix #18650: Refactor framework/assets/yii.activeForm.js arrow function into traditional function for IE11 compatibility 2021-05-12 18:11:39 +03:00
Bizley
66ff8309b9 Update CHANGELOG.md 2021-05-10 10:12:37 +02:00
Kamchybek Jusupov
c6441b750c Merge branch 'inflextor_fixes' of github.com:kjusupov/yii2 into inflextor_fixes 2021-05-10 16:10:22 +08:00
Kamchybek Jusupov
3019d4aa8e Merge branch 'inflextor_fixes' of github.com:kjusupov/yii2 into inflextor_fixes 2021-05-10 16:10:08 +08:00
Bizley
e63be01f20 Update CHANGELOG.md 2021-05-10 10:09:36 +02:00
Kamchybek Jusupov
157043b3be Merge branch 'inflextor_fixes' of github.com:kjusupov/yii2 into inflextor_fixes 2021-05-10 16:05:39 +08:00
Kamchybek Jusupov
94a6b5d548 Added the CHANGELOG entry 2021-05-10 16:05:28 +08:00
Alexander Makarov
f422d419c2 prepare for next release 2021-05-06 14:44:58 +03:00
Alexander Makarov
273cbab90e release version 2.0.42.1 2021-05-06 14:44:35 +03:00
Bizley
52cf02d685 Fix #18634: Fix yii\db\BaseActiveRecord::unlink() and unlinkAll() to omit condition for on property when it doesn't exist 2021-05-06 13:04:40 +03:00
Alexander Makarov
3a58026359 prepare for next release 2021-05-06 00:08:58 +03:00
Alexander Makarov
88a7a00458 release version 2.0.42 2021-05-06 00:08:29 +03:00
Alexander Makarov
26656a2ed1 Minor cleanup 2021-05-05 19:29:51 +03:00
Bizley
68a1c32400 Fix #18624: Fix yii\di\Container to properly resolve dependencies in case of PHP 8 union types 2021-05-04 16:19:24 +03:00
DarkDef
4f74d2a2db Add line to changelog 2021-04-29 19:47:01 +03:00
Mikk Tendermann
629133f1bf Fix #18619: Do not modify yii\web\Cookie::$path on yii\web\Response::sendCookies() 2021-04-27 21:10:13 +03:00
Никита Медведев
f00e44fb6e Fix #18569: Add NumberValidator::$allowArray 2021-04-26 15:43:13 +03:00
Alexander Makarov
250b2cf4ff Remove extra space from changelog 2021-04-24 11:35:14 +03:00
Alexander Makarov
f62701bf1d Fixed another call 2021-04-24 11:33:59 +03:00
Alexander Makarov
3d4b0f941e Add changelog 2021-04-23 23:33:06 +03:00
Bizley
a6dba47963 Fix #18590: Fix yii\web\UrlManager to instantiate cache only when it's actually needed 2021-04-10 13:02:23 +03:00
bscheshirwork
5ad809e815 Fix #18593: Fix setting the maxlength attribute for Html::activeInput() and Html::activeTextArea() based on length parameter of validator 2021-04-09 20:15:14 +03:00
Bizley
f48fc452af Merge branch 'master' into 18585-email-validator-idn-fix 2021-04-02 10:27:48 +02:00
Sartor
6809523cc2 Db pgsql getRawSql params replace fix changelog line 2021-04-02 10:26:03 +03:00
Aaron Mueller
ddde2c2e0f Merge branch 'master' of git://github.com/yiisoft/yii2 into 18585-email-validator-idn-fix 2021-04-01 16:24:48 -07:00
Toir Tuychiev
2650948e87 Fix #18323: Fix client validation of RadioList when there are disabled items 2021-04-01 01:13:53 +03:00
Dmytro Naumenko
10bb71a822 Fix #17203: Fix yii\db\Connection to persist customized queryBuilder configuration after the close()open() cycle 2021-04-01 01:10:16 +03:00
theonedemon
42e8aa4ea5 Fix #18325: Fix yii\db\pgsql\Schema to respect non-default PgSQL schema name for data types
Co-authored-by: SilverFire - Dmitry Naumenko <d.naumenko.a@gmail.com>
2021-04-01 00:52:02 +03:00
Aaron Mueller
3593696b93 Fixing Email Validator to handle edge case where email address is valid but fails ascii conversion. 2021-03-31 11:50:24 -07:00
Bizley
a03fb0c01e Fix #17631: Fix yii\widgets\BaseListView to properly render custom summary 2021-03-26 13:53:42 +03:00
Pigo
14a581562a Fix #18566: Throw the original exception when yii\web\Controller::bindInjectedParams() catches HttpException 2021-03-23 21:38:52 +03:00
Bizley
34441ca549 Fix #14343: Fix yii\test\ActiveFixture to use model's DB connection instead of the default one 2021-03-22 00:37:54 +03:00
Alexander Krug
74d1842dee Use the correct db if strict mode is used in DbSession fixes #18574 2021-03-18 15:39:57 +01:00
Bizley
3dd3692b7c Update CHANGELOG.md 2021-03-17 11:12:02 +01:00
DarkDef
d92fd370ee add lines to CHANGELOG.md 2021-03-17 09:00:42 +03:00
Bizley
54f25c4b04 Fix #17174: Fix yii\db\BaseActiveRecord::unlink() to not ignore on conditions in via relations 2021-03-14 19:04:07 +03:00
Bizley
9a7f778194 Fix #18557: Fix yii\data\ActiveDataProvider to handle DB connection configuration of different type than just yii\db\Connection 2021-03-14 18:43:25 +03:00
Daniil Sazhin
db47207018 Fix #18534: Added prepareSearchQuery property in yii\rest\IndexAction 2021-03-13 00:05:49 +03:00
simialbi
ba9366be0d Fix #17479: Fix yii\grid\ActionColumn to render icons when no glyphicons are available 2021-03-12 23:58:20 +03:00
Bizley
cfe782b3f5 Fix #18544: Fix yii\validators\NumberValidator to disallow values with whitespaces 2021-03-11 00:40:34 +03:00
Bizley
bd2b1f25f0 Fix #18552: Fix bug with yii\data\SqlDataProvider not properly handling SQL with ORDER BY clause 2021-03-10 23:28:45 +03:00
Alexander Makarov
426c84ae1b prepare for next release 2021-03-04 18:45:37 +03:00
Alexander Makarov
5fbd28e056 release version 2.0.41.1 2021-03-04 18:45:04 +03:00
Bizley
4997c51152 Fix #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly 2021-03-04 17:01:22 +03:00
Bizley
6dad27d4a1 Reversed #18499 (#18546) 2021-03-04 12:53:11 +03:00