24 Commits

Author SHA1 Message Date
b2f16df9dc Fixed file header comment 2016-03-04 16:04:01 +03:00
ce35739469 joinWith implementation cleanup 2016-02-12 12:45:29 +01:00
3f8df39f45 more tests for joinWith alias
also test on joining the same relation twice
2016-02-12 12:35:29 +01:00
94571e2c23 improved tests for ActiveQuery::joinWith alias 2016-02-12 12:35:29 +01:00
32c424da10 Fixed i18n message sources to load fallback messages in a smarter way
Added migration and unit-tests for `yii\i18n\DbMessageSource`

Closes #7964
2016-02-07 23:08:52 +02:00
1e48e020cb Merge branch '10263' of https://github.com/githubjeka/yii2 into githubjeka-10263 2016-01-19 00:04:20 +02:00
01a6235059 #9333: Fixed AssetManager to publish bundles using symlink with nested directories in hash
Closes #9333
2015-12-20 16:24:40 +02:00
615a29f04e More fixes for MSSQL tests 2015-12-09 03:07:32 +03:00
619c50d933 Fixed MSSQL initial schema for tests 2015-12-08 23:46:01 +03:00
170c376648 yii\helpers\VarDumper::dump() now respects PHP magic method __debugInfo() 2015-12-05 11:21:49 +02:00
a215013f68 Missing phpDoc properties has been added 2015-11-27 19:48:20 +03:00
939b3a9283 added scenario test while reproducing #10034 2015-10-29 14:57:51 +01:00
357bce51bb Tests for #9006 2015-07-30 19:25:52 +03:00
cd6121547d skip memcache on php 7
fixes #8975
2015-07-03 17:32:35 +02:00
d0c6cb7700 abort removing duplicate records when pk is not in result set
in this cases it does not make sense to remove duplicates as the result is not on record level anymore.
This could be the case after GROUP BY has been applied.

fixes #8772
2015-06-14 19:29:57 +02:00
a003a8fb48 Fixed broken postgresql test schema 2015-05-28 11:43:01 +03:00
51a442d6c8 Fixed yii\db\ActiveRecord does not updates attribute specified at optimisticLock() after save 2015-05-26 11:53:34 +03:00
57db031d1c Merge branch 'master' into 7374-inserting-ar-without-values 2015-05-24 23:29:40 +02:00
a63fc2ff59 properly quote sequence name in Schema::getLastInsertId()
fixes #8483
close #8515
2015-05-21 22:42:34 +02:00
5f099b3f8d Merge branch 'master' into 7374-inserting-ar-without-values 2015-04-21 09:49:46 +02:00
1641919643 Fix for tests directory recomposition 2015-04-20 11:28:35 +03:00
aa9399c6c0 Merge branch 'master' of github.com:yiisoft/yii2 into 5042-insert-returning 2015-04-20 11:23:38 +03:00
c92b1a3758 permissions for Travis scripts fixed 2015-04-16 16:38:49 +03:00
6949992246 Simplified tests directory structure a bit 2015-04-16 12:10:01 +03:00