1f8ca7b7b1
Better changelog and upgrade note for #17875 [skip ci]
2020-02-21 01:34:50 +03:00
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
7ec7fd11ee
Fix #17878 : Added note about fetch() to Request::getIsAjax() phpdoc [skip ci]
2020-02-20 01:10:59 +03:00
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
1d83073b12
Move changelog entry to correct version [skip ci]
2020-02-19 18:16:50 +03:00
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
f69670fb65
Fix #17798 : Avoid creating folder for stream log targets in FileTarget
2020-02-17 15:53:03 +03:00
a3c5de3d3b
Fix #17850 : Update to ReplaceArrayValue config exception message
2020-02-05 20:08:28 +03:00
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
15d425a3e3
Fix #17843 : Fix yii\web\Session::setCookieParamsInternal check param "samesite"
2020-02-03 13:52:46 +03:00
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
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
e9e176c7a6
prepare for next release
2020-01-22 01:30:06 +03:00
fd6ccb615c
release version 2.0.32
2020-01-22 01:29:38 +03:00
706890a36e
Add "since" tags to UploadedFile [skip ci]
2020-01-22 01:01:16 +03:00
46665bb77d
Move changelog entry placed into previous release incorrectly [skip ci]
2020-01-22 00:58:03 +03:00
cd88681fd9
Improve changelog lines [skip ci]
2020-01-22 00:56:48 +03:00
559206bc78
Fix #17635 : Fix varbinary data handling for MSSQL
2020-01-16 19:19:34 +03:00
5f4a8cb2be
Improved German translation for customer facing messages ( #17800 )
2020-01-16 15:08:51 +03:00
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
a982f31606
Fixes #17300 : Fix class-level Event handling with wildcards
2020-01-15 13:16:05 +03:00
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
9b1304ab4e
Fix #17803 : Fixed ErrorHandler unregister and register only change global state when applicable
2020-01-15 00:08:05 +03:00
da1fddb576
Fix #17766 : Remove previous PJAX event binding before registering new one
2020-01-11 16:27:55 +03:00
beca7b45d3
Fix #17793 : Fix inconsistent handling of null data attribute values in yii\helpers\BaseHtml::renderTagAttributes()
2020-01-10 21:35:09 +03:00
7e471e3010
Fix #17792 : Added support for aria attributes to yii\helpers\BaseHtml::renderTagAttributes()
2020-01-10 18:39:00 +03:00
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
0ba9c619c7
Fix #17760 : Fix JSON::encode() for \DateTimeInterface under PHP 7.4
2020-01-09 18:52:48 +03:00
52d15ab84d
Fix typo in CHANGELOG.md ( #17788 ) [skip ci]
2020-01-09 15:45:52 +03:00
67ff6f814b
Fix #17771 : migrate/fresh was not returning exit code
2020-01-09 15:31:54 +03:00
0ba67fac0c
Fix #17767 : Make Formatter::formatNumber method protected
2020-01-04 19:59:06 +03:00
48c08d093c
Fix #17749 : Dispatcher fix if target crashed in PHP 7.0+
2019-12-26 16:00:53 +03:00
383cf0c48d
Fix #17762 : PHP 7.4: Remove special condition for converting PHP errors to exceptions if they occurred inside of __toString() call
2019-12-25 12:25:04 +03:00
b79fe7d106
Fix #17744 : Fix a bug with setting incorrect defaultValue to AR column with CURRENT_TIMESTAMP(x) as default expression (MySQL >= 5.6.4)
2019-12-20 15:23:20 +03:00
c02060e241
Code style fix ( #17754 ) [skip ci]
2019-12-20 11:46:55 +03:00
596bcff0b4
prepare for next release
2019-12-18 15:52:24 +03:00
d97a160bce
release version 2.0.31
2019-12-18 15:52:03 +03:00
bc180ac20d
Fix #17745 : Fix PostgreSQL query builder drops default value when it is empty
2019-12-18 14:27:10 +03:00
5e71b11d8d
#17733 : Additional fixes for #17665 , Forwarded header parsing in Request
...
- Remove header from secure headers
- Regexp and return null fix
- Fix tests, fix in array case sensitivity, rx duplicated group name
- Simplify code
- Add phpdoc
Co-Authored-By: Alexander Makarov <sam@rmcreative.ru>
2019-12-17 21:53:55 +03:00
62acca9f3d
Fix #17740 : yii\helpers\BaseInflector::slug() doesn't replace multiple replacement string occurrences to single one
2019-12-17 15:19:15 +03:00
817c264181
Fix #17661 : Fix query builder incorrect IN/NOT IN condition handling for null values
2019-12-17 13:58:07 +03:00
83055dcc33
Fix #17665 : Implement RFC 7239 Forwarded header parsing in Request
2019-12-12 23:29:54 +03:00
3b6668804c
Fix #17710 : Fix MemCache duration normalization to avoid memcached/system timestamp mismatch
2019-12-12 23:07:10 +03:00
89814e624f
Fix LV messages ( #17730 )
2019-12-12 14:02:49 +03:00
05aae044e5
Fix #17720 : DI 3 support for application core components and default object configurations
2019-12-12 02:48:42 +03:00
88f08005ab
Fix #17687 : Query::indexBy can now include a table alias
2019-12-12 02:32:40 +03:00
e153c68768
Fix #17725 : Ensure we do not use external polyfills for pbkdf2() as these may be implemented incorrectly
2019-12-11 18:55:35 +03:00
69b1966b4a
PHP 7.4 fixes
...
- Fix `Model::activeAttributes()` to access array offset on value of non-string
- Fix incorrect decoding of default binary value for PostgreSQL
- Fix incorrect type-casting of reflection type to string
2019-12-10 15:08:45 +03:00
9bf2b5261d
Fix issue number in changelog [skip ci]
2019-12-06 12:48:12 +03:00
f0de56b81e
Add meta-files for yiisoft/yii2-framework [skip ci]
2019-12-05 02:08:56 +03:00