230 Commits (6a36fa82c7cba8303c57b8d64a5dbcc555c4715a)

Author SHA1 Message Date
Bizley dbb157fd32
Fix #19187: Fix `yii\filters\PageCache` to store original headers names instead of normalized ones 3 years ago
Bizley 0041f034fd
[doc] Update PHP doc links (#18957) 3 years ago
Oscar Barrett 4f387d05c1
Fix #17119: Fix `yii\caching\Cache::multiSet()` to use `yii\caching\Cache::$defaultDuration` when no duration is passed 3 years ago
Jaak Tamre 0b29ba870e
Fix #18762: Added `yii\helpers\Json::$keepObjectType` and `yii\web\JsonResponseFormatter::$keepObjectType` in order to avoid changing zero-indexed objects to array in `yii\helpers\Json::encode()` 3 years ago
Bizley c21322f0c6
Added missing note for $categoryMap (#18834) 3 years ago
Alexander Makarov 5f3b3eb96d
Fix typo in UPGRADE 3 years ago
egorrishe 17742cb146
don't convert int to string if db type of column is numeric (#18741) 3 years ago
Alexandru Bucur 2fe03cd82c
Only log the $_SERVER information under YII_DEBUG (#18707) 3 years ago
Bizley cfe782b3f5
Fix #18544: Fix `yii\validators\NumberValidator` to disallow values with whitespaces 4 years ago
Alexander Makarov 3883d73cea
Fix #9718: Fix user staying authorized despite authKey change 4 years ago
Bizley eae4b7daa0
Fix #18461: Add missing UPGRADE info, fix wrong bug ID 4 years ago
rhertogh 7e4026cd62
Fixed UPGRADE.md for "Respect ini session use strict mode" (#18362) 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
Sam 9c838207ce
Bug #18245: Make resolving DI references inside of arrays in dependencies optional 4 years ago
Alexander Makarov e81b0f00a7
Fix #18235: Document inline validator change regarding static closures 4 years ago
Alexander Makarov 523e4b324b
Fix #18175: Add upgrade note for 2.0.36 about inline validator defined as closure 4 years ago
Alexander Makarov 7cc538c0a9
Fix #18203: PDO exception code was not properly passed to `yii\db\Exception` 4 years ago
Bizley c47aed2a7c
ExistValidator info (#18197) 4 years ago
Bizley d62590807d
Fix #18051: Fix using `EachValidator` with custom validation function 4 years ago
Brandon Kelly a41879a321
Upgrade note for #18083 (#18119) 4 years ago
Alexander Makarov bc0770cf67
Add upgrade note about HeadersAlreadySentException 5 years ago
Robert Korulczyk ec089fea5a
Fix #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` 5 years ago
Alexander Makarov 1f8ca7b7b1
Better changelog and upgrade note for #17875 [skip ci] 5 years ago
Alexander Makarov 2bc1a6e3b7
Fix #17868: Add upgrade note for 2.0.29 boolean HTML attributes rendering change [skip ci] 5 years ago
rhertogh b794d76056 Fix #17829: `yii\helpers\ArrayHelper::filter` now correctly filters data when passing a filter with more than 2 levels 5 years ago
Alexander Makarov f226c3cb38
Fix #12539: `yii\filters\ContentNegotiator` now generates 406 'Not Acceptable' instead of 415 'Unsupported Media Type' on content-type negotiation fail 5 years ago
Evgeny 62acca9f3d Fix #17740: `yii\helpers\BaseInflector::slug()` doesn't replace multiple replacement string occurrences to single one 5 years ago
Alexander Makarov f9a42c6703
Fix #17397: Improve UPGRADE note about `Query::select()` 5 years ago
Alexander Makarov cb384f542d
Add upgrade note for #17344 5 years ago
rhertogh caf9a28657 Added upgrade step for Yii 2.0.17 about yii\web\DbSession (#17228) [skip ci] 6 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
Alexander Makarov 63faf5f593
Fixes #16703: Updated upgrade notes mentioning important change made in 2.0.14 6 years ago
Ondřej Vašíček bd3193a52a Fixed typo (#16947) [skip ci] 6 years ago
Bizley 59e99a67c7 Fixes #14950: Fixed `yii\i18n\Formatter` methods `asInteger`, `asDecimal`, `asPercent`, and `asCurrency` outputs for very big numbers 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Robert Korulczyk 1fe3d61a3b Fixes #16838: `yii\mutex\Mutex::acquire()` no longer returns `true` if lock is already acquired by the same component in the same process 6 years ago
Alexander Makarov ba9f038586
Added extra upgrade note about CSRF cookies [skip ci] 7 years ago
David Baker be73606eee
Fixed a small spelling mistake 7 years ago
Carsten Brandt a38302fdfd
improved filtering condition on yii\db\ActiveRecord 7 years ago
Alexander Makarov 5f75916cde
Wording adjustments and doc enhancements [skip ci] 7 years ago
SilverFire - Dmitry Naumenko b37f361ad7
Fixed possible SQL injection through `ActiveRecord::findOne()` 7 years ago
Carsten Brandt a7ccf65855
Update UPGRADE.md 7 years ago
Alexander Makarov ca4e1a5c9c
#15776: Removed unnecessary UPGRADE note, added @berosoboy to changelog [skip ci] 7 years ago
Carsten Brandt 319c6dc228
Update UPGRADE.md 7 years ago
SilverFire - Dmitry Naumenko bd5f17e792
Updated UPGRADE.md [skip ci] 7 years ago
SilverFire - Dmitry Naumenko ab8e1bc9bd
Added UPGRADE.md regarding schema caching 7 years ago
SilverFire - Dmitry Naumenko 25d176aa70
Added flags to `ColumnSchema` to disable JSON and Arrays support 7 years ago
SilverFire - Dmitry Naumenko a150477f27
minor [skip ci] 7 years ago
SilverFire - Dmitry Naumenko a45d28c23a
Updated UPGRADE.md to mention JSON and Arrays support in AR 7 years ago