179 Commits

Author SHA1 Message Date
95b0e6010e Fix #19683: Updated framework\mimeType.php to the actual value. Fix typo in build/controllers/MimeTypeController.php 2023-02-11 19:21:51 +03:00
473ead8e46 Optimize: simplified regexp (#19541) 2022-09-06 09:42:58 +03:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
1382aea4a8 Fix #19295: Added alias text/rtf for mime-type application/rtf 2022-04-07 00:14:00 +04:00
7b8c29d874 Fix #19243: Handle finfo_open for tar.xz as application/octet-stream on PHP 8.1 2022-02-19 23:45:20 +03:00
e459214a92 Add symfonymailer to list of extensions 2021-12-27 22:01:44 +03:00
dd1ed636ae Remove redundand comments in PhpDocController (#18968) 2021-10-22 00:05:41 +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
fdb897a343 Fix typo in release controller 2021-08-09 20:56:30 +03:00
38ba100320 Add Bootstrap 5 to the list of extensions 2021-08-07 00:26:30 +03:00
dcd86f9234 Avoid double spaces before "and" in phpdoc of virtual properties 2021-01-14 13:13:48 +03:00
ff0760142d Tolerate errors during fixing phpdoc 2020-12-28 00:16:02 +03:00
b8f4958092 Fix #18442: Fix calls with array access to strings 2020-12-23 01:08:58 +03:00
eb65069312 Fix property check in phpdoc command 2020-11-10 23:15:08 +03:00
c60e715df1 Add bootstrap4 to build tools packages list 2020-10-30 22:35:17 +03:00
801ac17657 Fix #16077: Improved phpdoc generation for class properties (#18319)
When generating documentation, the `@property-read` and
`@property-write` tags are set to the magic properties of classes
2020-10-07 01:12:10 +03:00
7ceb5b5317 Do not quit php-doc on fatal errors in files 2020-07-21 21:46:34 +03:00
e1757bd95d Skip Object when fixing properties 2020-07-20 02:40:45 +03:00
91fabfd554 Fix generating property docs by a build script 2020-07-20 02:25:23 +03:00
2e3c176041 Fix phpdoc generation error on non-namespaced classes 2020-01-17 16:42:09 +03:00
8911141150 Migrate Travis from .org to .com 2019-12-06 19:10:42 +03:00
8b2f34d72c Abort dev app installation process if error occurred during cloning. (#17442) 2019-07-17 13:52:13 +03:00
baaf01dcce Fix release command outputted instructions to produce properly escaped command for obtaining release tag commit 2019-07-16 23:09:53 +03:00
5dac639f13 Added aliases to mime type generation command 2019-06-04 22:09:51 +03:00
a0b89f9271 More copy-paste friendly release messages 2019-05-21 19:08:49 +03:00
aa0f09b3e2 Fixes #17306: Added ".mjs" extensions to mimetypes meta 2019-05-14 23:11:25 +03:00
2abf5ec92e Improved build script help [skip ci] 2019-03-23 01:12:03 +03:00
a3f4e855b4 Build command phpdoc fixer is now compatible with PHP 7.2+ 2019-03-17 20:38:27 +03:00
70c706a293 Exclude 3.0.0 tag from release command [skip ci] 2019-02-28 09:24:33 +03:00
ed64d65886 release version 2.0.16 2019-01-31 00:54:16 +01:00
9a3b3a759b Reverted accidental change [skip ci] 2018-09-24 01:26:52 +03:00
100d052c7e Fixed release controller to properly set release date under Windows [skip ci] 2018-09-24 01:26:07 +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
a3c5ae620a Added --version support in Release/sort-changelog command 2018-03-13 15:45:37 +02:00
e5b2d254c5 Enhanced error handling in ReleaseController [ci skip] 2018-02-18 21:54:34 +02:00
ecf3ef8bf9 Use root NS specification for opcoded functions 2018-02-08 00:00:36 +03:00
db0b7da6d3 hashing at PhpDocController improved 2018-02-02 16:41:15 +02:00
ab10e43195 picking-up path from composer autoload added to PhpDocController 2018-02-01 18:32:44 +02:00
67f67e3a69 SCA with Php Inspections (EA Extended) (#15571) 2018-01-29 17:08:57 +07:00
efac23dde7 Fixes #15335: Added FileHelper::unlink() that works well under all OSes 2017-12-11 22:29:31 +03:00
1e00a050d7 Fixes #15322: Fixed PHP 7.2 compatibility of FileHelper::getExtensionsByMimeType() 2017-12-10 16:31:42 +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
0c0942d6e2 Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci] 2017-08-21 01:57:23 +03:00
393fc2744a Added yii\base\Object for backwards compatibility
fixes #7936
close #14478
2017-07-19 10:53:33 +02:00
a50d9d8e3e Enable include rule in php-cs-fixer (#14418) 2017-07-10 13:19:57 +03:00
fe8a0a6a2e Enable no_useless_else rule in php-cs-fixer (#14420) 2017-07-10 11:26:21 +03:00
ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100)
* php-cs-fixer: PSR2 rule.

* php-cs-fixer: PSR2 rule - fix views.

* Travis setup refactoring.

* Add php-cs-fixer to travis cs tests.

* Fix tests on hhvm-3.12

* improve travis config

* composer update

* revert composer update

* improve travis config

* Fix CS.

* Extract config to separate classes.

* Extract config to separate classes.

* Add file header.

* Force short array syntax.

* binary_operator_spaces fixer

* Fix broken tests

* cast_spaces fixer

* concat_space fixer

* dir_constant fixer

* ereg_to_preg fixer

* function_typehint_space fixer

* hash_to_slash_comment fixer

* is_null fixer

* linebreak_after_opening_tag fixer

* lowercase_cast fixer

* magic_constant_casing fixer

* modernize_types_casting fixer

* native_function_casing fixer

* new_with_braces fixer

* no_alias_functions fixer

* no_blank_lines_after_class_opening fixer

* no_blank_lines_after_phpdoc fixer

* no_empty_comment fixer

* no_empty_phpdoc fixer

* no_empty_statement fixer

* no_extra_consecutive_blank_lines fixer

* no_leading_import_slash fixer

* no_leading_namespace_whitespace fixer

* no_mixed_echo_print fixer

* no_multiline_whitespace_around_double_arrow fixer

* no_multiline_whitespace_before_semicolons fixer

* no_php4_constructor fixer

* no_short_bool_cast fixer

* no_singleline_whitespace_before_semicolons fixer

* no_spaces_around_offset fixer

* no_trailing_comma_in_list_call fixer

* no_trailing_comma_in_singleline_array fixer

* no_unneeded_control_parentheses fixer

* no_unused_imports fixer

* no_useless_return fixer

* no_whitespace_before_comma_in_array fixer

* no_whitespace_in_blank_line fixer

* not_operator_with_successor_space fixer

* object_operator_without_whitespace fixer

* ordered_imports fixer

* php_unit_construct fixer

* php_unit_dedicate_assert fixer

* php_unit_fqcn_annotation fixer

* phpdoc_indent fixer

* phpdoc_no_access fixer

* phpdoc_no_empty_return fixer

* phpdoc_no_package fixer

* phpdoc_no_useless_inheritdoc fixer

* Fix broken tests

* phpdoc_return_self_reference fixer

* phpdoc_single_line_var_spacing fixer

* phpdoc_single_line_var_spacing fixer

* phpdoc_to_comment fixer

* phpdoc_trim fixer

* phpdoc_var_without_name fixer

* psr4 fixer

* self_accessor fixer

* short_scalar_cast fixer

* single_blank_line_before_namespace fixer

* single_quote fixer

* standardize_not_equals fixer

* ternary_operator_spaces fixer

* trailing_comma_in_multiline_array fixer

* trim_array_spaces fixer

* protected_to_private fixer

* unary_operator_spaces fixer

* whitespace_after_comma_in_array fixer

* `parent::setRules()` -> `$this->setRules()`

* blank_line_after_opening_tag fixer

* Update finder config.

* Revert changes for YiiRequirementChecker.

* Fix array formatting.

* Add missing import.

* Fix CS for new code merged from master.

* Fix some indentation issues.
2017-06-12 12:25:45 +03:00
6397791513 Fixed whitespaces to match code style [skip ci] 2017-03-14 09:42:13 +03:00