19267 Commits

Author SHA1 Message Date
9054cdfdcc Fixes #17521: Request::getUserHost() and request::getUserIp() (#17593) 2019-10-05 22:33:29 +03:00
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
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
ce0c7ad096 Fix #17533: Fix mutex testRetryAcquire() on Windows (#17591)
Skip Windows tests for retry delay

https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-sleep

> If dwMilliseconds is less than the resolution of the system clock, the thread may sleep for less
> than the specified length of time.
2019-10-03 13:53:35 +03:00
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
bde939dee3 Remove Yii 2.1 reference from DAO docs (#17582) [skip ci] 2019-10-01 13:26:20 +03:00
8f72ba4b59 docs/guide-ja updated [ci skip] (#17581) 2019-09-30 10:47:00 +03:00
3525d96cec One word translated (#17578) [skip ci]
"For example" --> "Например"
2019-09-29 00:36:48 +03:00
fdbe45af3a prepare for next release 2019-09-18 16:04:37 +03:00
940eb363ab release version 2.0.27 2.0.27 2019-09-18 16:04:16 +03:00
4c76dc4c90 Fix #16610: ErrorException trace was cut when using XDebug 2019-09-18 13:40:10 +03:00
e7e72e2ff6 Fix #15526: Show valid aliases and options on invalid input in console application 2019-09-18 01:33:43 +03:00
37d62c2509 Fix #16671: Logging in Connection::open() was not respecting Connection::$enableLogging 2019-09-17 17:51:50 +03:00
23202244b4 Fix #16676: Set gridview ID explicitly so example works out of the box [skip ci] 2019-09-17 17:41:23 +03:00
cdfcedb94e Fix #15331: Corrected wording in RequiredValidator::$strict [skip ci] 2019-09-17 17:25:25 +03:00
0dd5e370df Add IIS configuration to getting started guide section (#13712) [skip ci]
Supposing configurations for IIS to host Yii2 application. The reference of the code is the following question's answer on Stack Overflow:
http://stackoverflow.com/questions/30470618/iis-and-yii2-pretty-url
2019-09-17 14:13:36 +03:00
96cd8bcb68 Fix #16826: appendTimestamp support was added to View methods registerCssFile() and registerJsFile() 2019-09-17 14:07:15 +03:00
97499315a4 Fix #17539: Fixed error when using batch() with indexBy() with MSSQL 2019-09-10 20:55:58 +03:00
cb11331472 Remove duplicate changelog line [skip ci] 2019-09-10 19:53:37 +03:00
6e2b1782e5 Fix #16855: Ignore console commands that have no actions 2019-09-10 19:00:43 +03:00
062ebf5c0b Fix #17549: Fix yii\db\ExpressionInterface not supported in yii\db\conditions\SimpleConditionBuilder 2019-09-10 18:21:53 +03:00
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
4a9c82f9ab Fix typos in documentation, update Japanese translation (#17551) [skip ci] 2019-09-09 17:06:25 +03:00
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
e7c6d3d889 Fix incorrect constant reference 2019-09-04 01:20:58 +03:00
eec8b4de6d prepare for next release 2019-09-04 00:38:51 +03:00
1e8a414bae release version 2.0.26 2.0.26 2019-09-04 00:38:33 +03:00
851e846688 Do not count each iteration 2019-09-04 00:37:15 +03:00
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
01040c5562 Adjust changelog messages [skip ci] 2019-09-04 00:34:33 +03:00
37df938338 Fix #16531: Fix error in Response::sendContent() when set_time_limit() is disabled 2019-09-03 19:40:44 +03:00
cc5bb71f75 Fix #17449: Ensure CHECK statement goes after COMMENT in MySQL QueryBuilder::addCommentOnColumn() 2019-09-03 19:36:37 +03:00
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
dfbf176831 Fix #17522: DbManager::isEmptyUserId() is now protected 2019-08-27 21:05:48 +03:00
5e38f47275 Fix #16305: Fix FileValidator mime-type validation failure because of case sensitivity 2019-08-27 18:59:26 +03:00
a6b135e058 Fix #17355: Fixed Pjax after request event bug 2019-08-27 18:56:33 +03:00
ac8307d5aa Changelog empty contributor name test fix #17528 (#17529) 2019-08-24 22:13:24 +03:00
90d46298ad Fix #17507: Fixed regular expression escaping and simpler condition in Controller::createAction() 2019-08-22 12:11:12 +03:00
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
f72f7c7406 Remove dead link mention [skip ci] 2019-08-21 02:31:17 +03:00
0211c7de19 Update structure-modules.md (#17515)
* Update structure-modules.md

Перевод инфо блока

* Update structure-modules.md
2019-08-19 17:09:59 +03:00
a676fb8ec1 Update structure-modules.md 2019-08-19 17:09:32 +03:00
577f905b92 Update structure-modules.md
Перевод инфо блока
2019-08-19 12:38:37 +03:00
b98dc9eb2e Add note about adding module to console config in order to register commands to Russian guide [skip ci] 2019-08-19 11:30:42 +03:00
405c83cf34 Add note about adding module to console config in order to register commands [skip ci] 2019-08-19 11:29:46 +03:00
ec746602db Update CHANGELOG.md 2019-08-18 15:27:28 +03:00
c574ef9d9f Merge pull request #17511 from kamarton/master
IpHelper::inRange IPv6 matching fix
2019-08-18 15:23:32 +03:00
f5776a968c #17508 fix 2019-08-18 08:33:31 +02:00
9767fa978e Fixed translation of not equal meaning in Thai messages (#17510) [skip ci] 2019-08-16 19:53:44 +03:00
d11251dab5 prepare for next release 2019-08-13 23:05:01 +03:00