Commit Graph

8965 Commits

Author SHA1 Message Date
Alexander Makarov
b7723aebcf Fix bracket 2020-03-04 12:25:16 +03:00
Alexander Makarov
db9e2fa709 Add missing bracket 2020-03-04 11:59:04 +03:00
Alexander Makarov
fbdf464510 Backwards compatibility and formatting fix for #17897 2020-03-04 01:59:57 +03:00
root
c4742d0557 Merge branch 'master' of git://github.com/yiisoft/yii2 into 13749-db-connect-when-cache 2020-03-03 08:06:07 +08:00
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 2020-03-02 23:26:53 +03:00
Ather Shu
483c367704 feat: rawsql is only used for log, if profile it will be setted 2020-03-01 07:28:08 +08:00
Ather Shu
358e3518b3 feat: fix unittest 2020-02-28 11:48:24 +08:00
Ather Shu
990c4be454 feat: fix codeclimate error 2020-02-28 11:16:23 +08:00
Ather Shu
2051c05087 feat: update code after review 2020-02-27 08:05:28 +08:00
Ather Shu
b9316c9205 feat: fix unit test errors 2020-02-26 18:55:23 +08:00
Ather Shu
7428a45bf9 fix: #13749 Yii opens db connection even when hits query cache 2020-02-26 18:10:58 +08:00
Robert Korulczyk
ec089fea5a Fix #16721: Use Instance::ensure() to initialize UrlManager::$cache 2020-02-23 16:02:27 +03:00
patacca
ecbafa2e3a Fix #17886: yii\rest\Serializer serialize arrays 2020-02-23 15:58:51 +03:00
Alexander Makarov
110199bcfd Fix #17859: Fix loading fixtures under Windows 2020-02-22 17:43:25 +03:00
simialbi
79e68767db Fix #11945: Fix Schema Builder MySQL column definition order 2020-02-22 17:17:06 +03:00
Ivan Hermanov
6e9764b467 Added support of JsonSerializable interface to ArrayableTrait (#17888) 2020-02-22 12:34:27 +03:00
Michael Härtl
c41b428088 Fix #17884: Fix 0 values in console Table rendered as empty string 2020-02-21 23:07:25 +03:00
Alexander Makarov
3a04d3ee6c Fix guide link language [skip ci] 2020-02-21 18:00:35 +03:00
Ivan Hermanov
18f7970d80 Fix #16334: Serializer support \JsonSerializable 2020-02-21 17:20:29 +03:00
Brandon Kelly
79dbd91246 Fix #17881: yii\db\Query::queryScalar() wasn’t reverting the select, orderBy, limit, and offset params if an exception occurred 2020-02-21 12:50:50 +03:00
Alexander Makarov
1f8ca7b7b1 Better changelog and upgrade note for #17875 [skip ci] 2020-02-21 01:34:50 +03:00
Yusup Hambali
55793471ea Fix #17875: Revert move_uploaded_file() function instead of copy() and unlink() for saving uploaded files when POST request 2020-02-20 12:22:01 +03:00
Alexander Makarov
7ec7fd11ee Fix #17878: Added note about fetch() to Request::getIsAjax() phpdoc [skip ci] 2020-02-20 01:10:59 +03:00
Alexander Makarov
2bc1a6e3b7 Fix #17868: Add upgrade note for 2.0.29 boolean HTML attributes rendering change [skip ci] 2020-02-19 20:00:36 +03:00
Alexander Makarov
1d83073b12 Move changelog entry to correct version [skip ci] 2020-02-19 18:16:50 +03:00
Viktor Pikaev
c901608af7 Fix #17863: \yii\helpers\BaseInflector::slug() doesn't work with an empty string as a replacement argument 2020-02-19 03:26:33 +03:00
Sergey
f69670fb65 Fix #17798: Avoid creating folder for stream log targets in FileTarget 2020-02-17 15:53:03 +03:00
alex-code
a3c5de3d3b Fix #17850: Update to ReplaceArrayValue config exception message 2020-02-05 20:08:28 +03:00
Arthur Skobara
a19dd48b79 Fix #7622: Allow yii\data\ArrayDataProvider to control the sort flags for sortModels through yii\data\Sort::sortFlags property 2020-02-04 11:56:35 +03:00
schevgeny
15d425a3e3 Fix #17843: Fix yii\web\Session::setCookieParamsInternal check param "samesite" 2020-02-03 13:52:46 +03:00
haveyaseen
82b7ecbdf3 Fix #17828: Fix yii\web\UploadedFile::saveAs() failing when error value in $_FILES entry is a string 2020-02-01 12:56:22 +03:00
rhertogh
b794d76056 Fix #17829: yii\helpers\ArrayHelper::filter now correctly filters data when passing a filter with more than 2 levels 2020-01-29 01:03:31 +03:00
Alexander Makarov
e9e176c7a6 prepare for next release 2020-01-22 01:30:06 +03:00
Alexander Makarov
fd6ccb615c release version 2.0.32 2020-01-22 01:29:38 +03:00
Alexander Makarov
706890a36e Add "since" tags to UploadedFile [skip ci] 2020-01-22 01:01:16 +03:00
Alexander Makarov
46665bb77d Move changelog entry placed into previous release incorrectly [skip ci] 2020-01-22 00:58:03 +03:00
Alexander Makarov
cd88681fd9 Improve changelog lines [skip ci] 2020-01-22 00:56:48 +03:00
Oleg
559206bc78 Fix #17635: Fix varbinary data handling for MSSQL 2020-01-16 19:19:34 +03:00
Tom Weston
5f4a8cb2be Improved German translation for customer facing messages (#17800) 2020-01-16 15:08:51 +03:00
Ather Shu
038ce9f77e Fix #17755: Fix a bug for web request with trustedHosts set to format ['10.0.0.1' => ['X-Forwarded-For']] 2020-01-15 15:51:57 +03:00
Toma91
a982f31606 Fixes #17300: Fix class-level Event handling with wildcards 2020-01-15 13:16:05 +03:00
Yusup Hambali
cf0e56907f Fix #17037, Fix #17729: Fix uploaded file saving for multipart forms, add path alias support for UploadFile::saveAs() 2020-01-15 00:57:45 +03:00
Sam
9b1304ab4e Fix #17803: Fixed ErrorHandler unregister and register only change global state when applicable 2020-01-15 00:08:05 +03:00
Alexander Makarov
da1fddb576 Fix #17766: Remove previous PJAX event binding before registering new one 2020-01-11 16:27:55 +03:00
Brandon Kelly
beca7b45d3 Fix #17793: Fix inconsistent handling of null data attribute values in yii\helpers\BaseHtml::renderTagAttributes() 2020-01-10 21:35:09 +03:00
Brandon Kelly
7e471e3010 Fix #17792: Added support for aria attributes to yii\helpers\BaseHtml::renderTagAttributes() 2020-01-10 18:39:00 +03:00
Alexander Makarov
f226c3cb38 Fix #12539: yii\filters\ContentNegotiator now generates 406 'Not Acceptable' instead of 415 'Unsupported Media Type' on content-type negotiation fail
Co-authored-by: PowerGamer1 <PowerGamer1@users.noreply.github.com>
2020-01-09 23:43:24 +03:00
Alexander Makarov
0ba9c619c7 Fix #17760: Fix JSON::encode() for \DateTimeInterface under PHP 7.4 2020-01-09 18:52:48 +03:00
Sergey Predvoditelev
52d15ab84d Fix typo in CHANGELOG.md (#17788) [skip ci] 2020-01-09 15:45:52 +03:00
Alexander Makarov
67ff6f814b Fix #17771: migrate/fresh was not returning exit code 2020-01-09 15:31:54 +03:00