2875 Commits

Author SHA1 Message Date
5fa25b331d Fixed encoding of empty ArrayExpression for PostgreSQL 2018-03-03 20:43:58 +02:00
d5d4b8b0f5 Fixed null values handling for PostgresSQL arrays
Fixes #15804
2018-03-03 18:54:33 +02:00
233eeb52d7 fixed unit tests 2018-03-03 18:12:51 +02:00
9a949525a1 Fixed deprecated type casting format in Command::bindValues()
Fixed #15817
2018-03-03 17:50:18 +02:00
08c87aec4f Fixed Component::off() not to throw an exception
Fixes #15822
2018-03-03 16:37:41 +02:00
695218c312 Fix a unit test hand error. 2018-03-03 18:01:44 +08:00
d704f87219 Fix a unit test hand error. 2018-03-03 17:58:07 +08:00
12afecf9ce Added test to check has-error class on tabular input 2018-03-01 00:04:04 +01:00
061f75e15f Fix PHPDoc [skip ci] 2018-02-26 00:34:56 -03:00
ac687aab29 Fixed yii\db\Command::upsert() for Cubrid/MSSQL/Oracle 2018-02-24 19:59:12 +03:00
ebc306299c Fix MSSQL tests 2018-02-24 19:51:50 +03:00
766f24945c Fix Oracle tests 2018-02-24 19:51:34 +03:00
455b1f3f97 Fixing HHVM@Travis 2018-02-24 13:25:23 +02:00
6e30577abc Added ArrayAccess object in EachValidator
Fixes #15760
2018-02-24 11:59:32 +02:00
0ed15c6496 Added test for FileHelper::findDirectories except option 2018-02-24 02:32:49 +03:00
7473c422ee Fixes #15318: Fixed "session_name(): Cannot change session name when session is active" errors 2018-02-24 01:03:27 +03:00
0ef536d9c0 Merge pull request #15700 from bboure/15693-fix-http-heaer-auth
Fix HttpAuthHeader
2018-02-23 23:40:27 +02:00
64255b3d0a Merge branch 'master' into query-select-bug 2018-02-23 23:33:07 +02:00
dc452b7e24 Fixed multiple JSON-related issues (#15732) 2018-02-23 23:07:04 +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
1c473325ac Fixes #15742: Updated setActivePlaceholder to be consistent with activeLabel 2018-02-23 12:33:41 +03:00
55f1f34e44 Added test to verifiy #15731 2018-02-21 23:53:19 +02:00
23b41220ce Fixed ActiveRecordTest::testCustomARRelation() to work on PHP <5.5 2018-02-21 22:22:06 +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
3616dc5e74 Fix test output (Prevent output among phpunit tests) (#15717)
* Clear output in MigrateControllerTest::testCreateLongNamedMigration

* Clear output in FragmentCacheTest::testVariations
2018-02-21 09:55:17 +02:00
4cb5132e6d Merge branch 'master' into 15692-filter-exist-relation-validator 2018-02-21 08:34:05 +02:00
4409c19d58 Merge pull request #15702 from developeruz/15696-magic-getter-for-AR
Fix magic getter for ActiveRecord (#15696)
2018-02-21 08:22:32 +02:00
ff4391a8f0 Prevent output among phpunit tests 2018-02-21 02:45:22 -03:00
a01a67c81c Fixed regexp in tests 2018-02-20 23:58:03 +02:00
bd472c3640 Revert "Fixed regexp in tests"
This reverts commit 4fbece20cece701b9c917e130545c5c49fa044d8.
2018-02-20 23:56:54 +02:00
4fbece20ce Fixed regexp in tests 2018-02-20 23:56:36 +02:00
d0e52c6172 Fixed CHANGELOG checked to respect CVE ID 2018-02-20 23:15:20 +02:00
2eba4b54f8 Added tests to verify issue #15684 2018-02-20 23:03:58 +02: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
1b3526d8db Fixed yii\db\Query::select() to override existing selects
Fixes #15676, fixes #15674
2018-02-19 17:53:28 +02:00
089685975a Wrap @inheritdoc tag in curly brackets [skip ci] 2018-02-19 00:16:19 +02:00
3ed5e35701 Fixed PHPDocs, code and tests for #15422 2018-02-19 00:11:13 +02:00
59fed9a428 Fixed error in tests 2018-02-18 20:44:34 +02:00
e806a3b50a Added yii\db\ExpressionInterface support to yii\db\Command::batchInsert()
Fixes #15661
2018-02-18 20:23:08 +02:00
2adf654888 link to a bug in the tests 2018-02-18 13:11:51 +03:00
1b14628dbf Directory creation is moved to export() method 2018-02-18 12:57:09 +03:00
a4b6b853b6 Fixed DateValidator to respect time when format is php:U
Fixes #15628
2018-02-18 09:55:43 +02: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
0177d68476 Commit da06c4a1 reduced num of useless brackets in SQL. Fixing tests 2018-02-17 00:15:12 +02:00
da06c4a1e1 Fixed QueryBuilder::buildCondition() to skip empty array on input
Fixes #15653
2018-02-16 23:46:08 +02:00
7febeb8ad4 Renamed yii\helpers\FileHelper findDirectory() method to findDirectories() to be consistend with findFiles() 2018-02-16 22:41:28 +03:00