Ilya Antipenko
0f5f8e27ae
Fix faker test. Add ё to regexp
2014-10-20 18:33:24 +03:00
Klimov Paul
15c8935db1
Fixed yii\mongodb\ActiveRecord unable to fetch 'hasMany' referred by array of \MongoId
2014-10-09 14:55:43 +03:00
Klimov Paul
4c843671ea
Additional check added to yiiunit\extensions\authclient\BaseClientTest::testNormalizeUserAttributes()
2014-10-08 17:16:50 +03:00
Klimov Paul
165e9ede6d
Added ability to operate nested and complex attributes via yii\authclient\BaseClient::normalizeUserAttributeMap
2014-10-08 17:14:52 +03:00
Klimov Paul
3abefac692
Fixed yii\mongodb\Collection unable to fetch default database name from DSN with parameters
2014-10-07 17:43:05 +03:00
Klimov Paul
eb1b557827
yii\sphinx\Query updated to be more consistent with yii\db\Query
2014-10-07 13:32:26 +03:00
Carsten Brandt
982a27db83
removed support for unlinkAll() from elasticsearch
...
feature is not reliable
fixes #5136
2014-09-23 12:56:05 +02:00
Qiang Xue
1b509ccc37
Mark failed tests as skipped.
2014-09-22 20:47:02 -04:00
Carsten Brandt
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
Carsten Brandt
ece300ac30
removed null value adjustment in redis ActiveQuery
...
asArray will not include null valued keys
2014-09-22 18:54:00 +02:00
Carsten Brandt
df22616c76
finished fix for redis null and boolean value storage
...
fixes #1311
2014-09-22 18:45:37 +02:00
Carsten Brandt
4f0d10c641
fixed test break
2014-09-17 19:34:00 +02:00
Klimov Paul
ec19536047
Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays
2014-09-17 11:49:27 +03:00
Qiang Xue
0157964f5f
Fixed test breaks.
2014-09-16 22:49:29 -04:00
Carsten Brandt
e4446ccf51
removed old test
2014-09-11 16:28:32 +02:00
Carsten Brandt
383b9d32ab
skip fixture controller test on HHVM
2014-09-08 12:39:28 +02:00
Alexander Makarov
f7fc1faa97
Fixed condition building for booleans
2014-09-07 20:26:55 +04:00
Qiang Xue
f21c2c2964
Fixed test breaks.
2014-09-05 16:39:18 -04:00
Mark
b8ce6ff6a0
removed unneeded comment
2014-09-01 18:03:33 +04:00
Mark
2410766f9f
tests added for faker fixture controller
2014-09-01 17:33:15 +04:00
Klimov Paul
5b0d6f885c
yii\sphinx\ActiveQuery fixed to be resuable with 'match' condition.
2014-08-27 14:51:30 +03:00
Klimov Paul
10edf5c929
yii\sphinx\ActiveQuery fixed to be resuable.
2014-08-27 14:01:29 +03:00
Klimov Paul
981fbaddba
Sphinx test skipping code fixed
2014-08-27 13:41:31 +03:00
Klimov Paul
7a418ae9e2
yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive.
2014-08-26 14:03:02 +03:00
Carsten Brandt
3b665fe3c4
improved unit test SKIP detection
...
issue #4687
2014-08-12 12:10:19 +02:00
Alexander Makarov
892d95a376
Added runtime cleanup for Smarty and Twig tests
2014-08-11 15:27:02 +04:00
Alexander Makarov
f08c85c5b8
Merge pull request #4619 from yiisoft/smarty
...
Smarty improvements
2014-08-10 21:06:49 +03:00
Alexander Makarov
739f3b13e4
Fixes #4553 : Smarty enhancements
2014-08-10 22:05:48 +04:00
Alexander Makarov
071105e932
Added null AR relation test for Twig extension
2014-08-07 14:53:00 +04:00
Alexander Makarov
59a52d8876
Fixes #4556 : Gii was incorrectly generating labels
2014-08-01 12:48:35 +04:00
Alexander Makarov
e1bdc9cdc9
Fixes #3674 : Various Twig enhancements:
...
- Removed `FileLoader` and used `\Twig_Loader_Filesystem` instead.
- Added support of Yii's aliases.
- Added `set()` that allows setting object properties.
2014-07-31 21:01:09 +04:00
Alexander Makarov
5f49c65510
Added tests that are making sure Gii isn't failing with errors
2014-07-31 18:07:45 +04:00
Carsten Brandt
1c9fc33a40
fixed HHVM test break
2014-07-30 14:59:02 +02:00
Carsten Brandt
7939a3dec5
Merge branch 'master' into array-attribute-relations
...
* master:
Update output-data-widgets.md
Fixes #4370 : fileinfo extension is required for FileValidator.
Fixes #4342
Fixes #3887
minor refactoring of FileValidator.
Doc translate for rest-resources
Better fix for Dropdown container options
#4388 : CORS filter fixes:
Fixed test break.
#4310 : Removed `$data` from signature of `yii\rbac\ManagerInterface`
Update .travis.yml
Update ActiveRecordInterface.php
Fixes #4384 .
Sphinx distributed indexes support provided
typo fix [skip ci]
Fixes #3611 : Refactored query caching.
2014-07-23 01:43:03 +02:00
Carsten Brandt
d036d2f5bf
add support for array valued attr relations to unlink and link
2014-07-23 01:25:33 +02:00
Klimov Paul
98a86ce73b
Sphinx distributed indexes support provided
2014-07-21 12:34:28 +03:00
Carsten Brandt
d5375e8c3b
added elasticsearch test case for array attribute relations
2014-07-20 23:57:51 +02:00
Klimov Paul
1a07485e27
Added support for relation by array attributes
...
fixes #1249
2014-07-20 23:33:51 +02:00
Klimov Paul
7a937903c2
yii\mongodb\Collection::buildLikeCondition() fixed to escape regular expression.
...
`yii\mongodb\Collection::buildRegexCondition()` added.
2014-07-11 16:17:56 +03:00
Klimov Paul
b90f88659d
Unit test for MongoDB migration controller added
2014-07-10 13:33:09 +03:00
Klimov Paul
5fb654f95d
'MongoDbTestCase::loadClassMap()' refactored
2014-07-10 13:31:07 +03:00
Carsten Brandt
4e8e22da3c
fixed issue with elasticsearch >=1.2.0
...
do not use scripting as it is disabled by default and will cause edge
case queries to fail
fixes #4187
2014-07-04 14:04:38 +02:00
Carsten Brandt
27943ce735
Merge pull request #4063 from yiisoft/typecast-split
...
split typecast method into two
2014-06-27 02:14:31 +02:00
Carsten Brandt
5d0452b2ae
rename ColumnSchema::typecast to phpTypecast
2014-06-27 02:12:59 +02:00
Alexander Makarov
2457e24795
Fixes #4071 : mail component renamed to mailer, yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer
2014-06-26 18:28:28 +04:00
Klimov Paul
3c5b98f7fe
Unit test for issue #4018 added
2014-06-24 17:47:08 +03:00
Alexander Makarov
0c14f47f9a
Fixes #3793 : Changed inline autocomplete hints style to get more IDEs support
2014-06-20 17:40:00 +04:00
Alexander Makarov
22884e7384
Fixes #3535 : Syntax changes
...
- Removed `form_begin`, `form_end`
- Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces
- Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end`
- Added more tests
2014-06-20 05:13:36 +04:00
patrick
48f941dac7
Fixes Twig lexerOptions throwing exception ( #3877 ) and adds test for lexerOptions
2014-06-15 13:15:36 +02:00
patrick
394ca05b72
Adds twig lexerOptions to ViewRendererTest to demonstrate error
2014-06-15 12:46:42 +02:00