dc452b7e24
Fixed multiple JSON-related issues ( #15732 )
2018-02-23 23:07:04 +02:00
1500e7a2b4
Wording in CHANGELOG [skip ci]
2018-02-23 22:52:58 +02:00
6c8b87f3e2
Implemented \Traversable in ArrayExpression ( #15733 )
...
* Implemented \Traversable in ArrayExpression
* Fix punctuation [skip ci]
2018-02-23 22:50:06 +02:00
77ad6bc008
Fixes #15678 : Fixed resetForm method in yii.activeForm.js which used an undefined variable
2018-02-23 12:58:47 +03:00
5fb3fc2b5f
Fix ExistValidator is broken for NOSQL ( #15726 )
2018-02-23 14:58:07 +05:00
1c473325ac
Fixes #15742 : Updated setActivePlaceholder to be consistent with activeLabel
2018-02-23 12:33:41 +03:00
2c68336754
Fix #15724 : MigrateController::optionAliases() have 2 same keys
2018-02-22 22:06:13 +04:00
722bd6a6b3
There will be a patch release [skip ci]
2018-02-22 20:06:59 +03:00
b88405ac8f
Fix typo ( #15739 )
2018-02-22 11:28:56 +02:00
55f1f34e44
Added test to verifiy #15731
2018-02-21 23:53:19 +02:00
c297986066
Fixed Query::select()
...
fixes #15728
2018-02-21 18:11:27 +02:00
ce0812559d
Merge branch 'master' into 15693-fix-http-heaer-auth
2018-02-21 14:42:44 +01:00
517a5ad93c
Add tests
2018-02-21 14:38:50 +01:00
adccc89c38
Restore removed line
2018-02-21 12:02:41 +01:00
4cb5132e6d
Merge branch 'master' into 15692-filter-exist-relation-validator
2018-02-21 08:34:05 +02:00
010da19eca
Revert changelog changes
2018-02-21 08:23:50 +02:00
32b4e3bb94
Update CHANGELOG.md
...
Fix tests
2018-02-21 11:17:52 +05:00
04ec6018da
Update CHANGELOG.md
...
Fix tests
2018-02-21 11:17:02 +05:00
68aeb29f3b
Adjusted changelog line format [skip ci]
2018-02-21 00:36:33 +03:00
ef9600234e
Fix magic getter for ActiveRecord ( #15696 )
2018-02-20 20:10:44 +05:00
23b5fa4391
Fix ExistValidator with targetRelation ignores filter ( #15692 )
2018-02-20 20:07:55 +05:00
da89225c8d
Fix HttpAuthHeader
2018-02-20 13:52:50 +01:00
313be2a5d7
Fix SK plural messages ( #15686 ) [skip ci]
2018-02-19 23:56:23 +03:00
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