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
SilverFire - Dmitry Naumenko
395e9c7fae
Removed fxp/cap as default package installation method
2017-11-02 21:37:12 +02:00
Dmitry Naumenko
70648fa45c
Merge pull request #147 from damasco/fix-bowerrc
...
Fix .bowerrc
2017-11-02 21:12:35 +02:00
Tobias Munk
120d35506e
Updated asset-plugin options ( #145 )
2017-11-01 02:47:09 +03:00
Bulat Damdinov
e68b4a8f45
Fix .bowerrc
2017-10-30 20:27:54 +08:00
Carsten Brandt
53d896e18b
Merge pull request #146 from yiisoft/requirements-searchpath
...
search for framework path in requirements.php
2017-10-30 09:43:32 +01:00
Carsten Brandt
1c4072499f
improved requirements checker error message about framework
2017-10-30 09:42:15 +01:00
Carsten Brandt
6bb488de6b
search for framework path in requirements.php
...
fixes https://github.com/yiisoft/yii2/issues/15041
2017-10-30 09:33:22 +01:00
MaximAL
0c87fab0c3
Used application name instead of string literal in the navbar
2017-09-21 18:01:41 +02:00
Bulat Damdinov
c49a8554e8
Minor fixes of test files ( #139 ) [skip ci]
2017-09-12 12:29:58 +03:00
Bulat Damdinov
d965cf55ac
Using require as a statement ( #140 )
2017-09-12 11:16:50 +02:00
SilverFire - Dmitry Naumenko
2f2e2506c6
Bump to 2.0.13
2017-08-16 15:17:30 +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
a4e8114f60
Fixed Alert widget
2017-08-09 20:58:58 +03:00
nicdnepr
1d51cb3790
Added Alert widget ( #134 )
2017-08-08 13:02:19 +03:00
SilverFire - Dmitry Naumenko
4dc90946e9
Call require
as statment. Closes #123
2017-08-07 23:46:37 +03:00
Alexander Makarov
02cf920ff9
Added logo to readme [skip ci]
2017-08-02 16:05:10 +03:00
Matviy
7d02759734
Added 'aliases' section to test config file fix #130 ( #131 )
2017-07-19 14:56:26 +03:00
MaximAL
90b51ff06a
Schema cache options (for production environment) ( #129 ) [skip ci]
2017-06-30 18:00:32 +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
Andrey Subbota
465c00a8ea
Fixed consistency of db-variable name in config files ( #120 )
2017-05-28 03:21:16 +05:00
Alexander Makarov
19b6143f05
Update fxp plugin version
2017-04-19 02:56:46 +03:00
Nikolay Oleynikov
2ac711fa20
Fix incorrect type hints ( #115 ) [skip ci]
2017-04-11 15:47:45 +03:00
Alexander Kozhevnikov
4f8ae448fe
Fix remote_config path in codeception.yml ( #114 )
...
`../tests/codeception.yml` does not exist, using `../codeception.yml` works
2017-03-27 18:08:01 +03:00