138 Commits

Author SHA1 Message Date
abac69206d added GPG signing to release controller
issue #13204
2016-12-27 21:36:46 +01:00
bc314f5299 Fixed typo in PHPDoc [skip ci] 2016-11-17 12:28:38 +06:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
dc7c3779a0 fixed phpdoc controller to not crash on non-instantiable classes
this happens with codeception classes that are auto generated, they
shoud not be changed by phpdoc controller anyway.
2016-10-20 14:39:57 +02:00
ff871bdf48 adjuste PHPdoc controller to use short form types 2016-10-20 13:53:06 +02:00
22588216e7 Fix PHP notice on changelog sort command (#12628)
```
PHP Notice 'yii\base\ErrorException' with message 'Only variables should be passed by reference'

in ../build/controllers/ReleaseController.php:321
```
2016-09-28 17:30:24 +02:00
d0c084d63d added resort changelog action to release controller 2016-09-23 13:22:43 +02:00
578eb9259c improvements to UTF8 controller 2016-08-23 10:00:21 +02:00
ef9034f4cf added controller that helps with finding unprintable characters in the guide 2016-08-22 15:50:15 +02:00
39ca04b5ab prepare for next release 2016-07-11 15:38:16 +02:00
7c1e3af8e0 add internal docs about making releases 2016-06-27 03:13:37 +02:00
1bce7c308b package app releases 2016-04-28 21:05:33 +02:00
cf54dec00d application release automation 2016-04-28 18:33:21 +02:00
be7ad4366c prepare for next release 2016-04-28 16:54:21 +02:00
101ec4fb59 fix phpdoc controller for empty interfaces 2016-04-28 16:42:17 +02:00
f87acfad40 framework release automation 2016-04-28 16:35:48 +02:00
7e5fa258b8 adjusted phpdoc controller for gii 2016-03-20 17:43:13 +01:00
512bd45426 release controller enhancements 2016-03-17 05:51:31 +01:00
70c59c49d7 add next version info to release controller 2016-03-17 04:11:43 +01:00
4112ddadfa added version info action to release controller 2016-03-17 03:54:44 +01:00
6e4aaaa31b finished automated extension releases 2016-03-17 03:54:44 +01:00
168c1cddfe release controller 2016-03-17 03:54:43 +01:00
d82bf74f41 fixed removal of empty lines in array in phpdoc controller 2016-03-14 23:53:10 +01:00
f13d5c05f2 added extensions into devcontroller [skip ci] 2016-03-10 13:43:45 +01:00
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
9b5f6cb188 prepare for 2.0.7 release
- adjust version
- build classmap
- build phpdoc @property annotations
- build mime-type file
2016-02-14 15:45:55 +01:00
f4a5b03b1d updated docs about AR in migrations
fixes #9374
2015-08-11 21:49:58 +02:00
89eb3dff14 prepare for release 2.0.6 2015-08-06 00:00:30 +02:00
a5c92eb4cb register STDIN, STDOUT, and STDERR if not defined by PHP
this ensures that they are defined if needed and reduces redundant
code in the entry script.

close #6853
2015-07-11 17:46:32 +02: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
8da1ebb449 prepare for next release. 2015-05-10 18:25:21 -04: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
5eba1403ff removed requirements checker from classmap
fixes #6936
2015-01-21 15:59:29 +01:00
5834256e21 added changelog merge to release command
fixes #5975
2014-12-07 16:34:55 +01:00
329e6ee00a Use elseif instead of else if 2014-10-25 15:36:53 +03:00
c3d55cff76 fix code style php5.4 syntax
close 5458
2014-10-09 19:45:52 +02:00
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00
88d38b7820 Fixes #4501: Renamed the constant YII_PATH to YII2_PATH 2014-08-14 22:17:05 -04:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
100ba6c3ab Replaced substr_compare with strncmp where possible 2014-07-30 02:32:47 +04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
5976d1c576 added property spacing to code style fixer 2014-07-30 00:21:31 +02:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00