Commit Graph

8965 Commits

Author SHA1 Message Date
Evgeny
f8611d170d Fix #17573: EmailValidator with checkDNS=true throws ErrorException on bad domains on Alpine 2019-10-09 14:59:45 +03:00
Alexander Makarov
c04833871b prepare for next release 2019-10-08 16:14:34 +03:00
Alexander Makarov
942bb0bc21 release version 2.0.28 2019-10-08 16:14:18 +03:00
Brandon Kelly
5efe0bda8f Fix #17585: Fix yii\i18n\Formatter including the @calendar locale param in Yii::t() calls 2019-10-07 18:45:51 +03:00
Somogyi Márton
9054cdfdcc Fixes #17521: Request::getUserHost() and request::getUserIp() (#17593) 2019-10-05 22:33:29 +03:00
My6UoT9
23a8d041a6 Fix #17853: Fix errors in ActiveField to be properly caught when PHP 7 is used
Changed __toString method to catch all PHP 7 error types. \Throwable is part of PHP 7+, so I left the \Exception in for older PHP.
2019-10-03 15:03:12 +03:00
Somogyi Márton
c87855b31c Fix #17573: Request::getUserIP() security fix for the case when Request::$trustedHost and Request::$ipHeaders are used 2019-10-03 14:56:20 +03:00
qrazi
88c51062ec Fixed: typo (#17587) [skip ci]
Fixed: incorrect MD parse result (@see https://www.yiiframework.com/doc/api/2.0/yii-helpers-baseconsole#startProgress()-detail)
2019-10-01 20:09:09 +03:00
Alexander Makarov
fdbe45af3a prepare for next release 2019-09-18 16:04:37 +03:00
Alexander Makarov
940eb363ab release version 2.0.27 2019-09-18 16:04:16 +03:00
Viktor Khokhryakov
4c76dc4c90 Fix #16610: ErrorException trace was cut when using XDebug 2019-09-18 13:40:10 +03:00
Alexander Makarov
e7e72e2ff6 Fix #15526: Show valid aliases and options on invalid input in console application 2019-09-18 01:33:43 +03:00
Alexander Makarov
37d62c2509 Fix #16671: Logging in Connection::open() was not respecting Connection::$enableLogging 2019-09-17 17:51:50 +03:00
Alexander Makarov
cdfcedb94e Fix #15331: Corrected wording in RequiredValidator::$strict [skip ci] 2019-09-17 17:25:25 +03:00
Alexandr Kozhevnikov
96cd8bcb68 Fix #16826: appendTimestamp support was added to View methods registerCssFile() and registerJsFile() 2019-09-17 14:07:15 +03:00
Alexander Kartavenko
97499315a4 Fix #17539: Fixed error when using batch() with indexBy() with MSSQL 2019-09-10 20:55:58 +03:00
Alexander Makarov
cb11331472 Remove duplicate changelog line [skip ci] 2019-09-10 19:53:37 +03:00
Dmitry V. Alekseev
6e2b1782e5 Fix #16855: Ignore console commands that have no actions 2019-09-10 19:00:43 +03:00
Razvan Grigore
062ebf5c0b Fix #17549: Fix yii\db\ExpressionInterface not supported in yii\db\conditions\SimpleConditionBuilder 2019-09-10 18:21:53 +03:00
Somogyi Márton
c75ef05539 Fix #17434: Fix regular expression illegal character; Repeated fix for Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (XMLHttpRequest: Network Error 0x800c0008) 2019-09-10 13:52:08 +03:00
Alexander Makarov
aeff8466ff Fix #17544: Removed incorrect statement about default value from Session::$gCProbability and its getter [skip ci] 2019-09-05 21:38:13 +03:00
Alexander Makarov
eec8b4de6d prepare for next release 2019-09-04 00:38:51 +03:00
Alexander Makarov
1e8a414bae release version 2.0.26 2019-09-04 00:38:33 +03:00
Alexander Makarov
851e846688 Do not count each iteration 2019-09-04 00:37:15 +03:00
Alexander Makarov
18401399fe Inline constant since it is not part of the public interface
In Yii 3 instead I'd make constant private but we have no PHP 7 in 2.0
2019-09-04 00:35:53 +03:00
Alexander Makarov
01040c5562 Adjust changelog messages [skip ci] 2019-09-04 00:34:33 +03:00
Brandon Kelly
37df938338 Fix #16531: Fix error in Response::sendContent() when set_time_limit() is disabled 2019-09-03 19:40:44 +03:00
Manu311
cc5bb71f75 Fix #17449: Ensure CHECK statement goes after COMMENT in MySQL QueryBuilder::addCommentOnColumn() 2019-09-03 19:36:37 +03:00
Somogyi Márton
10a069a3a4 Fix #17434: Fixed Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (XMLHttpRequest: Network Error 0x800c0008) 2019-09-03 17:54:14 +03:00
Alexander Makarov
dfbf176831 Fix #17522: DbManager::isEmptyUserId() is now protected 2019-08-27 21:05:48 +03:00
Somogyi Márton
5e38f47275 Fix #16305: Fix FileValidator mime-type validation failure because of case sensitivity 2019-08-27 18:59:26 +03:00
Somogyi Márton
a6b135e058 Fix #17355: Fixed Pjax after request event bug 2019-08-27 18:56:33 +03:00
Somogyi Márton
90d46298ad Fix #17507: Fixed regular expression escaping and simpler condition in Controller::createAction() 2019-08-22 12:11:12 +03:00
Alexander Kartavenko
cdd40b8dfb Fix #17504: Fix upsert when $updateColumns = true but there are no columns to update in the table 2019-08-21 11:56:20 +03:00
Dmytro Naumenko
ec746602db Update CHANGELOG.md 2019-08-18 15:27:28 +03:00
Somogyi Márton
f5776a968c #17508 fix 2019-08-18 08:33:31 +02:00
Thanakrit
9767fa978e Fixed translation of not equal meaning in Thai messages (#17510) [skip ci] 2019-08-16 19:53:44 +03:00
Alexander Makarov
d11251dab5 prepare for next release 2019-08-13 23:05:01 +03:00
Alexander Makarov
2927a7af1c release version 2.0.25 2019-08-13 23:04:44 +03:00
Alexander Makarov
2d96095e9e Fix phpdoc [skip ci] 2019-08-13 23:04:07 +03:00
Alexander Makarov
2e0389e9ad Add changelog for #17485 2019-08-13 20:40:20 +03:00
Nikolay Poryadin
491f9737fe Fix #17223: Fixed detaching a behavior event when it is a Closure instance 2019-08-13 20:35:42 +03:00
Alexander Makarov
14a7198434 Fix #17485: Revert "Fix #17469: Fixed updating Yii logger instance when setting new logger via configuration"
This reverts commit 46136b09e7.
2019-08-13 16:06:48 +03:00
Alexander Kartavenko
efe8d48f15 Fix #15779: If directory path is passed to FileHelper::unlink() and directory has files it will not delete files in this directory on Windows now 2019-08-06 16:34:47 +03:00
Alexander Kartavenko
69cf9de56b Fix #17473: Fixed SimpleConditionBuilder::build() when column is not a string 2019-08-01 13:20:37 +03:00
Alexander Kartavenko
4b768a86f5 Fix #17486: Fixed error when using batch() without $db parameter with MSSQL 2019-08-01 13:17:31 +03:00
Alexander Makarov
c670073ffb prepare for next release 2019-07-30 18:18:12 +03:00
Alexander Makarov
b66a6133dc release version 2.0.24 2019-07-30 18:17:45 +03:00
yuniorsk
d3bd1403de Fixes docs for createController method (#17478) [skip ci] 2019-07-30 17:42:47 +03:00
Alexander Makarov
46136b09e7 Fix #17469: Fixed updating Yii logger instance when setting new logger via configuration 2019-07-30 17:10:17 +03:00