8626 Commits (168ddace6339512efb83f068a92ec84dc628de81)

Author SHA1 Message Date
Igor Tarasov 7f88acb313
Fix #17878: Detect CORS AJAX requests without `X-Requested-With` in `Request::getIsAjax()` 5 years ago
Alex 4b6d3c0290
Fix #17929: Actions can now have bool typed params bound 5 years ago
Adam Hayward 31e3698ab9
Fix #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars 5 years ago
Alexander Makarov 438cc80fc7
Fix #17667: Fix `CREATE INDEX` failure on sqlite when specifying schema 5 years ago
Alexander Makarov 4de66f8205
Fix #16145: Fix `Html` helper `checkboxList()`, `radioList()`, `renderSelectOptions()`, `dropDownList()`, `listBox()` methods to work properly with traversable selection 5 years ago
Alex 50b19dbfba
Fix #17920: Fix for `Command::getRawSql` and `Expression` in params 5 years ago
Brandon Kelly 1b5dacb051
Fix #17909: Reset DB schema, transaction, and driver name when the connection is closed 5 years ago
alex-code 5939813a8e
Fix #17797: Fix for `activeListInput` options 5 years ago
Ivan Hermanov b7d8730044
Fix #16092: Fix duplicate joins in usage of `joinWith` 5 years ago
Alexander Makarov bc0770cf67
Add upgrade note about HeadersAlreadySentException 5 years ago
Alexander Makarov 0660011f53
Fix passing cache parameter (#17907) 5 years ago
Alexander Makarov b7723aebcf
Fix bracket 5 years ago
Alexander Makarov db9e2fa709
Add missing bracket 5 years ago
Alexander Makarov fbdf464510
Backwards compatibility and formatting fix for #17897 5 years ago
vinpel f165b6b31f
Fix #17679: Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string 5 years ago
Ather Shu 483c367704 feat: rawsql is only used for log, if profile it will be setted 5 years ago
Ather Shu 358e3518b3 feat: fix unittest 5 years ago
Ather Shu 990c4be454 feat: fix codeclimate error 5 years ago
Ather Shu 2051c05087 feat: update code after review 5 years ago
Ather Shu b9316c9205 feat: fix unit test errors 5 years ago
Ather Shu 7428a45bf9 fix: #13749 Yii opens db connection even when hits query cache 5 years ago
Robert Korulczyk ec089fea5a
Fix #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` 5 years ago
patacca ecbafa2e3a
Fix #17886: yii\rest\Serializer serialize arrays 5 years ago
Alexander Makarov 110199bcfd
Fix #17859: Fix loading fixtures under Windows 5 years ago
simialbi 79e68767db
Fix #11945: Fix Schema Builder MySQL column definition order 5 years ago
Ivan Hermanov 6e9764b467
Added support of JsonSerializable interface to ArrayableTrait (#17888) 5 years ago
Michael Härtl c41b428088
Fix #17884: Fix 0 values in console Table rendered as empty string 5 years ago
Alexander Makarov 3a04d3ee6c
Fix guide link language [skip ci] 5 years ago
Ivan Hermanov 18f7970d80
Fix #16334: Serializer support `\JsonSerializable` 5 years ago
Brandon Kelly 79dbd91246
Fix #17881: `yii\db\Query::queryScalar()` wasn’t reverting the `select`, `orderBy`, `limit`, and `offset` params if an exception occurred 5 years ago
Alexander Makarov 1f8ca7b7b1
Better changelog and upgrade note for #17875 [skip ci] 5 years ago
Yusup Hambali 55793471ea
Fix #17875: Revert `move_uploaded_file()` function instead of `copy()` and `unlink()` for saving uploaded files when POST request 5 years ago
Alexander Makarov 7ec7fd11ee
Fix #17878: Added note about fetch() to Request::getIsAjax() phpdoc [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
Alexander Makarov 1d83073b12
Move changelog entry to correct version [skip ci] 5 years ago
Viktor Pikaev c901608af7
Fix #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument 5 years ago
Sergey f69670fb65
Fix #17798: Avoid creating folder for stream log targets in `FileTarget` 5 years ago
alex-code a3c5de3d3b
Fix #17850: Update to `ReplaceArrayValue` config exception message 5 years ago
Arthur Skobara a19dd48b79
Fix #7622: Allow `yii\data\ArrayDataProvider` to control the sort flags for `sortModels` through `yii\data\Sort::sortFlags` property 5 years ago
schevgeny 15d425a3e3
Fix #17843: Fix `yii\web\Session::setCookieParamsInternal` check param "samesite" 5 years ago
haveyaseen 82b7ecbdf3
Fix #17828: Fix `yii\web\UploadedFile::saveAs()` failing when error value in `$_FILES` entry is a string 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 e9e176c7a6
prepare for next release 5 years ago
Alexander Makarov fd6ccb615c
release version 2.0.32 5 years ago
Alexander Makarov 706890a36e
Add "since" tags to UploadedFile [skip ci] 5 years ago
Alexander Makarov 46665bb77d
Move changelog entry placed into previous release incorrectly [skip ci] 5 years ago
Alexander Makarov cd88681fd9
Improve changelog lines [skip ci] 5 years ago
Oleg 559206bc78 Fix #17635: Fix varbinary data handling for MSSQL 5 years ago
Tom Weston 5f4a8cb2be Improved German translation for customer facing messages (#17800) 5 years ago
Ather Shu 038ce9f77e Fix #17755: Fix a bug for web request with `trustedHosts` set to format `['10.0.0.1' => ['X-Forwarded-For']]` 5 years ago