|
|
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 |
|
|
|
215862a91e
|
Don't test FormatterDate DATE_ATOM with PHP 5.5 (#17879)
|
2020-02-19 23:22:11 +03:00 |
|
|
|
33391c0e77
|
Add PHP 5.5 to tested versions
|
2020-02-19 22:40:05 +03:00 |
|
|
|
93073c9c41
|
Execute FormatterDate intl test to PHP 5.5+ only (#17876)
|
2020-02-19 20:17:02 +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 |
|
|
|
93f74bfd04
|
Fix GitHub action (#17869)
|
2020-02-18 16:28:54 +03:00 |
|
|
|
f69670fb65
|
Fix #17798: Avoid creating folder for stream log targets in FileTarget
|
2020-02-17 15:53:03 +03:00 |
|
|
|
a04055579e
|
Add detail transport properties in tutorial mailing [skip ci]
|
2020-02-14 13:12:35 +03:00 |
|
|
|
861da4ef8a
|
Fix typo in Russian translation of runtime-logging [skip ci]
|
2020-02-14 01:26:49 +03:00 |
|
|
|
6d5c1a2a2b
|
Update Html helper guide, Russian translation [skip ci]
|
2020-02-13 23:58:01 +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 |
|
|
|
d9bbc8b541
|
Update README [fix #17802] (#17838)
|
2020-01-29 17:09:00 +03:00 |
|
|
|
a777c2e8f6
|
Use GitHub to run tests (#17822)
|
2020-01-29 15:13:26 +03:00 |
|
|
|
f5205a83ea
|
Skip NumberFormatter::asScientific() intl test (#17837)
|
2020-01-29 15:11:12 +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 |
|
|
|
b1da57ddf9
|
Apply patch to PHPUnit which replaces the deprecated each method (#17831)
|
2020-01-27 01:41:09 +03:00 |
|
|
|
1378ca03ba
|
Fix incorrect info in start-installation.md (#17821) [skip ci]
|
2020-01-22 22:48:34 +03:00 |
|
|
|
8c29db5546
|
Fix typo in rest-resources.md (#17819) [skip ci]
|
2020-01-22 13:42:21 +03:00 |
|
|
|
607fac6d1a
|
Fix typo in Russian rest-resources.md (#17820) [skip ci]
|
2020-01-22 13:41:38 +03:00 |
|
|
|
e9e176c7a6
|
prepare for next release
|
2020-01-22 01:30:06 +03:00 |
|
|
|
fd6ccb615c
|
release version 2.0.32
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 |
|
|
|
2498a77040
|
Fix typo in Russian structure-controllers.md (#17812) [skip ci]
|
2020-01-20 17:26:22 +03:00 |
|
|
|
2e3c176041
|
Fix phpdoc generation error on non-namespaced classes
|
2020-01-17 16:42:09 +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 |
|
|
|
ad83952197
|
Improved explanation in start-database.md (#17748) [skip ci]
|
2020-01-10 12:18:18 +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 |
|
|
|
1af90a92cd
|
Updated Japanese docs [ci skip] (#17779)
|
2020-01-04 15:27:58 +03:00 |
|
|
|
a636ff916a
|
Fixed typo in Russian docs (#17772) [skip ci]
|
2019-12-27 20:10:30 +03:00 |
|