Commit Graph

183 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
395e9c7fae
Removed fxp/cap as default package installation method 2017-11-02 21:37:12 +02:00
Tobias Munk
120d35506e Updated asset-plugin options (#145) 2017-11-01 02:47:09 +03:00
SilverFire - Dmitry Naumenko
8e05ff8651 minor 2017-08-09 22:14:58 +03:00
SilverFire - Dmitry Naumenko
1fd8921fbf Fixed generateCookieValidationKey 2017-08-09 22:07:23 +03:00
SilverFire - Dmitry Naumenko
fc2ec7dfee Switched to asset-packagist.org 2017-06-17 17:23:21 +03:00
Carsten Brandt
927398596b
prepare for next release 2017-06-05 20:32:36 +02:00
Carsten Brandt
591a3ca78c
release version 2.0.12 2017-06-05 20:32:14 +02:00
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
Alexander Makarov
6db5566637 Fixed suggest descriptions 2014-02-07 23:20:37 +04:00
Alexander Makarov
caf8874782 Fixes #2341, fixes #2317: moved codeception dependecies to "suggest" section, fixed codeception version on stable branch 2014-02-07 19:11:09 +04:00
Qiang Xue
e27b07ffd9 Fixes #1782 2014-01-22 09:28:59 -05:00
Carsten Brandt
b23137bd38 removed specify dependency from extension to app
fixes #1913
2014-01-12 16:10:50 +01:00
Carsten Brandt
1c696926f2 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
bffdcdd416 adjusted codeception composer.json 2014-01-10 22:24:23 -05:00
Qiang Xue
c761aab7c6 try to fix basic app travis test. 2014-01-04 19:19:02 -05:00
Carsten Brandt
3859f2a500 moved dev requirements to require-dev in app composer.json
fixes #1736
2014-01-03 23:43:25 +01:00
Mark
49ec2729a6 added info about setting testing environment 2014-01-02 11:02:48 +04:00
Qiang Xue
34cbe06852 increase composer timeout setting for apps. 2014-01-01 21:57:32 -05:00
Mark
5c00677893 aspect mock requirement removed 2013-12-31 23:04:02 +04:00
Mark
fc0df16f47 modified tests, improved configuration, introduced aspect mock and specify. 2013-12-31 00:17:36 +04:00
Carsten Brandt
09237c013e cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Mark
8f5cf3e563 added new extension yii2-codeception, modified composer settings 2013-12-13 19:38:25 +04:00
Qiang Xue
baf7dca6d0 changed composer setting to match all requirements. 2013-11-30 23:52:36 -05:00
Qiang Xue
e1561bc3d1 updated apps to use the mail component. 2013-11-07 23:01:13 -05:00
Qiang Xue
1fff71bb31 moved bootstrap to extension 2013-11-03 00:40:06 -04:00
Qiang Xue
6ccc880fe3 updated dependency. 2013-11-03 00:25:31 -04:00
Qiang Xue
5d5755e4c1 Fixed dependency of apps 2013-11-02 23:00:13 -04:00
Qiang Xue
e684a34f6a removed InstallHandler. 2013-10-22 21:13:57 -04:00
Alexander Makarov
9c81480193 Updated docs, composer.json and other things to mention and use PHP 5.4 2013-10-18 13:01:13 +04:00
Qiang Xue
94c7393598 Replaced diff vendor. 2013-08-19 14:21:40 -04:00
Qiang Xue
d0841eb21f composer config update. 2013-08-18 18:46:49 -04:00
Qiang Xue
949c567387 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
Tobias Munk
f2b2eae987 added updated composer script event for setting permissions 2013-06-02 23:42:11 +02:00
Qiang Xue
cb76b82e09 Renamed apps/bootstrap to apps/basic. 2013-05-24 10:14:49 -04:00