Commit Graph

8965 Commits

Author SHA1 Message Date
stevekr
98533b7e31 Fix #18426: Fix check for route's leading slash in yii\widgets\Menu 2020-12-09 14:05:26 +03:00
Valerii Gorbachev
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
flight643
7c5fcf32b4 Add int return type queryScalar and scalar method docs 2020-12-07 18:48:24 +03:00
Sergei Predvoditelev
f450760449 Fix typo 2020-12-06 12:12:46 +03:00
mrblc
c46d209b56 Fix Croatian message translation 2020-11-30 16:48:37 +03:00
Brandon Kelly
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
Aleksandr Bogatikov
e208a5aa0d Fix #18383: RBAC's generated file made PSR-12 compliant 2020-11-26 16:15:34 +03:00
hooman-mirghasemi
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
stevekr
e77fee2482 Fix phpdoc types 2020-11-24 17:45:01 +03:00
Dmitry Brusensky
47446a5a99 Fix #18386: Fix assets/yii.activeForm.js incorrect target selector for validatingCssClass 2020-11-23 23:07:40 +03:00
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() 2020-11-23 23:06:25 +03:00
Rober Díaz
6b33ddf441 Fix #18199: Fix content body response on 304 HTTP status code, according to RFC 7232 2020-11-23 23:05:04 +03:00
Brandon Kelly
279f59a3d4 Fix #18394: Add support for setting yii\web\Response::$stream to a callable 2020-11-23 22:56:59 +03:00
Alexander Makarov
f72718ebbe prepare for next release 2020-11-23 22:18:27 +03:00
Alexander Makarov
939b188382 release version 2.0.39.3 2020-11-23 22:17:58 +03:00
Alexander Makarov
b7a3e17d1d Adjust version in changelog 2020-11-23 19:19:56 +03:00
Sergei Predvoditelev
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
stevekr
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
Vikas Yadav
9ed1b4c94a Add inheritdoc to generate proper docblock in API docs 2020-11-18 11:25:42 +03:00
Rober Díaz
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
Alexander Makarov
b4723c9f49 prepare for next release 2020-11-13 13:15:59 +03:00
Alexander Makarov
a7879df969 release version 2.0.39.2 2020-11-13 13:15:29 +03:00
Sergei Predvoditelev
d633a9188e Fix #18378: Fix not taking default value when unable to resolve abstract class via DI container 2020-11-12 16:42:04 +03:00
Alexander Makarov
59a9c81ce5 Fix typo 2020-11-11 10:47:14 +03:00
Alexander Makarov
c6a8b307e1 prepare for next release 2020-11-10 23:17:13 +03:00
Alexander Makarov
ca0c31f4a7 release version 2.0.39.1 2020-11-10 23:15:57 +03:00
Sergei Predvoditelev
bbd9a267d6 Fix #18373: Fix not taking default value when unable to resolve non-exing class via DI container 2020-11-10 23:09:49 +03:00
Bizley
ee0fe97a45 Fix #18370: Add option to provide a string replacement for null value in yii\data\DataFilter 2020-11-10 16:13:21 +03:00
Alexander Makarov
d60252f051 prepare for next release 2020-11-10 13:59:19 +03:00
Alexander Makarov
ccb14ff667 release version 2.0.39 2020-11-10 13:58:35 +03:00
Alexander Makarov
09d9600b44 Fix changelog lines 2020-11-10 13:51:26 +03:00
stevekr
bdc29982fa Fix @method signatures in ActiveRelationTrait (#18369) 2020-11-06 20:13:19 +03:00
Sergei Predvoditelev
50d5fb2bd9 Fix #18304: Added support of constructor parameters with default values to DI container 2020-11-02 19:44:13 +03:00
Alexander Makarov
835971c6f6 Fix Controller phpdoc annotations 2020-11-02 13:13:11 +03:00
Sergei Predvoditelev
306171b582 Add phpdoc for properties "request" and "response" in web and console controllers (#18361) 2020-11-01 17:38:32 +03:00
rhertogh
7e4026cd62 Fixed UPGRADE.md for "Respect ini session use strict mode" (#18362) 2020-11-01 17:37:41 +03:00
Sergei Predvoditelev
23cfb38cea Fix #18285: Enhanced DI container to allow passing parameters by name in constructor 2020-11-01 00:31:27 +03:00
Bizley
840083724e Fix #18351: Added option to change default timezone for parsing formats without time part in yii\validators\DateValidator 2020-10-31 15:59:20 +03:00
rhertogh
ce088e05df Fix #18247: Added support for the 'session.use_strict_mode' ini directive in yii\web\Session 2020-10-31 11:58:34 +03:00
Evgeniy Tkachenko
f8337a15c2 Fix #18263: Fix writing \yii\caching\FileCache files to the same directory when keyPrefix is set 2020-10-24 13:13:19 +03:00
Ivan Sidorov
cd36f505b1 Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 2020-10-23 22:21:03 +03:00
Alexander Makarov
ed1c087784 Fix #18317: Additional PHP 8 compatibility fixes
Co-authored-by: Bizley <pawel@positive.codes>
2020-10-23 12:42:44 +03:00
DarkDef
f94fd13228 Adjust types in ActiveRecordInterface::updateAll() phpdoc (#18341) 2020-10-19 22:49:13 +03:00
Toir427
251a3aaf23 Fix #18336: typo in documentation 2020-10-19 01:21:07 +03:00
杨晶旭
7ff516063d Fix #18160, fix #18192: Fixed registerFile with argument depends set does not use the position and appendTimestamp argument, also modify the unit view 2020-10-11 15:03:12 +03:00
Walid Said
3dabcdb6ab Fix #18313: Fix multipart form data parse with double quotes 2020-10-05 13:08:32 +03:00
Walid Said
3f3003d823 Fix #18303: Fix creating migration issue for column methods used after defaultValues 2020-10-05 01:02:21 +03:00
DarkDef
7a50da5cf8 Fix #18287: Fix for OUTPUT INSERTED and computed columns. Added flag to computed values in table schema 2020-10-04 21:44:18 +03:00
Tobias Munk
88e79d3f8e Fix #18290: Fix response with non-seekable streams 2020-10-02 11:48:02 +03:00
DrDeath72
0210999748 Fix #18308: Fixed \yii\base\Model::getErrorSummary() reverse order 2020-10-02 11:43:30 +03:00