55 Commits

Author SHA1 Message Date
a6dd9d37d5 Fixed #6978: Dependency Injection Container not reset when destroying application in functional tests 2015-01-24 11:47:11 +03:00
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
fea4c8da52 Add fixture support for elasticsearch
close #6432
issue #2053
2015-01-07 22:45:35 +01:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
4054b2196f fixed broken links 2014-10-06 22:04:59 +02:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
c9d51ee0fd Adjusted testing namespaces in application templates 2014-08-24 14:14:35 +04:00
c33214b35d Adjusted test configs structure 2014-08-17 18:45:58 +04:00
cef430af01 Renamed guy classes to actors, fixed phpdoc and code style 2014-08-16 18:15:41 +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
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
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
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
7295540c72 Code style and phpdoc fixes 2014-04-17 15:33:07 +04:00
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
11bc899bc1 Refactored fixtures and fixed test break. 2014-02-03 21:16:57 -05:00
2773828611 fixed test break. 2014-02-03 15:28:01 -05:00
13e85adc8e moved magic methods 2014-02-03 22:58:08 +04:00
143bdb0727 docs improved 2014-01-31 13:00:01 +04:00
5c26f01f84 fixed doc links 2014-01-29 12:22:30 +01:00
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
1949c532aa docs added 2014-01-26 19:05:03 +04:00
2186e3fd4f fixed docs 2014-01-26 18:59:04 +04:00
d05e91393d docs fix 2014-01-26 18:47:46 +04:00
60dbd643fb typo fix 2014-01-26 18:46:54 +04:00
faaabeec5c docs fixed 2014-01-26 18:38:01 +04:00
107eb8114b added titles, fixed formatting 2014-01-26 13:56:00 +04:00
67aff10102 fixed test docs for codeception extension 2014-01-26 13:47:45 +04:00
8e8eca3691 updated change log [skip ci] 2014-01-19 00:14:15 -05:00
87be9deaf0 refactored fixture. 2014-01-18 16:18:33 -05:00
12ff86305a refactored fixture implementation. 2014-01-17 23:35:14 -05:00
bbe3334630 finished fixture feature. 2014-01-17 14:27:33 -05:00
51cb921602 removed specify dependency from extension to app
fixes #1913
2014-01-12 16:10:50 +01:00
a2be28dabf removed hard dependency on codeception from codeception extension
no need to download codeception via composer when phar is used.
fixes #1913
2014-01-11 22:29:29 +01:00
1eb804c3ea adjusted codeception composer.json 2014-01-10 22:24:23 -05:00