291 Commits

Author SHA1 Message Date
f85e8f9901 Added group for bootstrap tests
close #7126
2015-02-01 21:13:14 +01:00
e9c08c675c Merge pull request #7081 from pana1990/add-test-collapse
Added to test for Collapse class
2015-01-30 23:53:19 +03:00
6e50783ea4 yii\mongodb\Query::select now allows excluding fields 2015-01-30 12:34:19 +02:00
bf4a35a2a4 Added to test for Collapse class 2015-01-29 12:40:12 +01:00
5ab58ac15b Fixes #6991: Fixed exception when using {use class='yii\bootstrap\Nav' type='function'} 2015-01-24 12:34:30 +03:00
9ff9cab67f ensure gii tests fail on error and not just print_r 2015-01-10 22:31:19 +01:00
0adcd06ca2 Fixed lazy load of relations to yii\mongodb\file\ActiveRecord 2014-12-23 20:58:58 +02:00
3250586c0c added failing test for #6547 2014-12-17 09:57:07 +01:00
97e4813929 Fixes #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller 2014-12-03 09:52:56 -05:00
6fbd710d6c Extra unit test for yii\mongodb\Query::modify() added 2014-12-01 15:49:47 +02:00
338b334254 Improved console controller tests 2014-11-27 03:39:00 +03:00
c2ef433ef9 Fixes #4146: Added yii\bootstrap\ButtonDropdown::$containerOptions 2014-11-26 23:41:36 +03:00
e6450be665 Fixes #6150: yii\bootstrap\Tabs dropdown IDs were generated incorrectly 2014-11-26 22:22:53 +03:00
df023545c9 Fixed yii\mongodb\ActiveRecord saves null as _id, if attributes are empty 2014-11-17 17:53:48 +02:00
38d0570843 fixed unlink() for array valued attributes
return value would not be a valid array when json encoded after unlink().

fixes #6065
2014-11-15 21:42:36 +01:00
cfe874607f fixed return type for redis simple strings
fixes #4745
2014-11-13 16:44:06 +01:00
f9bb1e21cb fixed elasticsearch test break 2014-11-13 15:57:49 +01:00
12f9180b40 Method 'oneWithModify' renamed to 'modify' at yii\mongodb\Query 2014-11-08 14:09:13 +02:00
da000165cf Method 'oneWithUpdate' renamed to 'oneWithModify' at yii\mongodb\Query 2014-11-07 12:44:34 +02:00
5dffd72c58 Added support for 'findAndModify' operation at yii\mongodb\Query and yii\mongodb\ActiveQuery 2014-11-06 14:40:33 +02:00
001d5b1603 Fixed yii\sphinx\QueryBuilder does not support comparison operators (>,<,>= etc) in where specification 2014-11-05 18:24:20 +02:00
0f5f8e27ae Fix faker test. Add ё to regexp 2014-10-20 18:33:24 +03:00
15c8935db1 Fixed yii\mongodb\ActiveRecord unable to fetch 'hasMany' referred by array of \MongoId 2014-10-09 14:55:43 +03:00
4c843671ea Additional check added to yiiunit\extensions\authclient\BaseClientTest::testNormalizeUserAttributes() 2014-10-08 17:16:50 +03:00
165e9ede6d Added ability to operate nested and complex attributes via yii\authclient\BaseClient::normalizeUserAttributeMap 2014-10-08 17:14:52 +03:00
3abefac692 Fixed yii\mongodb\Collection unable to fetch default database name from DSN with parameters 2014-10-07 17:43:05 +03:00
eb1b557827 yii\sphinx\Query updated to be more consistent with yii\db\Query 2014-10-07 13:32:26 +03:00
982a27db83 removed support for unlinkAll() from elasticsearch
feature is not reliable

fixes #5136
2014-09-23 12:56:05 +02:00
1b509ccc37 Mark failed tests as skipped. 2014-09-22 20:47:02 -04:00
1fe5b53f39 Merge pull request #4944 from yiisoft/redis-fixes
Fixed storing and loading nulls and booleans in Redis
2014-09-22 18:59:59 +02:00
ece300ac30 removed null value adjustment in redis ActiveQuery
asArray will not include null valued keys
2014-09-22 18:54:00 +02:00
df22616c76 finished fix for redis null and boolean value storage
fixes #1311
2014-09-22 18:45:37 +02:00
4f0d10c641 fixed test break 2014-09-17 19:34:00 +02:00
ec19536047 Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays 2014-09-17 11:49:27 +03:00
0157964f5f Fixed test breaks. 2014-09-16 22:49:29 -04:00
e4446ccf51 removed old test 2014-09-11 16:28:32 +02:00
383b9d32ab skip fixture controller test on HHVM 2014-09-08 12:39:28 +02:00
f7fc1faa97 Fixed condition building for booleans 2014-09-07 20:26:55 +04:00
f21c2c2964 Fixed test breaks. 2014-09-05 16:39:18 -04:00
b8ce6ff6a0 removed unneeded comment 2014-09-01 18:03:33 +04:00
2410766f9f tests added for faker fixture controller 2014-09-01 17:33:15 +04:00
5b0d6f885c yii\sphinx\ActiveQuery fixed to be resuable with 'match' condition. 2014-08-27 14:51:30 +03:00
10edf5c929 yii\sphinx\ActiveQuery fixed to be resuable. 2014-08-27 14:01:29 +03:00
981fbaddba Sphinx test skipping code fixed 2014-08-27 13:41:31 +03:00
7a418ae9e2 yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive. 2014-08-26 14:03:02 +03:00
3b665fe3c4 improved unit test SKIP detection
issue #4687
2014-08-12 12:10:19 +02:00
892d95a376 Added runtime cleanup for Smarty and Twig tests 2014-08-11 15:27:02 +04:00
f08c85c5b8 Merge pull request #4619 from yiisoft/smarty
Smarty improvements
2014-08-10 21:06:49 +03:00
739f3b13e4 Fixes #4553: Smarty enhancements 2014-08-10 22:05:48 +04:00
071105e932 Added null AR relation test for Twig extension 2014-08-07 14:53:00 +04:00