Alexander Makarov
aa0ebc7f5f
Reverted #7459 , #7469 , #7470
2015-02-27 02:27:06 +03:00
Alexander Kochetov
e6fcaa3665
Updated basic app template README.md
2015-02-26 18:21:58 +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
githubjeka
2ef29fadf5
To fix break test
2015-01-29 15:20:45 +03:00
Evgeniy Tkachenko
c0f116707f
Move fixture configuration in config file
2015-01-29 14:49:12 +03:00
Evgeniy Tkachenko
0323dbb531
Fix undefined variable $scenario in test files.
2015-01-29 09:34:42 +03:00
Davidson Alencar
6a4dc8a4e8
adjust version composer-asset-plugin to 1.0.0 [ci skip]
...
close #7024
2015-01-26 13:40:15 +01:00
Alex Solomaha
27dba46f00
Odd symbol in meta tag
...
There is no needed the "/" before closing.
2015-01-24 20:45:04 +02: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
Carsten Brandt
b57e068d5b
removed safe mode check
...
this is not available in PHP >5.4.0 anyway.
> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP
5.4.0.
http://php.net/manual/en/features.safe-mode.php
2015-01-02 13:48:01 +01:00
Alexander Makarov
ae2f4cfe9b
Fixes #6624 : Added delays to acceptance tests in order to make Selenium run more reliable
2014-12-26 23:18:52 +03:00
Mark Ragazzo
97398dac80
fixed docs
2014-12-10 23:01:08 +04:00
Mark Ragazzo
c51f045234
doc fix
2014-12-10 22:46:53 +04:00
Mark Ragazzo
7fd2178aeb
added code coverage ti yii2_basic
2014-12-10 22:44:27 +04:00
Qiang Xue
7881bba26c
prepare for next release.
2014-12-07 11:46:05 -05:00
Qiang Xue
84b42abad0
prepare for 2.0.1 release
2014-12-07 11:42:41 -05:00
Anton Andersen
6c88467ac4
Fixes #6103 : Improved codeception config in app templates to ease testing of advanced app on multiple hosts
2014-11-27 14:02:04 +03:00
Qiang Xue
38c04b3d89
Fixes #6189
2014-11-23 20:56:33 -05:00
Mark Ragazzo
8af62ee97b
fixed fixture controller config for applications
2014-11-07 23:20:03 +04:00
Alexander Makarov
b829d9d45a
Fixes #4827 : default config for functional tests of both basic and advanced app now turns off CSRF validation while providing commented out alternative setting cookie domain to localhost
2014-10-28 02:03:02 +03:00
Alexander Mohorev
64b4d6dca1
Correct order of property declaration
2014-10-25 16:28:36 +03:00
Alexander Makarov
9302786944
Fixes #5598 : added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message
2014-10-19 01:23:46 +04:00
Alexander Makarov
fc6f622d96
Fixed entry script name
2014-10-18 19:31:39 +04:00
Qiang Xue
d4fac33f4b
Fixes #5509 .
2014-10-12 18:13:22 -04:00
Qiang Xue
47f2272652
prepare for next release.
2014-10-12 16:44:45 -04:00
Qiang Xue
ae8d978270
2.0.0 release.
2014-10-12 13:09:06 -04:00
Michael Härtl
33813b64a7
Issue 5160: Update base app to use bootstrap ActiveForm
2014-09-29 13:45:04 +02: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
Qiang Xue
6f9d2c661c
use 1.0.0-beta2 version for composer asset plugin.
2014-09-27 12:57:43 -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
ff17d9608a
Switch to 1.0.0-beta1 for the composer asset plugin.
2014-09-19 08:32:47 -04:00
Qiang Xue
7669689f0a
removed empty bower.json files [skip ci]
2014-09-16 23:26:40 -04:00
Qiang Xue
b1bb796ee0
Fixed wrong instruction.
2014-09-16 20:58:57 -04: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
6526d7f91b
reverted a prior change.
2014-09-16 16:28:49 -04:00
Qiang Xue
b6a53e3046
WIP
2014-09-16 13:31:32 -04:00
Qiang Xue
6a9b3c7774
Finished console Gii.
2014-09-14 14:15:16 -04:00
Alexander Makarov
01d2291a81
Reverted accidentally edited HelloController
2014-09-04 12:13:28 +04:00
Alexander Makarov
00ca1cb4b3
Fixes #4914
2014-09-04 03:27:13 +04:00
Qiang Xue
46a8e5585b
cleaned up the key so that it can be filled up with a random key automatically when installed.
2014-09-03 10:02:31 -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
Qiang Xue
60e07e0d2a
new asset WIP: renabled asset publishing
2014-09-02 14:51:44 -04:00
Qiang Xue
d184fbb8ed
new asset WIP [skip ci]
2014-08-29 14:54:49 -04:00
Qiang Xue
f51a263570
new asset management WIP
2014-08-27 16:44:00 -04:00