2886 Commits (618228403954495f9734185b62d85bfc4f23ab92)

Author SHA1 Message Date
Rober Díaz 6b33ddf441
Fix #18199: Fix content body response on 304 HTTP status code, according to RFC 7232 4 years ago
Brandon Kelly 279f59a3d4
Fix #18394: Add support for setting `yii\web\Response::$stream` to a callable 4 years ago
Alexander Makarov f72718ebbe
prepare for next release 4 years ago
Alexander Makarov 939b188382
release version 2.0.39.3 4 years ago
Alexander Makarov b7a3e17d1d
Adjust version in changelog 4 years ago
Sergei Predvoditelev 22d3255890
Fix #18396: Fix not throw `InvalidConfigException` when failed to instantiate class via DI container in some cases 4 years ago
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` 4 years ago
Alexander Makarov b4723c9f49
prepare for next release 4 years ago
Alexander Makarov a7879df969
release version 2.0.39.2 4 years ago
Sergei Predvoditelev d633a9188e
Fix #18378: Fix not taking default value when unable to resolve abstract class via DI container 4 years ago
Alexander Makarov 59a9c81ce5
Fix typo 4 years ago
Alexander Makarov c6a8b307e1
prepare for next release 4 years ago
Alexander Makarov ca0c31f4a7
release version 2.0.39.1 4 years ago
Sergei Predvoditelev bbd9a267d6
Fix #18373: Fix not taking default value when unable to resolve non-exing class via DI container 4 years ago
Bizley ee0fe97a45
Fix #18370: Add option to provide a string replacement for `null` value in `yii\data\DataFilter` 4 years ago
Alexander Makarov d60252f051
prepare for next release 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Alexander Makarov 09d9600b44
Fix changelog lines 4 years ago
Sergei Predvoditelev 50d5fb2bd9
Fix #18304: Added support of constructor parameters with default values to DI container 4 years ago
Sergei Predvoditelev 23cfb38cea
Fix #18285: Enhanced DI container to allow passing parameters by name in constructor 4 years ago
Bizley 840083724e
Fix #18351: Added option to change default timezone for parsing formats without time part in `yii\validators\DateValidator` 4 years ago
rhertogh ce088e05df
Fix #18247: Added support for the 'session.use_strict_mode' ini directive in `yii\web\Session` 4 years ago
Evgeniy Tkachenko f8337a15c2
Fix #18263: Fix writing `\yii\caching\FileCache` files to the same directory when `keyPrefix` is set 4 years ago
Ivan Sidorov cd36f505b1
Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
Alexander Makarov ed1c087784
Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
杨晶旭 7ff516063d
Fix #18160, fix #18192: Fixed `registerFile` with argument depends set does not use the position and appendTimestamp argument, also modify the unit view 4 years ago
Walid Said 3dabcdb6ab
Fix #18313: Fix multipart form data parse with double quotes 4 years ago
Walid Said 3f3003d823
Fix #18303: Fix creating migration issue for column methods used after defaultValues 4 years ago
DarkDef 7a50da5cf8
Fix #18287: Fix for OUTPUT INSERTED and computed columns. Added flag to computed values in table schema 4 years ago
Tobias Munk 88e79d3f8e
Fix #18290: Fix response with non-seekable streams 4 years ago
DrDeath72 0210999748
Fix #18308: Fixed `\yii\base\Model::getErrorSummary()` reverse order 4 years ago
Alex 1d7baabab5
Fix #18297: Replace usage of deprecated `ReflectionParameter::isArray()` method in PHP8 4 years ago
Bizley 67728476ec
Fix #16418: Fixed `yii\data\Pagination::getLinks()` to return links to the first and the last pages regardless of the current page 4 years ago
Alexander Makarov 928b511d75
prepare for next release 4 years ago
Alexander Makarov 6e694ee249
release version 2.0.38 4 years ago
Alexander Makarov 9abccb96d7
Merge pull request from GHSA-699q-wcff-g9mj 4 years ago
Alexander Makarov 52ae0dabdc
Adjust changelog messages 4 years ago
Sam 9c838207ce
Bug #18245: Make resolving DI references inside of arrays in dependencies optional 4 years ago
Daniel Szabo 973ecda74c
Fix #16892: Validation error class was not applied to checkbox and radio when validationStateOn = self::VALIDATION_STATE_ON_INPUT 4 years ago
Wilmer Arambula 5558ee793b
Fix #18040, fix #15265, fix #18232 database issues (#18225) 4 years ago
DarkDef 4b2af4d2a4
Bug #13973: Correct alterColumn for MSSQL & drop constraints before drop column 4 years ago
Alex 287476465d
Fix #18196: `yii\rbac\DbManager::$checkAccessAssignments` is now `protected` 4 years ago
JesseHines0 db4beebe23
Fix #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception 4 years ago
Maxim Hodyrev 09dc9b70f8
Fix #18066: Fixed `yii\db\Query::create()` wasn't using all info from `withQuery()` 4 years ago
Michael Härtl 9aa46136f6
Fix #18248: Render only one stack trace on console for chained exceptions 4 years ago
Vladislav Pototskiy e348c0f460
Fix #18269: Fix integer safe attribute to work properly in `yii\base\Model` 4 years ago
DarkDef f212925242
Fix #18239: Fix support of no-extension files for `FileValidator::validateExtension()` 4 years ago
Basil 175a201004
Fix #18236: Allow `yii\filters\RateLimiter` to accept a closure function for the `$user` property in order to assign values on runtime 4 years ago
DarkDef 705be8fb85
Fix #18229: Add a flag to set Connection to SyBase mode 4 years ago
Alexander Makarov 40fc68e239
Fix #18233: Add PHP 8 support 4 years ago