Alexander Makarov
aa0ebc7f5f
Reverted #7459 , #7469 , #7470
2015-02-27 02:27:06 +03:00
Alexander Kochetov
ca2071f3aa
Added prefered install option to composer.json for basic app template
2015-02-26 18:20:50 +03:00
Alexander Kochetov
38bd72efcb
Removed min stability from composer.json for basic application template
2015-02-26 18:18:25 +03:00
Alexander Kochetov
ebe52ccd66
Fixed composer.json for basic app template
2015-02-26 04:11:27 +03:00
Qiang Xue
b750cf662d
prepare for the next release.
2015-01-10 22:59:50 -05:00
Qiang Xue
d7462656f7
2.0.2 release
2015-01-10 22:57:55 -05:00
Qiang Xue
5205eabe3e
prepare for next release.
2014-09-28 01:44:31 -04:00
Qiang Xue
d2b864da84
prepare for 2.0.0-rc release.
2014-09-27 21:59:54 -04:00
Carsten Brandt
46488e674a
improved version constraints for bower asset packages
2014-09-22 17:34:18 +02:00
Carsten Brandt
8176a392bb
Changed version constratints to be semantic versioning again
...
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
it does not prevent dev versions to be installed but neither does `1.*`
- dev versions are constrolled via `minimum-stability` setting and the
`@dev`, `@beta`, `@stable`,... settings.
- setting bower packages that ship compiled files only with the stable
release to use `@stable` in composer.json of the applictaions. This
setting can be removed when we remove the `minimum-stability=dev`
setting after GA.
2014-09-22 13:15:43 +02:00
Qiang Xue
074c1f6c53
Merge branch 'master' into new-asset
...
Conflicts:
apps/basic/composer.json
composer.json
2014-09-16 20:03:53 -04:00
Qiang Xue
b6a53e3046
WIP
2014-09-16 13:31:32 -04:00
Qiang Xue
f417f4353c
Added yii\composer\Installer::postCreateProject() and modified the syntax of calling installer methods in composer.json [skip ci]
2014-09-02 23:17:50 -04:00
Qiang Xue
3ad86bf9a1
new asset WIP [skip ci]
2014-09-02 17:03:19 -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
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
Qiang Xue
8633d0f91c
yii\web\Request::cookieValidationKey is now automatically generated by the installation script for the basic and advanced application templates
2014-07-19 14:56:31 -04:00
Alexander Makarov
2f19030e37
Switched to Codeception 2.0.* for application template tests
2014-07-02 14:44:31 +03:00
Qiang Xue
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
Tobias Munk
825a71c6df
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
2014-02-27 17:37:08 +01:00
Alexander Makarov
7c1ee323fa
Edited description
2014-02-08 14:21:28 +03:00
Alexander Makarov
5e41473d59
Fixed suggest descriptions
2014-02-07 23:20:37 +04:00
Alexander Makarov
77dae9af92
Fixes #2341 , fixes #2317 : moved codeception dependecies to "suggest" section, fixed codeception version on stable branch
2014-02-07 19:11:09 +04:00
Alexander Makarov
2f005eb699
Revert "Locked Codeception versions since master is under heavy refactoring"
...
This reverts commit 7145b9e9a7 .
2014-02-01 02:16:21 +04:00
Alexander Makarov
7145b9e9a7
Locked Codeception versions since master is under heavy refactoring
2014-02-01 00:56:38 +04:00
Qiang Xue
b6575aa0d5
Fixes #1782
2014-01-22 09:28:59 -05:00
Carsten Brandt
51cb921602
removed specify dependency from extension to app
...
fixes #1913
2014-01-12 16:10:50 +01:00
Carsten Brandt
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
Qiang Xue
1eb804c3ea
adjusted codeception composer.json
2014-01-10 22:24:23 -05:00
Qiang Xue
87495f77aa
try to fix basic app travis test.
2014-01-04 19:19:02 -05:00
Carsten Brandt
0c288358d2
moved dev requirements to require-dev in app composer.json
...
fixes #1736
2014-01-03 23:43:25 +01:00
Mark
ed74305ae8
added info about setting testing environment
2014-01-02 11:02:48 +04:00
Qiang Xue
8516433f60
increase composer timeout setting for apps.
2014-01-01 21:57:32 -05:00
Mark
1c1a310a5c
aspect mock requirement removed
2013-12-31 23:04:02 +04:00
Mark
1afe198c19
modified tests, improved configuration, introduced aspect mock and specify.
2013-12-31 00:17:36 +04:00
Carsten Brandt
8621949f52
cleanup and re-aranged codeception tests for basic app
...
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Mark
1e24d60bcd
added new extension yii2-codeception, modified composer settings
2013-12-13 19:38:25 +04:00
Qiang Xue
494e3e3f23
changed composer setting to match all requirements.
2013-11-30 23:52:36 -05:00
Qiang Xue
998cf7e675
updated apps to use the mail component.
2013-11-07 23:01:13 -05:00
Qiang Xue
83a937990c
moved bootstrap to extension
2013-11-03 00:40:06 -04:00
Qiang Xue
6aa45b34d0
updated dependency.
2013-11-03 00:25:31 -04:00
Qiang Xue
1500f978b0
Fixed dependency of apps
2013-11-02 23:00:13 -04:00
Qiang Xue
8fc489091b
removed InstallHandler.
2013-10-22 21:13:57 -04:00
Alexander Makarov
e115b0c860
Updated docs, composer.json and other things to mention and use PHP 5.4
2013-10-18 13:01:13 +04:00
Qiang Xue
b9553eb57a
Replaced diff vendor.
2013-08-19 14:21:40 -04:00
Qiang Xue
710d4767e9
composer config update.
2013-08-18 18:46:49 -04:00
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00
Tobias Munk
64e5911b5e
added updated composer script event for setting permissions
2013-06-02 23:42:11 +02:00
Qiang Xue
759c303a65
Renamed apps/bootstrap to apps/basic.
2013-05-24 10:14:49 -04:00