2886 Commits (618228403954495f9734185b62d85bfc4f23ab92)

Author SHA1 Message Date
Bizley 4997c51152
Fix #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly 4 years ago
Bizley 6dad27d4a1
Reversed #18499 (#18546) 4 years ago
Alexander Makarov cd9cc45845
prepare for next release 4 years ago
Alexander Makarov 4e2045c040
release version 2.0.41 4 years ago
Alexander Makarov 1ace064848
Pre-release adjustments 4 years ago
Alexander Makarov 3883d73cea
Fix #9718: Fix user staying authorized despite authKey change 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
Bizley d610853fdf
Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action 4 years ago
Bizley 2774f3ea6c
Fix #18529: Fix asset files path with `appendTimestamp` option for non-root-relative base URLs 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
Brandon Kelly f935065bca
Fix #18518: Add support for ngrok’s `X-Original-Host` header 4 years ago
Alexander Makarov 71791d790d
Fix #18505: Fixed ArrayHelper::get() for ArrayAccess objects with explicitly defined properties 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
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 684310828b
Fix #18464: Fix bug with processing fallback messages when translation language is set to `null` 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
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
Spell6inder fb35f20f6d
Fix #18435: Change the check order whether an object is an implementation of `Arrayable` or `JsonSerializable` in `\yii\base\ArrayableTrait::toArray()` and `\yii\rest\Serializer::serialize()` 4 years ago
Bizley 112effc631
Fix #18435: Fix ensuring Active Record relation links' keys to be strings 4 years ago
Bizley ff0fd9a9ea
Fix #16492: Fix eager loading Active Record relations when relation key is a subject to a type-casting behavior 4 years ago
Yusup Hambali 771e96d7db
Fix #18400: Set parent module of the newly attached child module by `Module::setModule()` and `Module::setModules()` 4 years ago
代码之美 6cba80d887
Fix #18339: Fix migrate controller actions to return exit codes 4 years ago
stevekr 98533b7e31
Fix #18426: Fix check for route's leading slash in `yii\widgets\Menu` 4 years ago
Valerii Gorbachev 7c7c7148f6
Fix #18287: Fix the OUTPUT got SQL syntax error if the column name is MSSQL keyword e.g key 4 years ago
Brandon Kelly cafe8e315c
Fix #18406: Fix PDO exception when committing or rolling back an autocommitted transaction in PHP 8 4 years ago
Aleksandr Bogatikov e208a5aa0d
Fix #18383: RBAC's generated file made PSR-12 compliant 4 years ago
hooman-mirghasemi b647c87e98
Fix #18393: Fix ` framework/db/ActiveRecord.php ` to load data from db id cache is enabled 4 years ago
Dmitry Brusensky 47446a5a99
Fix #18386: Fix `assets/yii.activeForm.js` incorrect target selector for `validatingCssClass` 4 years ago
Basil 890df1c867
Fix #18381: The `yii\web\AssetManager` `$basePath` readable and writeable check has been moved to the `checkBasePathPermission()`. This check will run once before `publishFile()` and `publishDirectory()` 4 years ago