19537 Commits (9899-cache-bug)
 

Author SHA1 Message Date
Alexander Makarov 20e0c8e1f0
Merge branch 'master' into 9899-cache-bug 4 years ago
Alexander Makarov b3546e6fdb
Fix #18535: Set Cookie SameSite to Lax by default 4 years ago
XPOHOC dfef7f8365
Fix #18539: Fix "driver does not support quoting" when using the driver pdo_odbc 4 years ago
Alexander Makarov daafa44d57
Add "Configuring SSL peer validation" to security best practices guide 4 years ago
Alexander Makarov 50831e6f08
Travis leftovers cleanup 4 years ago
Bizley d610853fdf
Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action 4 years ago
Bizley 14f1138441
Correct #18499 4 years ago
Bizley 2774f3ea6c
Fix #18529: Fix asset files path with `appendTimestamp` option for non-root-relative base URLs 4 years ago
Brandon Kelly 5b93c1a144
Fix TableTest namespace 4 years ago
Brandon Kelly 1bdbe80bfb
Execute tests/bootstrap.php via autoload-dev 4 years ago
Insolita fbd932903c
Fix #18508: Fix Postgres SQL query for load table indexes with correct column order 4 years ago
Mohamed Abdel-Monem Hussein b8e31c0d31
Fix #18460: `compareValue` in `CompareValidator` can now take a closure returning a value 4 years ago
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()` 4 years ago
stevekr 4ed14bb738
Update QueryTrait property types 4 years ago
Brandon Kelly f935065bca
Fix #18518: Add support for ngrok’s `X-Original-Host` header 4 years ago
Wilmer Arambula 920fda176a
Add separate workflow for MSSQL 4 years ago
Valerii Gorbachev ad6daecdfe
Add test for issue #14663 4 years ago
Alexander Makarov 71791d790d
Fix #18505: Fixed ArrayHelper::get() for ArrayAccess objects with explicitly defined properties 4 years ago
Kaarel 95c2d214d9
Fixed typo in di container guide 4 years ago
Alexey Lee 59358f4e5b
Fix #18501: Fix type in ArrayHelper::getColumn() phpdoc 4 years ago
Brandon Kelly 9c370a6ccf
Fix #8750: Fix MySQL support when running in `ANSI`/`ANSI_QUOTES` modes 4 years ago
Bizley bb1489dab1
Fix #18493: Faster request parsing for REST UrlRule with prefix handling 4 years ago
Bizley 03befccd48
Fix #18487: Allow creating URLs for non-GET-verb rules 4 years ago
atiline be6fa87642
Fix #18483: Add `yii\log\Logger::$dbEventNames` that allows specifying event names used to get statistical results (profiling) of DB queries 4 years ago
Robert Korulczyk dcd86f9234
Avoid double spaces before "and" in phpdoc of virtual properties 4 years ago
gazooz a3b7c65622
Fix #18479: Fix invalid argument type for `preg_split` in `\yii\console\Controller` 4 years ago
Bert Brunekreeft 71030dc728
Fix #18480: Transactions are not committed using the dblib driver 4 years ago
Bizley 95bf26a3ba
Fix #18477: Fix detecting availability of Xdebug's stack trace in `yii\base\ErrorException` 4 years ago
PowerGamer1 0781b02cc3
Fix #18455: Add ability to use separate attributes for data model and filter model of `yii\grid\GridView` in `yii\grid\DataColumn` 4 years ago
Bizley 13cda988e7
#18475: Correct conditional configuration of db property 4 years ago
Ikko Ashimine 19a2043412
Fix typo in Connection.php 4 years ago
stevekr 5995edb670
Update public property types of yii\base\Module 4 years ago
Bizley 684310828b
Fix #18464: Fix bug with processing fallback messages when translation language is set to `null` 4 years ago
Bizley f544883148
Fix #18472: Fix initializing db component configuration 4 years ago
Bizley e2f286e96d
Add more examples for `exists` and `unique` validators 4 years ago
Brandon Kelly 30e99a7a66
Fix #18457: Add `EVENT_RESET` and `EVENT_FINISH` events to `yii\db\BatchQueryResult` 4 years ago
Bizley eae4b7daa0
Fix #18461: Add missing UPGRADE info, fix wrong bug ID 4 years ago
Bizley 19da4511fb
Fix #18472: Fix initializing `db` component configuration in `yii\data\ActiveDataProvider` 4 years ago
Alexander Makarov ff0760142d
Tolerate errors during fixing phpdoc 4 years ago
Valerii Gorbachev 9883b78214
Fix #18448: Fix issues in queries and tests for older MSSQL versions 4 years ago
Valerii Gorbachev 0571e806b9
Fix #18447: Do not use `getLastInsertID` to get PK from insert query to lower collision probability for concurrent inserts 4 years ago
Alexander Makarov ca53895500
prepare for next release 4 years ago
Alexander Makarov ea8fe8dcc1
release version 2.0.40 4 years ago
Alexander Makarov 0e5dbabd7d
Move incorrectly placed changelog line 4 years ago
Alexander Makarov a1035ee43e
Fix language 4 years ago
Isitar bceba86952
Fix #18414: Fix `AssetManager::appendTimestamp()` not appending timestamp for website root in sub-directory 4 years ago
Alexander Makarov 74ecc14238
Fix changelog typo 4 years ago
Valerii Gorbachev 82400fc33e
Fix #18365 : Move quoting of table names to upper level to function `getSchemaMetadata()` in MSSQL driver to get clean names from schema 4 years ago
Bizley b8f4958092
Fix #18442: Fix calls with array access to strings 4 years ago
Bizley 02c77da812
Fix #18395: Fix regression in `yii\helpers\BaseArrayHelper::filter()` (allowing filtering arrays with numeric keys) 4 years ago