8945 Commits

Author SHA1 Message Date
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
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
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 2020-12-23 18:44:43 +03:00
0e5dbabd7d Move incorrectly placed changelog line 2020-12-23 18:24:05 +03:00
a1035ee43e Fix language 2020-12-23 16:36:56 +03:00
bceba86952 Fix #18414: Fix AssetManager::appendTimestamp() not appending timestamp for website root in sub-directory 2020-12-23 12:57:29 +03:00
74ecc14238 Fix changelog typo 2020-12-23 12:42:49 +03:00
82400fc33e Fix #18365 : Move quoting of table names to upper level to function getSchemaMetadata() in MSSQL driver to get clean names from schema 2020-12-23 12:40:05 +03:00
b8f4958092 Fix #18442: Fix calls with array access to strings 2020-12-23 01:08:58 +03:00
02c77da812 Fix #18395: Fix regression in yii\helpers\BaseArrayHelper::filter() (allowing filtering arrays with numeric keys) 2020-12-22 22:35:51 +03:00
cffb129605 Few quick fixes to make IDE happy 2020-12-22 18:44:15 +03:00
8824ee7eed Fix typo in SafeValidator
assigment -> assignment
2020-12-21 15:15:48 +03:00
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() 2020-12-21 11:08:09 +03:00
112effc631 Fix #18435: Fix ensuring Active Record relation links' keys to be strings 2020-12-18 19:12:33 +03:00
15327fe969 Fix typo in ArrayableTrait.php
embeded -> embedded
2020-12-17 23:17:12 +03:00
ff0fd9a9ea Fix #16492: Fix eager loading Active Record relations when relation key is a subject to a type-casting behavior 2020-12-15 22:56:24 +03:00
771e96d7db Fix #18400: Set parent module of the newly attached child module by Module::setModule() and Module::setModules() 2020-12-15 17:52:30 +03:00
6cba80d887 Fix #18339: Fix migrate controller actions to return exit codes
Co-authored-by: Bizley <pawel@positive.codes>
2020-12-09 16:48:39 +03:00
98533b7e31 Fix #18426: Fix check for route's leading slash in yii\widgets\Menu 2020-12-09 14:05:26 +03:00
7c7c7148f6 Fix #18287: Fix the OUTPUT got SQL syntax error if the column name is MSSQL keyword e.g key 2020-12-09 00:09:11 +03:00
7c5fcf32b4 Add int return type queryScalar and scalar method docs 2020-12-07 18:48:24 +03:00
f450760449 Fix typo 2020-12-06 12:12:46 +03:00
c46d209b56 Fix Croatian message translation 2020-11-30 16:48:37 +03:00
cafe8e315c Fix #18406: Fix PDO exception when committing or rolling back an autocommitted transaction in PHP 8 2020-11-26 23:54:56 +03:00
e208a5aa0d Fix #18383: RBAC's generated file made PSR-12 compliant 2020-11-26 16:15:34 +03:00
b647c87e98 Fix #18393: Fix framework/db/ActiveRecord.php to load data from db id cache is enabled 2020-11-25 11:03:25 +03:00
e77fee2482 Fix phpdoc types 2020-11-24 17:45:01 +03:00
47446a5a99 Fix #18386: Fix assets/yii.activeForm.js incorrect target selector for validatingCssClass 2020-11-23 23:07:40 +03:00
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() 2020-11-23 23:06:25 +03:00
6b33ddf441 Fix #18199: Fix content body response on 304 HTTP status code, according to RFC 7232 2020-11-23 23:05:04 +03:00
279f59a3d4 Fix #18394: Add support for setting yii\web\Response::$stream to a callable 2020-11-23 22:56:59 +03:00
f72718ebbe prepare for next release 2020-11-23 22:18:27 +03:00
939b188382 release version 2.0.39.3 2020-11-23 22:17:58 +03:00
b7a3e17d1d Adjust version in changelog 2020-11-23 19:19:56 +03:00
22d3255890 Fix #18396: Fix not throw InvalidConfigException when failed to instantiate class via DI container in some cases 2020-11-20 18:20:11 +03:00
51c72b582b Fix types in Controller and View classes (#18397)
* Set yii\base\Controller::actions() return type
* Change yii\base\View::$params type to array
2020-11-19 14:46:13 +03:00
9ed1b4c94a Add inheritdoc to generate proper docblock in API docs 2020-11-18 11:25:42 +03:00
763a2b04ea Fix #18200: Add maxlength attribute by default to the input text when it is an active field within a yii\grid\DataColumn 2020-11-15 22:16:20 +03:00