26 Commits

Author SHA1 Message Date
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
e459214a92 Add symfonymailer to list of extensions 2021-12-27 22:01:44 +03:00
728e910baf Typo PHPDoc (#18939)
Typo PHPDoc

Co-authored-by: toir427 <t.tuychiev@safenetpay.com>
Co-authored-by: Bizley <pawel@positive.codes>
2021-10-08 09:02:19 +02:00
3387d360b0 Do not mention yii2-codeception as it it deprecated 2021-08-16 20:09:40 +03:00
38ba100320 Add Bootstrap 5 to the list of extensions 2021-08-07 00:26:30 +03:00
b8f4958092 Fix #18442: Fix calls with array access to strings 2020-12-23 01:08:58 +03:00
c60e715df1 Add bootstrap4 to build tools packages list 2020-10-30 22:35:17 +03:00
8b2f34d72c Abort dev app installation process if error occurred during cloning. (#17442) 2019-07-17 13:52:13 +03:00
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