8945 Commits

Author SHA1 Message Date
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
eec8b4de6d prepare for next release 2019-09-04 00:38:51 +03:00
1e8a414bae release version 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
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
ec746602db Update CHANGELOG.md 2019-08-18 15:27:28 +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
2927a7af1c release version 2.0.25 2019-08-13 23:04:44 +03:00
2d96095e9e Fix phpdoc [skip ci] 2019-08-13 23:04:07 +03:00
2e0389e9ad Add changelog for #17485 2019-08-13 20:40:20 +03:00
491f9737fe Fix #17223: Fixed detaching a behavior event when it is a Closure instance 2019-08-13 20:35:42 +03:00
14a7198434 Fix #17485: Revert "Fix #17469: Fixed updating Yii logger instance when setting new logger via configuration"
This reverts commit 46136b09e73163c0be858c825434828b770d09e5.
2019-08-13 16:06:48 +03:00
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
69cf9de56b Fix #17473: Fixed SimpleConditionBuilder::build() when column is not a string 2019-08-01 13:20:37 +03:00
4b768a86f5 Fix #17486: Fixed error when using batch() without $db parameter with MSSQL 2019-08-01 13:17:31 +03:00
c670073ffb prepare for next release 2019-07-30 18:18:12 +03:00
b66a6133dc release version 2.0.24 2019-07-30 18:17:45 +03:00
d3bd1403de Fixes docs for createController method (#17478) [skip ci] 2019-07-30 17:42:47 +03:00
46136b09e7 Fix #17469: Fixed updating Yii logger instance when setting new logger via configuration 2019-07-30 17:10:17 +03:00
9c708d2d06 Fix translation of lv messages [skip ci] 2019-07-24 11:49:32 +03:00
c2eae6cb0e Fix #17457: Fixed phpTypecast() for MSSQL 2019-07-23 23:08:31 +03:00
9988efc04f Fix #16796: Fixed addition and removal of table and column comments in MSSQL 2019-07-23 18:50:57 +03:00
c0254d617e Fix #17449: Fixed order of SQL column build syntax for MySQL migration 2019-07-23 17:37:16 +03:00
e50a07c30c Fix #17437: Fixed generating namespaced migrations 2019-07-23 17:28:43 +03:00
6fc04a622e Fix #17219: Fixed quoting of table names with spaces in MSSQL 2019-07-19 13:48:57 +03:00
378f9ad598 Fix #17424: Subdomain support for User::loginRequired 2019-07-18 11:46:05 +03:00
259c496e2e Fix #10020: Fixed quoting of column names with dots in MSSQL 2019-07-17 16:46:31 +03:00
ce0c64a2ec prepare for next release 2019-07-16 22:44:27 +03:00
4d02666b9e release version 2.0.23 2019-07-16 22:44:09 +03:00
a7335bfabf Fix phpdoc for BatchQueryResult::$mssqlNoMoreRowsErrorCode [skip ci] 2019-07-16 22:38:18 +03:00
0e1f22ae6a Verifying error code instead of message. (#17438) 2019-07-16 20:40:19 +03:00
a9097dbac3 Fix #17435: Fixed i18n_init migration for MSSQL 2019-07-15 23:05:26 +03:00
a26f8f6ed2 Added since tag 2019-07-15 23:00:10 +03:00
4bee9a4ed9 #10023. Fix codeclimate issue 2019-07-15 14:49:11 +03:00
25cf331839 Closes #10023. Fix MSSQL "There are no more rows" exception when using each() and batch() 2019-07-15 13:54:33 +03:00
136705c92b MSSQL: fix tests (#17431) 2019-07-13 02:27:47 +03:00
331d997185 Noted in Security::encrypt* that data returned is byte string [skip ci] 2019-07-12 15:13:53 +03:00
5c7db1690e Add type null to @return annotation of findIdentityByAccessToken and findIdentity methods (#17430) [skip ci] 2019-07-12 14:15:24 +03:00
dfe58e877c Remove unnecessary use 2019-07-10 21:16:39 +03:00