57b299607b
Use separate webservers for basic and advanced apps in travis
2014-08-17 19:18:06 +04:00
ac32c33d79
Removed unneeded && from travis
2014-08-17 18:59:36 +04:00
9a68678ded
Additional fix to #4728 .
2014-08-16 22:30:28 -04:00
45dbbc39f6
Additional fix to #4728 .
2014-08-16 22:25:55 -04:00
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
528e12f499
Fix for @covers annotations
2014-08-16 22:09:09 +02:00
83872ff853
CacheFilter test coverage
2014-08-16 21:50:28 +02:00
28091ed2e8
Fixed travis paths
2014-08-16 19:43:50 +04:00
0418a07264
Added missing cd to travis
2014-08-16 19:25:45 +04:00
3913d64d90
Attempt to fix travis
2014-08-16 19:08:24 +04:00
386b63b47c
Merge branch 'master' into codeception-test-adjustments
...
Conflicts:
.travis.yml
2014-08-15 19:13:58 +04:00
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
cc1247f399
fixed HHVM test break
2014-08-15 16:22:59 +02:00
89921e0b92
HHVM version ouput has changed
2014-08-15 16:18:38 +02:00
f4a9646a22
more on HHVM compatibility
2014-08-15 16:04:02 +02:00
62e7c3e9a6
fixed some inconsistnecies in HHVM tests
...
exclude parts that have different default values
2014-08-15 15:30:32 +02:00
10512ff00d
do not export mailer in BaseMailerTest message
...
fixes test break in HHVM due to export of a closure
2014-08-15 14:52:38 +02:00
88d38b7820
Fixes #4501 : Renamed the constant YII_PATH to YII2_PATH
2014-08-14 22:17:05 -04:00
4846643f2b
Update .gitignore
2014-08-14 21:34:07 +02:00
dcf62a1339
Update .gitignore
2014-08-14 21:33:13 +02:00
3a4b32c4c1
fixed cubrid tests
2014-08-13 13:19:28 +02:00
c4dc9470be
created a test case to verify #4682
2014-08-13 12:45:20 +02:00
0f4d8ac4ba
Merge pull request #4675 from klimov-paul/4630-sluggable
...
Fix #4630 : automatic generating of unique slug value to `yii\behaviors\Sluggable`
2014-08-12 15:20:09 +03:00
accd2d3124
Update README.md
2014-08-12 13:35:45 +02:00
9d4e3612e0
fixed test break
2014-08-12 12:51:24 +02:00
3b665fe3c4
improved unit test SKIP detection
...
issue #4687
2014-08-12 12:10:19 +02:00
869d7b7cfc
Improved test config
...
You can now customize test config without having uncommitted changes in
git.
issue #4687
2014-08-12 12:10:19 +02:00
47b42ca808
Merge pull request #4680 from yiisoft/array-cache
...
Created ArrayCache class
2014-08-12 11:40:31 +02:00
823bfc977d
merge with upstream
2014-08-12 12:14:16 +03:00
101d771ecf
yii\behaviors\Sluggable::validateSlug() fixed to respect updating record
2014-08-12 12:01:23 +03:00
f27254b9aa
yii\behaviors\Sluggable simplified
2014-08-12 11:43:15 +03:00
d362af6ede
yii\behaviors\Sluggable optimized
2014-08-12 11:36:50 +03:00
c6274acf6c
ensure postgres boolean values are handled correctly
...
also fixed an issue with default value loading of bool columns.
fixes #3489 , fixes #4085 , fixes #3920
related to #4672
2014-08-12 02:19:53 +02:00
92d65ab78b
fix issue with postgreSQL and batch inserting boolean values
...
fixes #4654
2014-08-12 01:43:49 +02:00
f1dd83e2a9
Added test that are making sure batchInsert boolean values in PostgreSQL isn't failing with errors
...
close #4655
2014-08-12 00:51:11 +02:00
a2e8083beb
Created ArrayCache class
...
- can be used to enable caching in a request without the need for any storage
- useful for example in complex console tasks that should still be independed
2014-08-11 23:49:55 +02:00
b062a6601d
Default event for yii\behaviors\Sluggable with unique enabled changed to 'insert'.
2014-08-11 18:04:18 +03:00
327914e452
Added automatic generating of unique slug value to yii\behaviors\Sluggable
2014-08-11 17:43:00 +03: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
689fc137da
added some tests for Url helper
2014-08-06 22:27:45 +02:00
cd2eeced76
Fixed test break.
2014-08-05 12:54:28 -04:00
5046e687e1
fixed random rbac testing failure.
2014-08-05 11:21:17 -04:00
1c3e61ec26
Fixes #4591 : yii\helpers\Url::to() will no longer prefix relative URLs with the base URL
2014-08-05 11:06:54 -04:00
b656137541
Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension
2014-08-01 21:11:24 +04:00
0ed6355ee1
test and docs to be clear about #4558
2014-08-01 15:35:23 +02:00
59a52d8876
Fixes #4556 : Gii was incorrectly generating labels
2014-08-01 12:48:35 +04:00
c1cf48cf5b
Fixes #2315 : Any operator now could be used with yii\db\Query::->where() operand format
2014-08-01 11:37:05 +04:00