18 Commits

Author SHA1 Message Date
84e53b588a Option --composerNoProgress for dev apps building (#15972)
Use case: going to use it here https://github.com/rugabarbo/yii2-contributor-vagrant/blob/master/vagrant/provision/once-as-vagrant.sh#L26 for silent composer downloads while vagrant machine building.
2018-03-24 22:57:43 +03:00
ecf3ef8bf9 Use root NS specification for opcoded functions 2018-02-08 00:00:36 +03:00
ab10e43195 picking-up path from composer autoload added to PhpDocController 2018-02-01 18:32:44 +02:00
efac23dde7 Fixes #15335: Added FileHelper::unlink() that works well under all OSes 2017-12-11 22:29:31 +03:00
5a8c3d537b Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.

* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
1501c659ac Add empty lines before return statements. (#14682) [skip ci] 2017-08-21 01:58:49 +03:00
6397791513 Fixed whitespaces to match code style [skip ci] 2017-03-14 09:42:13 +03:00
bc314f5299 Fixed typo in PHPDoc [skip ci] 2016-11-17 12:28:38 +06:00
f13d5c05f2 added extensions into devcontroller [skip ci] 2016-03-10 13:43:45 +01:00
816ebd1e17 Additional phpdoc and minor code style fixes 2015-05-31 14:17:04 +03:00
9c10f17690 added --useHttp option to dev command
allows to clone repos using HTTP only, not SSH

issue #3267
2015-05-27 12:47:16 +02:00
3c99febbbf added benchmark to dev. 2015-05-10 16:01:29 -04:00
2d1650554b fixed chdir in dev controller 2015-04-30 11:47:23 +02:00
87a824515f Renamed application template into project template in docs 2015-04-02 14:46:34 +03:00
dd3cc91fef command to run a command in all extension and app dirs 2015-03-23 15:43:30 +01:00
2602efcc4b more verbose output on dev controller 2015-03-22 19:47:20 +01:00
a564273894 return 0 on success to make check easier 2015-03-22 19:43:32 +01:00
7fba1698b3 updated build command to set up dev environment
issue #7812
2015-03-22 19:37:51 +01:00