Commit Graph

8896 Commits

Author SHA1 Message Date
Toir Tuychiev
054e259861 Fixed typo in console/Application.php (#18596) 2021-04-06 12:33:16 +03:00
Sartor
6809523cc2 Db pgsql getRawSql params replace fix changelog line 2021-04-02 10:26:03 +03:00
Sartor
395dc70468 Merge branch 'master' into fix/db-pgsql-raw-sql-params 2021-04-01 23:49:53 +03:00
Sartor
335385d7ba Db pgsql getRawSql params replace fix 2021-04-01 19:37:50 +03: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
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
simialbi
45a81c1eeb Minified SVGs (#18573) 2021-03-22 11:43:58 +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
Simon Karlen
1ef65a9f7c fixed icon sizes (inline css) and added link to fontawesome 2021-03-18 08:25:38 +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
DarkDef
7017903fe4 Storing check on varbinary the result in a private property 2021-03-16 20:48:25 +03:00
DarkDef
64ecbf10b1 Fix for issue #18526
DbCache doesn't working using MSSQL/SqlServer
2021-03-15 22:47:54 +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
Dmitry Eliseev
4479c66522 Fixed phpdoc types 2021-03-12 23:41:48 +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
Bizley
7f6671cdfc Update OWASP link 2021-03-10 22:51:34 +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
stevekr
6182284039 Update Formatter types 2021-03-04 17:03:03 +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
Alexander Makarov
cd9cc45845 prepare for next release 2021-03-04 00:52:38 +03:00
Alexander Makarov
4e2045c040 release version 2.0.41 2021-03-04 00:51:35 +03:00
Alexander Makarov
1ace064848 Pre-release adjustments 2021-03-03 20:52:52 +03:00
Alexander Makarov
3883d73cea Fix #9718: Fix user staying authorized despite authKey change 2021-03-03 13:18:06 +03:00
Alexander Makarov
b3546e6fdb Fix #18535: Set Cookie SameSite to Lax by default 2021-03-03 10:12:20 +03:00
XPOHOC
dfef7f8365 Fix #18539: Fix "driver does not support quoting" when using the driver pdo_odbc 2021-03-03 10:11:00 +03:00
Bizley
d610853fdf Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action 2021-03-02 14:24:17 +03:00
Bizley
14f1138441 Correct #18499 2021-03-01 23:02:28 +03:00
Bizley
2774f3ea6c Fix #18529: Fix asset files path with appendTimestamp option for non-root-relative base URLs 2021-02-27 15:06:08 +03:00
Insolita
fbd932903c Fix #18508: Fix Postgres SQL query for load table indexes with correct column order 2021-02-25 13:08:35 +03:00
Mohamed Abdel-Monem Hussein
b8e31c0d31 Fix #18460: compareValue in CompareValidator can now take a closure returning a value 2021-02-25 13:01:38 +03:00
Ondřej Vašíček
d1037db68d Fix #18499: When using yii\db\Query::all() and yii\db\Query::$indexBy, the yii\db\Query::$indexBy is auto inserted into yii\db\Query::$select - the same as in yii\db\Query::column()
Co-authored-by: Bizley <pawel@positive.codes>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2021-02-23 18:44:39 +03:00
stevekr
4ed14bb738 Update QueryTrait property types 2021-02-17 19:38:42 +03:00
Brandon Kelly
f935065bca Fix #18518: Add support for ngrok’s X-Original-Host header 2021-02-16 20:04:58 +03:00
Alexander Makarov
71791d790d Fix #18505: Fixed ArrayHelper::get() for ArrayAccess objects with explicitly defined properties
Co-authored-by: Bizley <pawel@positive.codes>
2021-02-04 15:30:56 +03:00
Alexey Lee
59358f4e5b Fix #18501: Fix type in ArrayHelper::getColumn() phpdoc 2021-02-02 01:10:55 +03:00
Brandon Kelly
9c370a6ccf Fix #8750: Fix MySQL support when running in ANSI/ANSI_QUOTES modes 2021-01-30 23:21:04 +03:00
Bizley
bb1489dab1 Fix #18493: Faster request parsing for REST UrlRule with prefix handling 2021-01-26 15:49:14 +03:00
Bizley
03befccd48 Fix #18487: Allow creating URLs for non-GET-verb rules 2021-01-26 14:47:53 +03:00
atiline
be6fa87642 Fix #18483: Add yii\log\Logger::$dbEventNames that allows specifying event names used to get statistical results (profiling) of DB queries 2021-01-14 19:15:09 +03:00