Alexander Makarov
14ae163345
prepare for next release
2019-05-21 19:04:19 +03:00
Alexander Makarov
0adae663e1
release version 2.0.19
2019-05-21 19:03:57 +03:00
Rafael Barros
9b4ae9c4ab
Added a .htaccess file to the web directory ( #206 )
2019-05-14 19:07:55 +03:00
Alexander Makarov
088c23462d
prepare for next release
2019-04-23 15:52:21 +03:00
Alexander Makarov
03697217bc
release version 2.0.18
2019-04-23 15:52:05 +03:00
Alexander Makarov
3076318d05
Fixed contact form tests
2019-04-23 15:31:43 +03:00
Alexander Makarov
e38c34a935
Adjusted email headers in contact form
...
See https://github.com/yiisoft/yii2-app-advanced/issues/426
2019-04-23 15:11:10 +03:00
Alexander Makarov
b4b51a3fb9
Fixed composer.json syntax
2019-04-23 15:06:04 +03:00
Alexander Makarov
4a41e3f53d
Fixes #204 : Allow using older swiftmailer dependency
2019-04-23 15:02:20 +03:00
MaximAL
6dd4e00ce7
Codestyle: space after foreach
keyword ( #200 )
2019-03-24 16:33:18 +03:00
MaximAL
cb46def3bf
Old array syntax in requirement checker (could be run in PHP prior to 5.4) ( #201 )
2019-03-24 16:32:05 +03:00
Alexander Makarov
87ef329035
prepare for next release
2019-03-23 00:41:15 +03:00
Alexander Makarov
e063a26253
release version 2.0.17
2019-03-23 00:40:51 +03:00
Alexander Makarov
8dc9732134
Fixes #198 : Updated dependencies to make sure codeception tests pass right after install
2019-03-22 23:45:06 +03:00
Craig London
3479193c9b
master: Update composer.json to use Yii2 Debug & Gii v2.1.0 ( #199 )
2019-03-22 16:23:34 +01:00
MaximAL
36365e5aa7
Make requirements checker return error if there were failed checks ( #196 )
2019-03-06 20:01:30 +03:00
Carsten Brandt
603f13964b
prepare for next release
2019-01-31 01:01:20 +01:00
Carsten Brandt
ceb7d42013
release version 2.0.16
2019-01-31 01:00:58 +01:00
Ricardo Pérez
069ec1f6d0
Fix namespaces in unit tests ( #171 )
2019-01-27 23:30:35 +03:00
Matteo Giaccone
72af82e3e1
Add MySQL to Travis ( #190 )
2018-12-05 20:15:52 +03:00
Ricardo Pérez
cfe07e705d
Bump codeception/specify, codeception/verify versions ( #173 )
2018-12-04 22:05:40 +03:00
Nils
a0095a0bee
changed vagrant top-level domain to .test ( #188 )
2018-10-10 20:06:02 +02:00
Maarten van Middelaar
d355029d02
Remove setting cleanup false ( #183 )
...
It is not clear why cleanup is set to false in the template. ActiveFixture fixture data is not loaded when a previous test had fixtures.
2018-06-14 02:11:36 +03:00
Maarten van Middelaar
56bac0cffd
Add fixtures in Yii2 module ( #182 )
...
To be able to follow the instruction on https://www.yiiframework.com/doc/guide/2.0/en/test-fixtures `$I->grabFixture()` we need to enable the fixtures feature of the Yii2. Methinks this would be a good thing to enable by default.
2018-05-24 02:53:00 +05:00
Alexander Makarov
e3ab8489a5
Removed redundant line from license [skip ci]
2018-04-26 21:08:54 +03:00
Chris Smith
0b94c3142b
Partially Fixes #177 Nginx default config interferes with dev domain. Still causes an issue with SSL redirect. ( #178 )
2018-04-01 12:54:23 +03:00
Alexander Makarov
561b98a039
Register meta tags with a method that works well with page cache
2018-03-15 01:17:30 +03:00
Ricardo Pérez
dafe5f6aff
Set @tests
alias by default ( #169 )
2018-02-23 20:57:48 +03:00
SilverFire - Dmitry Naumenko
9245d033e4
prepare for next release
2018-02-19 00:36:21 +02:00
SilverFire - Dmitry Naumenko
dfd0a02b50
release version 2.0.14
2018-02-19 00:35:59 +02:00
SilverFire - Dmitry Naumenko
24ed409e71
Minor
2018-02-19 00:29:21 +02:00
Alexander Makarov
b5fb6dc7bc
Updated badges
2018-02-18 23:48:18 +03:00
Alexander Makarov
cb49ebde2a
Fixes #165 : Fixed example file name
2018-02-17 22:15:06 +03:00
Tobias Munk
cfe16a52d7
Feature/docker support ( #157 )
...
* added Docker support
* updated Docker docs
2018-02-07 00:07:24 +03:00
Vladimir Jelovac
7942ecffee
Changes to run vagrant from project root dir ( #163 )
...
Introduced a variable which represents current vagrantfile directory path. This way we can run vagrant directly from the Yii2 project root and do not need to store vagrant configurations separately.
2018-02-07 00:05:52 +03:00
MaximAL
32939e2b27
Exit code in PhpDoc ( #167 ) [skip ci]
2018-02-06 12:26:06 +03:00
Aleksandar Belic
a31ee4418a
Removing unused classes from unit test models. ( #162 )
2017-12-11 18:59:34 +03:00
carlos gonzález
33882b152b
Adapted yii2-app-advanced
Vagrant setup to basic app ( #161 )
2017-12-05 02:06:25 +03:00
Sohel Ahmed Mesaniya
fc82ba48d0
Set password to empty string when reloading login form ( #158 )
2017-11-16 12:03:46 +03:00
Dmitry Naumenko
988bfd39df
Merge pull request #153 from ricpelo/master
...
Add @bower and @npm aliases in config/console.php
2017-11-11 09:09:48 +02:00
Dmitry Naumenko
8049e6a4c2
Merge pull request #156 from nkovacs/patch-1
...
Disable composer-asset-plugin if it's installed
2017-11-10 23:29:56 +02:00
Nikola Kovacs
a6bc6e9c87
Disable composer-asset-plugin if it's installed
...
Refs #149
2017-11-09 11:09:30 +01:00
Carsten Brandt
c769bd1b0a
make use of 2.0.13 ExitCode class in console command
2017-11-08 09:58:56 +01:00
Ricardo Pérez
8d04158f16
Add @bower and @npm aliases in config/console.php
...
You need them if you add the `yii\apidoc\commands\ApiController` and `GuideController` to your console application command map and you run them inside of your applications console app, as said in the yiisoft/yii2-apidoc 's README.md:
https://github.com/yiisoft/yii2-apidoc/blob/master/README.md
2017-11-07 13:29:58 +01:00
Ricardo Pérez
8882b2b7d8
Remove trailing whitespaces in config/test.php ( #150 )
2017-11-06 16:36:24 +01:00
Carsten Brandt
812d8d5178
Update composer.json
...
updated yii2 constraint for #151
2017-11-06 15:10:58 +01:00
Milen Hristov
525f988d68
since 2.0.13, the class name Object
is invalid since PHP 7.2, use [[BaseObject]] instead. ( #151 )
2017-11-06 09:54:35 +01:00
Alexander Makarov
217f9230d8
prepare for next release
2017-11-03 01:39:17 +03:00
Alexander Makarov
6699ce788a
release version 2.0.13
2017-11-03 01:38:39 +03:00
Alexander Makarov
92688ab18a
Fixed travis tests on PHP 5.5 by installing imagick manually ( #148 )
2017-11-03 01:36:10 +03:00