Alexander Makarov
f7fc1faa97
Fixed condition building for booleans
2014-09-07 20:26:55 +04:00
Carsten Brandt
a4e86c02de
date formatter iteration
2014-09-07 15:54:57 +02:00
Carsten Brandt
7f1f759472
small doc adjustments
2014-09-07 14:54:47 +02:00
Qiang Xue
a5b06b3468
Mark tests with problematic DBMS as skipped.
2014-09-06 20:22:28 -04:00
Qiang Xue
1cd42222fd
Fixed test break.
2014-09-05 23:34:23 -04:00
Qiang Xue
f21c2c2964
Fixed test breaks.
2014-09-05 16:39:18 -04:00
Qiang Xue
61284ed405
Fixes #3910 : Removed the container option from Html::checkbox() and Html::radio()
2014-09-04 14:36:30 -04:00
Alexander Makarov
00ca1cb4b3
Fixes #4914
2014-09-04 03:27:13 +04:00
Qiang Xue
f34b138aab
Fixes #4225 : Added ActiveForm::validateOnBlur and ActiveField::validateOnBlur
2014-09-03 16:14:54 -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
Mark
ff80968387
cache controller adjustments and improvements
...
related to #4792 , close #4874
2014-09-01 13:07:56 +02:00
Carsten Brandt
92b958cd33
fixed return value of yii\web\Request::getPrefferedLanguage
...
ensure it is one of the input values
fixes #4880
2014-09-01 12:46:38 +02:00
Qiang Xue
fa0418f8a1
Fixes #4424 : Added inline and mimeType options to all file downloading methods provided in yii\web\Response
2014-08-30 22:13:42 -04:00
Carsten Brandt
2007777170
Update sphinx-setup.sh
2014-08-30 00:22:21 +02:00
Carsten Brandt
c4dffa0f1f
simplified travis installation
2014-08-28 15:08:37 +02:00
Carsten Brandt
63543c0a81
enable mongo text search
2014-08-28 15:01:55 +02:00
Carsten Brandt
68323f6428
fixed cubrid PDO
2014-08-28 14:49:32 +02:00
Carsten Brandt
e648aef799
sphinx setup without sudo
2014-08-28 14:43:49 +02:00
Carsten Brandt
9174358f7e
fixed sphinx setup
2014-08-28 14:17:15 +02:00
Carsten Brandt
83f5f49469
try mongodb without sudo
2014-08-28 14:01:29 +02:00
Carsten Brandt
326d26af06
install cubrid DB not using sudo and use travis cache
2014-08-28 13:49:36 +02:00
Carsten Brandt
c27c9de5b8
check if sphinx is installed
2014-08-28 12:14:05 +02:00
Carsten Brandt
78b5c7db66
fixed boolean handling for PostgreSQL
...
- do not allow boolean values for integer columns
- use native boolean type with boolean values
- removed workaround that turned out to be wrong when schema and values
are used correctly. Workaround resulted from wrong usage of boolean
values before.
fixes #4672
2014-08-28 11:20:17 +02: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
Qiang Xue
3786440288
Fixes #4762 : Reverted automatic ID fix.
2014-08-25 17:05:14 -04:00
Alexander Makarov
b82d32c1ef
Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements.
2014-08-25 02:01:05 +04:00
Mark
033d66deac
changed format of applying command to all
2014-08-20 20:48:58 -04:00
Mark
c7887b666c
Added missed case in tests about append option
2014-08-20 20:48:58 -04:00
Mark
461576dc85
added other syntax for and tests for fixture controller
2014-08-20 20:48:58 -04:00
Klimov Paul
0bf16497af
Convert 'caseless' option into 'caseSensitive' option at yii\helpers\BaseFileHelper::findFiles()
2014-08-19 17:33:11 +03:00
Klimov Paul
6461523aca
Added 'caseless' option to yii\helpers\BaseFileHelper::findFiles()
2014-08-19 14:52:56 +03:00
Alexander Makarov
6f3832f3ff
Merge pull request #4723 from yiisoft/codeception-test-adjustments
...
Codeception test adjustments for basic and advanced applications
2014-08-18 23:27:01 +04:00
Alexander Makarov
57b299607b
Use separate webservers for basic and advanced apps in travis
2014-08-17 19:18:06 +04:00
Alexander Makarov
ac32c33d79
Removed unneeded && from travis
2014-08-17 18:59:36 +04:00
Qiang Xue
9a68678ded
Additional fix to #4728 .
2014-08-16 22:30:28 -04:00
Qiang Xue
45dbbc39f6
Additional fix to #4728 .
2014-08-16 22:25:55 -04:00
Alexander Makarov
4a9cc31828
Merge pull request #4728 from DaSourcerer/4372-httpcache-rfc7232-compliance
...
RFC 7232 Compliance for yii\filters\HttpCache
2014-08-17 01:21:21 +04:00
DaSourcerer
528e12f499
Fix for @covers annotations
2014-08-16 22:09:09 +02:00
DaSourcerer
83872ff853
CacheFilter test coverage
2014-08-16 21:50:28 +02:00
Alexander Makarov
28091ed2e8
Fixed travis paths
2014-08-16 19:43:50 +04:00
Alexander Makarov
0418a07264
Added missing cd to travis
2014-08-16 19:25:45 +04:00
Alexander Makarov
3913d64d90
Attempt to fix travis
2014-08-16 19:08:24 +04:00
Alexander Makarov
386b63b47c
Merge branch 'master' into codeception-test-adjustments
...
Conflicts:
.travis.yml
2014-08-15 19:13:58 +04:00
Alexander Makarov
7eb403bf45
Codeception test adjustments for basic and advanced applications
...
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
- Removed database module since we're using fixtures and migrations.
- Moved console entry points and bootstrap into `tests/codeception/bin`.
- Adjusted travis build scripts.
- Adjusted documentation to be consistent and reflect changes made.
2014-08-15 19:09:52 +04:00
Carsten Brandt
cc1247f399
fixed HHVM test break
2014-08-15 16:22:59 +02:00
Carsten Brandt
89921e0b92
HHVM version ouput has changed
2014-08-15 16:18:38 +02:00