8282 Commits

Author SHA1 Message Date
a150477f27 minor [skip ci] 2018-02-19 18:22:55 +02:00
a45d28c23a Updated UPGRADE.md to mention JSON and Arrays support in AR 2018-02-19 18:21:33 +02:00
1b3526d8db Fixed yii\db\Query::select() to override existing selects
Fixes #15676, fixes #15674
2018-02-19 17:53:28 +02:00
f2d2393de6 DocBlock fix for \yii\mail\MessageInterface (#15671) [skip ci] 2018-02-19 14:24:55 +03:00
b157f22be7 added CVE references to 2.0.14 changelog 2018-02-19 10:16:41 +01:00
d6fbb9b3cd prepare for next release 2018-02-19 10:04:57 +02:00
b2c5bf6541 Revert "prepare for next release"
This reverts commit 0b9b86b5af2affc14c7feab3522c2c8ba003e18c.
2018-02-19 00:52:12 +02:00
820e502d64 Fixed syntax error caused by bad csfix run 2018-02-19 00:50:31 +02:00
0b9b86b5af prepare for next release 2018-02-19 00:27:35 +02:00
22832b7c49 release version 2.0.14 2018-02-19 00:27:09 +02:00
089685975a Wrap @inheritdoc tag in curly brackets [skip ci] 2018-02-19 00:16:19 +02:00
cd42f4d2ec minor 2018-02-19 00:11:13 +02:00
3ed5e35701 Fixed PHPDocs, code and tests for #15422 2018-02-19 00:11:13 +02:00
9f7d09cfae Removed unneeded quotes 2018-02-19 00:52:44 +03:00
d9fdf0f235 Added missing escaping to Windows fallback of FileHelper::unlink() 2018-02-19 00:50:51 +03:00
596e5b1283 Fixed escaping in arrayable trait (#15669) 2018-02-19 00:31:41 +03:00
e3dcb9e87f Updated PHPDocs [skip ci] 2018-02-18 23:26:45 +02:00
05b85008f8 Updated PHPDocs [skip ci] 2018-02-18 23:12:08 +02:00
cd8a9c47d7 Fixed kebab-name console command parameters 2018-02-18 23:32:50 +03:00
e4d5dd3898 Reordered CHANGELOG [skip ci] 2018-02-18 21:47:20 +02:00
69a36789c4 fixed duplicating wildcard event trigger at Event::trigger() 2018-02-18 21:33:11 +02:00
e806a3b50a Added yii\db\ExpressionInterface support to yii\db\Command::batchInsert()
Fixes #15661
2018-02-18 20:23:08 +02:00
3c8207f050 seems missing a ) here... 2018-02-18 23:54:14 +08:00
bdc372fd4f Merge pull request #15663 from alexeevdv/bugfix/file-target-disabled-directory-creation
\yii\log\FileTarget directory creation is moved to export() method
2018-02-18 17:48:42 +02:00
67caf0219a Check db driver have useMaster or not for calling. (#15664)
Breaking change in mongodb or another driver.
In checking unique validation in mongodb validator error occurred in calling useMaster but in mongodb this is not exist and this is breaking change in older driver.
2018-02-18 18:40:09 +03:00
bf19882a23 is_dir check is removed 2018-02-18 16:22:45 +03:00
484d2a63ec is_dir check is removed 2018-02-18 14:48:06 +03:00
cc77ad3706 changelog 2018-02-18 13:07:27 +03:00
1b14628dbf Directory creation is moved to export() method 2018-02-18 12:57:09 +03:00
d131d08ce1 Reordered CHANGELOG [skip ci] 2018-02-18 10:45:09 +02:00
a4b6b853b6 Fixed DateValidator to respect time when format is php:U
Fixes #15628
2018-02-18 09:55:43 +02:00
0de49406db Minor code style adjustments, phpdoc 2018-02-18 02:56:56 +03:00
48e2f542d7 re-added require that will break if autoloader is not configured 2018-02-18 00:46:11 +01:00
488f98648a added missing @since annotations 2018-02-18 00:44:10 +01:00
a1937544e0 Code style adjustments 2018-02-18 02:41:49 +03:00
915e887791 fix misplaced CHANGELOG lines 2018-02-17 23:43:11 +01:00
d934d9f6f6 Improved phpdoc for ErrorHandler::$traceLine [skip ci] 2018-02-17 21:54:21 +03:00
59b56b312f #15476: Fixed ActiveField initial error class in case setting it to input 2018-02-17 21:48:13 +03:00
4e37041db7 Fixed changelog [skip ci] 2018-02-17 21:01:22 +03:00
78d54bc541 Fixed yii\db\HttpBasicAuth not to switch identity, when user is already authenticated
Fixes #15658
2018-02-17 13:16:15 +02:00
78c95b453c Fixed changelog and @since tag that was in the wrong method [skip ci] 2018-02-17 03:26:27 +03:00
32f54cc08b Minor changelog fixes [skip ci] 2018-02-17 02:49:32 +03:00
10bab28423 Mentioned new data caching methods in the guide [skip ci] 2018-02-17 02:25:28 +03:00
da06c4a1e1 Fixed QueryBuilder::buildCondition() to skip empty array on input
Fixes #15653
2018-02-16 23:46:08 +02:00
5da39b4a7e Fixed PHPDocs 2018-02-16 23:08:24 +02:00
7febeb8ad4 Renamed yii\helpers\FileHelper findDirectory() method to findDirectories() to be consistend with findFiles() 2018-02-16 22:41:28 +03:00
47674e1266 #13879: Added yii\db\Migration::upsert() 2018-02-16 17:37:00 +03:00
c1a4b2f4ca Fix typo in UPGRADE.md (#15654) [skip ci] 2018-02-16 16:34:54 +03:00
018ac16025 2.0.14 upgrade guide improvements (#15652) [skip ci]
* Use the right exception name

* include note about 2.1 "early access" changes in 2.0.14 upgrade guide

* fix indentation
2018-02-16 15:01:50 +03:00
e493843b1c improve @deprecated annotations 2018-02-16 11:19:00 +01:00