Andrey Subbota
56ea7f9699
Fix The "extra.asset-installer-paths" option is deprecated ( #121 )
2017-05-28 20:17:09 +05:00
Carsten Brandt
0453b5afb1
prepare for next release
2017-02-01 17:56:30 +01:00
Carsten Brandt
5bb6386a5e
release version 2.0.11
2017-02-01 17:55:52 +01:00
Carsten Brandt
15851900c6
prepare for next release
2016-10-20 14:10:54 +02:00
Carsten Brandt
fd3391bbcd
release version 2.0.10
2016-10-20 14:10:38 +02:00
Carsten Brandt
6cdf2bc5a0
updated version constraint in extension template
...
avoid unbound constraints
yiisoft/yii2#12154
2016-09-05 14:47:44 +02:00
Alexander Makarov
d7df546502
Fixed version constraints, adjusted readme, fixed formatting
2016-07-25 23:41:30 +03:00
Alexander Makarov
0c5eb8ba82
Merge branch 'master' of https://github.com/notgosu/yii2-app-basic into notgosu-master
2016-07-25 23:33:12 +03:00
Davert
3be9b8507d
added codeception to deps
2016-07-25 02:25:42 +03:00
Davert
95bd8f4409
added tests for amLoggedIn method
2016-07-18 20:33:45 +03:00
Gintautas Miselis
3214a14ebf
Added codeception/specify to require-dev ( #72 )
...
It was an indirect dependency and #57 made Codeception builds with --prefer-lowest fail: https://travis-ci.org/Codeception/Codeception/jobs/145152589#L1653
2016-07-17 22:31:32 +03:00
Davert
0ef627f7de
refactored tests
2016-07-16 04:13:51 +03:00
Davert
b1015559e0
refactoring
2016-07-14 21:03:28 +03:00
Davert
71ee8a08a0
dependencies should be stable
2016-07-14 17:20:08 +03:00
Carsten Brandt
548af0eacd
prepare for next release
2016-07-11 15:43:58 +02:00
Carsten Brandt
5319c23281
release version 2.0.9
2016-07-11 15:43:39 +02:00
Carsten Brandt
655b5c3502
prepare for next release
2016-04-28 18:06:57 +02:00
Carsten Brandt
6962834f37
release version 2.0.8
2016-04-28 18:06:20 +02:00
Carsten Brandt
acb438affb
prepare for next release
2016-02-14 15:56:44 +01:00
Carsten Brandt
940451bc8f
prepare for 2.0.7 release
2016-02-14 15:56:01 +01:00
Carsten Brandt
698c3b849e
prepare for next release
2015-08-06 00:25:54 +02:00
Carsten Brandt
3159d797b7
prepare for release 2.0.6
2015-08-06 00:23:55 +02:00
Carsten Brandt
757f5dc6bd
bump yii version for security fix
2015-07-11 14:21:16 +02:00
Qiang Xue
ff7b5adae5
prepare for next release
2015-05-10 18:27:13 -04:00
Qiang Xue
6db812e989
2.0.4 release
2015-05-10 18:06:11 -04:00
Alexander Makarov
d091d08d17
Renamed application template into project template in docs
2015-04-02 16:09:56 +03:00
Alexander Makarov
413638137b
Reverted #7459 , #7469 , #7470
2015-02-27 02:27:06 +03:00
Alexander Kochetov
53443f822a
Added prefered install option to composer.json for basic app template
2015-02-26 18:20:50 +03:00
Alexander Kochetov
3bdaca21e4
Removed min stability from composer.json for basic application template
2015-02-26 18:18:25 +03:00
Alexander Kochetov
22d6b9404b
Fixed composer.json for basic app template
2015-02-26 04:11:27 +03:00
Qiang Xue
dcc2e8fc6a
prepare for next release.
2014-12-07 11:46:05 -05:00
Qiang Xue
abba09d7e6
prepare for 2.0.1 release
2014-12-07 11:42:41 -05:00
Qiang Xue
8ac36163c1
prepare for next release.
2014-10-12 16:44:45 -04:00
Qiang Xue
2ab0180a59
2.0.0 release.
2014-10-12 13:09:06 -04:00
Qiang Xue
039225e550
prepare for next release.
2014-09-28 01:44:31 -04:00
Qiang Xue
e3195677d5
prepare for 2.0.0-rc release.
2014-09-27 21:59:54 -04:00
Carsten Brandt
e0fb805eea
improved version constraints for bower asset packages
2014-09-22 17:34:18 +02:00
Carsten Brandt
5c6b897629
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
1b58a71ef9
Merge branch 'master' into new-asset
...
Conflicts:
apps/basic/composer.json
composer.json
2014-09-16 20:03:53 -04:00
Qiang Xue
867182b31f
WIP
2014-09-16 13:31:32 -04:00
Qiang Xue
d2840ad8fc
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
8efbbcc662
new asset WIP [skip ci]
2014-09-02 17:03:19 -04:00
Alexander Makarov
459ac478a2
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
c55a791237
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
fb1d9fa32a
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
0c8c520cbb
Switched to Codeception 2.0.* for application template tests
2014-07-02 14:44:31 +03:00
Qiang Xue
fedb41fcc3
prepare for next release.
2014-04-13 21:22:29 -04:00
Qiang Xue
c1472697e2
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
Tobias Munk
23c3420af0
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
2014-02-27 17:37:08 +01:00
Alexander Makarov
f28cb26f22
Edited description
2014-02-08 14:21:28 +03:00