|
|
4997c51152
|
Fix #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly
|
2021-03-04 17:01:22 +03:00 |
|
|
|
6dad27d4a1
|
Reversed #18499 (#18546)
|
2021-03-04 12:53:11 +03:00 |
|
|
|
cd9cc45845
|
prepare for next release
|
2021-03-04 00:52:38 +03:00 |
|
|
|
4e2045c040
|
release version 2.0.41
2.0.41
|
2021-03-04 00:51:35 +03:00 |
|
|
|
1ace064848
|
Pre-release adjustments
|
2021-03-03 20:52:52 +03:00 |
|
|
|
6b1750d35f
|
Add note about updating cacert.pem
|
2021-03-03 15:48:49 +03:00 |
|
|
|
3883d73cea
|
Fix #9718: Fix user staying authorized despite authKey change
|
2021-03-03 13:18:06 +03:00 |
|
|
|
b3546e6fdb
|
Fix #18535: Set Cookie SameSite to Lax by default
|
2021-03-03 10:12:20 +03:00 |
|
|
|
dfef7f8365
|
Fix #18539: Fix "driver does not support quoting" when using the driver pdo_odbc
|
2021-03-03 10:11:00 +03:00 |
|
|
|
daafa44d57
|
Add "Configuring SSL peer validation" to security best practices guide
|
2021-03-03 03:21:50 +03:00 |
|
|
|
50831e6f08
|
Travis leftovers cleanup
|
2021-03-03 02:21:39 +03:00 |
|
|
|
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 |
|
|
|
14f1138441
|
Correct #18499
|
2021-03-01 23:02:28 +03:00 |
|
|
|
2774f3ea6c
|
Fix #18529: Fix asset files path with appendTimestamp option for non-root-relative base URLs
|
2021-02-27 15:06:08 +03:00 |
|
|
|
5b93c1a144
|
Fix TableTest namespace
|
2021-02-26 23:15:25 +03:00 |
|
|
|
1bdbe80bfb
|
Execute tests/bootstrap.php via autoload-dev
|
2021-02-26 23:14:43 +03:00 |
|
|
|
fbd932903c
|
Fix #18508: Fix Postgres SQL query for load table indexes with correct column order
|
2021-02-25 13:08:35 +03:00 |
|
|
|
b8e31c0d31
|
Fix #18460: compareValue in CompareValidator can now take a closure returning a value
|
2021-02-25 13:01:38 +03:00 |
|
|
|
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 |
|
|
|
4ed14bb738
|
Update QueryTrait property types
|
2021-02-17 19:38:42 +03:00 |
|
|
|
f935065bca
|
Fix #18518: Add support for ngrok’s X-Original-Host header
|
2021-02-16 20:04:58 +03:00 |
|
|
|
920fda176a
|
Add separate workflow for MSSQL
|
2021-02-08 22:33:26 +03:00 |
|
|
|
ad6daecdfe
|
Add test for issue #14663
|
2021-02-08 22:31:41 +03:00 |
|
|
|
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 |
|
|
|
95c2d214d9
|
Fixed typo in di container guide
|
2021-02-02 22:48:07 +03:00 |
|
|
|
59358f4e5b
|
Fix #18501: Fix type in ArrayHelper::getColumn() phpdoc
|
2021-02-02 01:10:55 +03:00 |
|
|
|
9c370a6ccf
|
Fix #8750: Fix MySQL support when running in ANSI/ANSI_QUOTES modes
|
2021-01-30 23:21:04 +03:00 |
|
|
|
bb1489dab1
|
Fix #18493: Faster request parsing for REST UrlRule with prefix handling
|
2021-01-26 15:49:14 +03:00 |
|
|
|
03befccd48
|
Fix #18487: Allow creating URLs for non-GET-verb rules
|
2021-01-26 14:47:53 +03:00 |
|
|
|
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 |
|
|
|
dcd86f9234
|
Avoid double spaces before "and" in phpdoc of virtual properties
|
2021-01-14 13:13:48 +03:00 |
|
|
|
a3b7c65622
|
Fix #18479: Fix invalid argument type for preg_split in \yii\console\Controller
|
2021-01-13 17:30:05 +03:00 |
|
|
|
71030dc728
|
Fix #18480: Transactions are not committed using the dblib driver
|
2021-01-13 16:51:36 +03:00 |
|
|
|
95bf26a3ba
|
Fix #18477: Fix detecting availability of Xdebug's stack trace in yii\base\ErrorException
|
2021-01-13 16:13:41 +03:00 |
|
|
|
0781b02cc3
|
Fix #18455: Add ability to use separate attributes for data model and filter model of yii\grid\GridView in yii\grid\DataColumn
|
2021-01-13 11:47:30 +03:00 |
|
|
|
13cda988e7
|
#18475: Correct conditional configuration of db property
|
2021-01-13 11:35:50 +03:00 |
|
|
|
19a2043412
|
Fix typo in Connection.php
avaiable -> available
|
2021-01-12 20:51:55 +03:00 |
|
|
|
5995edb670
|
Update public property types of yii\base\Module
|
2021-01-11 15:20:11 +03:00 |
|
|
|
684310828b
|
Fix #18464: Fix bug with processing fallback messages when translation language is set to null
|
2021-01-11 15:18:39 +03:00 |
|
|
|
f544883148
|
Fix #18472: Fix initializing db component configuration
|
2021-01-11 14:54:39 +03:00 |
|
|
|
e2f286e96d
|
Add more examples for exists and unique validators
|
2021-01-11 14:48:16 +03:00 |
|
|
|
30e99a7a66
|
Fix #18457: Add EVENT_RESET and EVENT_FINISH events to yii\db\BatchQueryResult
|
2021-01-11 14:45:47 +03:00 |
|
|
|
eae4b7daa0
|
Fix #18461: Add missing UPGRADE info, fix wrong bug ID
|
2021-01-11 14:36:28 +03:00 |
|
|
|
19da4511fb
|
Fix #18472: Fix initializing db component configuration in yii\data\ActiveDataProvider
|
2021-01-11 11:16:52 +03:00 |
|
|
|
ff0760142d
|
Tolerate errors during fixing phpdoc
|
2020-12-28 00:16:02 +03:00 |
|
|
|
9883b78214
|
Fix #18448: Fix issues in queries and tests for older MSSQL versions
|
2020-12-24 17:37:07 +03:00 |
|
|
|
0571e806b9
|
Fix #18447: Do not use getLastInsertID to get PK from insert query to lower collision probability for concurrent inserts
|
2020-12-24 14:04:01 +03:00 |
|
|
|
ca53895500
|
prepare for next release
|
2020-12-23 18:45:09 +03:00 |
|
|
|
ea8fe8dcc1
|
release version 2.0.40
2.0.40
|
2020-12-23 18:44:43 +03:00 |
|
|
|
0e5dbabd7d
|
Move incorrectly placed changelog line
|
2020-12-23 18:24:05 +03:00 |
|