Commit Graph

2875 Commits

Author SHA1 Message Date
Carsten Brandt
f6d621d34e skip mongodb on HHVM 2014-10-11 18:05:25 +02:00
Carsten Brandt
6d97ef1374 fixed cubrid build script 2014-10-11 17:47:08 +02:00
Carsten Brandt
50c0449d1a ensure tests are failing when build scripts fail 2014-10-11 17:30:41 +02:00
Carsten Brandt
23918f3ec3 upgrade cubrid PDO version in tests
also enhance test README
2014-10-11 17:23:57 +02:00
Klimov Paul
f5c5c2fd8b Fixed yii\console\controllers\AssetController breaks CSS URLs in case target file localed at yii\web\AssetManager::basePath root 2014-10-10 16:17:31 +03:00
Klimov Paul
13bc95ae52 Fixed yii\console\controllers\AssetController breaks CSS URLs on Windows 2014-10-10 13:55:29 +03:00
Alexander Makarov
327dde72f4 Fixes #5467: Added ability to pass HTML tag options to asEmail(), asImage() and asUrl() methods of yii\i18n\Formatter 2014-10-10 12:00:44 +04:00
Alexey Kolmakov
ce4bf84452 #5467 Allow pass options to Html:a in Formatter:asUrl 2014-10-10 11:47:12 +04: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
280f499ae1 skip test on travis 2014-10-06 22:05:39 +02:00
Carsten Brandt
52c315e6a3 added test for web\User authTimeout 2014-10-06 16:01:46 +02:00
Alexander Makarov
7592dcc7f1 Added test for #5361 2014-10-05 20:49:29 +04:00
Alexander Makarov
6d8aa2d4d4 Fixed tests 2014-10-05 20:46:08 +04:00
Alexander Makarov
d06f849a85 Another test attempt for #5356 2014-10-05 20:42:22 +04:00
Alexander Makarov
1bea489f98 Added test for #5356 2014-10-05 14:11:09 +04:00
armab
ef127f6855 Fixes #5316: Added startsWith() and endsWith() to yii\helpers\StringHelper. Methods are binary-safe, multibyte-safe and optionally case-insensitive 2014-10-05 13:58:56 +04:00
Carsten Brandt
1b4d894c9d created test for #5341 2014-10-03 23:16:58 +02:00
Carsten Brandt
dfc4de877f ensure integer is formatted without fraction digits
fixes #5179
2014-10-03 19:39:04 +02:00
Qiang Xue
b9fdf60acb Merge branch 'master' of git://github.com/yiisoft/yii2 2014-10-03 09:30:41 -04:00
Qiang Xue
d6b797e236 Fixes #5252: Null values are not properly handled by RangeValidator 2014-10-03 09:30:26 -04:00
Carsten Brandt
0df9a82a7f updated documentation and tests
fixes #5331
2014-10-03 15:25:55 +02:00
Serge Bezborodov
76ade0f6b0 Changed order of attributes setting in Formatter
close #5261
2014-10-01 00:58:15 +02:00
Carsten Brandt
2fbce2fa25 improved formatter test coverage 2014-09-30 22:57:03 +02:00
Carsten Brandt
e305f0842c skip unsupported things on 32bit system 2014-09-30 02:21:17 +02:00
Carsten Brandt
6267b9ee1a Fixed issue with timezone conversion in formatter
related to #5128
2014-09-30 02:15:45 +02:00
Carsten Brandt
45e472ccb0 added unit tests for #5249 2014-09-29 23:54:38 +02:00
Qiang Xue
aa8c013ebf Fixes #3197: Using ActiveQuery::indexBy() may cause relational AR queries to generate incorrect relational results 2014-09-23 10:29:11 -04:00
Carsten Brandt
982a27db83 removed support for unlinkAll() from elasticsearch
feature is not reliable

fixes #5136
2014-09-23 12:56:05 +02:00
Carsten Brandt
3b0f561480 format timestamps with invalid date input
fixes #4989
2014-09-23 12:13:00 +02:00
Kartik Visweswaran
18b57af5ac Better date parsing and formatting including 32 bit support
Enhances `normalizeDateTimeValue` to return a DateTime object instead of a converted double value, that fails. The DateTime object input is supported by 32 bit, 64 bit, as well as the `IntlDateFormatter` to format all years. (including fixing of the Y2K38 bug). Fixes issue in #4989.

close #5000
2014-09-23 11:59:19 +02:00
Qiang Xue
1b509ccc37 Mark failed tests as skipped. 2014-09-22 20:47:02 -04:00
Qiang Xue
9c375d6538 Fixed test break. 2014-09-22 17:55:04 -04:00
Qiang Xue
d9f897ca56 Merge branch 'unlink-tests' 2014-09-22 16:37:34 -04:00
Qiang Xue
aeaf0511d2 Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling ActiveRecord::unlinkAll() 2014-09-22 16:36:55 -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
Qiang Xue
3905c419f0 Merge pull request #5084 from yiisoft/asset-improvements
Asset improvements
2014-09-18 09:17:37 -04:00
Qiang Xue
d49957fe35 Fixes #5079: added test case. 2014-09-18 08:44:44 -04:00
Carsten Brandt
82b2f795b8 test case for #5084 2014-09-17 20:08:12 +02:00
Carsten Brandt
4f0d10c641 fixed test break 2014-09-17 19:34:00 +02:00
Klimov Paul
684365e8c9 Fixed yii\console\controllers\CacheController does not check if cache component instance of 'yii\caching\Cache'
close #5055
2014-09-17 18:49:32 +02:00
Carsten Brandt
ef2f6a0887 Merge pull request #5027 from yiisoft/date-format-convert
[WIP] extracted date format converting to a helper class
2014-09-17 18:42:35 +02:00
Carsten Brandt
01600bf611 added test case for menu widget
fixes #5080
2014-09-17 17:48:16 +02:00
Klimov Paul
db26e65c62 Fixed yii\console\controllers\MessageController handles category name containing dot incorrectly 2014-09-17 15:48:12 +03:00
Klimov Paul
ec19536047 Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays 2014-09-17 11:49:27 +03:00