8474 Commits

Author SHA1 Message Date
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
869f475dc1 Fix #17413, fix #17418: Fixed MSSQL tests 2019-07-10 17:30:41 +03:00
9f2a87363e Fixes #17420: Fixed loading of column default values for MSSQL 2019-07-10 17:29:11 +03:00
55b06d2364 Fix #17413: Fixed MSSQL tests: QueryBuilderTest::testGetColumnType(), QueryBuilderTest::testResetSequence() 2019-07-09 11:47:55 +03:00
2b9374558b Fix #17395: Fixed issues with actions that contain underscores in their names 2019-07-08 13:46:43 +03:00
4b14800e3a prepare for next release 2019-07-02 23:29:09 +03:00
d86fcc8430 release version 2.0.22 2019-07-02 23:28:40 +03:00
d23537fa26 Fix type annotations 2019-07-02 21:56:01 +03:00
1f6cc43337 Remove unnecessary concatenation 2019-07-02 21:34:35 +03:00
9dcf65e304 Fix #17389: Fixed UniqueValidator to work with Active Record having joinWith() in its find() 2019-07-02 20:50:53 +03:00
f9a42c6703 Fix #17397: Improve UPGRADE note about Query::select() 2019-07-02 17:30:24 +03:00
6b10bbcec2 Closes #17057. \yii\db\mssql\Schema::findTableNames should return quoted table names. (#17409) 2019-07-02 17:03:27 +03:00
eb65dba796 Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL 2019-07-02 14:41:56 +03:00
757bc42645 Fixes #17325: Fixed "Cannot drop view" for MySQL while migrate/fresh 2019-06-30 19:53:50 +03:00
f2212a3183 Fix #17384: Fixed SQL error when passing DISTINCT ON queries 2019-06-29 00:05:22 +03:00
b0a973a8da Fix #17396: Added 'invoked by controller' to the debug log message when \yii\base\Action is used 2019-06-28 01:50:44 +03:00
e6d7881bbe Fix #17341 Re-add fix for yii.activeForm.js in strict mode (#17398) 2019-06-27 14:44:13 +07:00
0fcd495583 Fixes #16394: Fixed issues in migrate/create when specifying default values with colons and adding multiple columns 2019-06-26 12:44:24 +07:00
2d333b2301 Fixes #17382: Added \yii\validators\DateValidator::$strictDateFormat to enable strict validation 2019-06-25 15:24:32 +07:00
c70a2eb0d6 Update Estonian translation (#17394) [skip ci] 2019-06-25 15:12:03 +07:00
c5397f8784 Closes #16411. Fix windows tests (#17380)
* Fix `\yiiunit\framework\helpers\ConsoleTest::testErrorSummary`
* Fix `\yiiunit\framework\console\controllers\PHPMessageControllerTest::testRemoveUnusedBehavior`
2019-06-19 16:48:20 +03:00
27463c1fcf prepare for next release 2019-06-18 17:25:51 +03:00