|
473ead8e46
|
Optimize: simplified regexp (#19541)
|
2022-09-06 09:42:58 +03:00 |
|
|
22614a5b1f
|
release version 2.0.46
|
2022-08-19 01:18:45 +03:00 |
|
|
161526cd41
|
HTTPS everywhere (#19503)
|
2022-08-03 12:32:18 +03:00 |
|
|
4c1cae3d6d
|
Improve reflection param/return types in console\Controller (#19431)
|
2022-06-17 20:21:44 +03:00 |
|
|
655786b7ed
|
release version 2.0.44
|
2021-12-30 10:50:56 +03:00 |
|
|
766cf701e5
|
Fix #19031: Fix displaying console help for parameters with declared types
|
2021-12-01 15:11:19 +03:00 |
|
|
d52c1237ca
|
Update Controller phpdoc (#19052)
|
2021-11-30 17:12:53 +03:00 |
|
|
ae82b58d85
|
Fix #18909: Fix bug with binding default action parameters for controllers
|
2021-10-19 01:01:46 +03:00 |
|
|
4e5c95f8f1
|
Fix PhpDoc of yii\console\Controller::stderr() (#18885)
|
2021-09-18 21:32:16 +03:00 |
|
|
ea60fba0ae
|
Fix yii\base\Controller::bindInjectedParams() to not throw error when argument of ReflectionUnionType type is passed (#18869)
|
2021-09-06 20:16:14 +02:00 |
|
|
a3b7c65622
|
Fix #18479: Fix invalid argument type for preg_split in \yii\console\Controller
|
2021-01-13 17:30:05 +03:00 |
|
|
e77fee2482
|
Fix phpdoc types
|
2020-11-24 17:45:01 +03:00 |
|
|
9ed1b4c94a
|
Add inheritdoc to generate proper docblock in API docs
|
2020-11-18 11:25:42 +03:00 |
|
|
ccb14ff667
|
release version 2.0.39
|
2020-11-10 13:58:35 +03:00 |
|
|
835971c6f6
|
Fix Controller phpdoc annotations
|
2020-11-02 13:13:11 +03:00 |
|
|
306171b582
|
Add phpdoc for properties "request" and "response" in web and console controllers (#18361)
|
2020-11-01 17:38:32 +03:00 |
|
|
ed1c087784
|
Fix #18317: Additional PHP 8 compatibility fixes
Co-authored-by: Bizley <pawel@positive.codes>
|
2020-10-23 12:42:44 +03:00 |
|
|
1d7baabab5
|
Fix #18297: Replace usage of deprecated ReflectionParameter::isArray() method in PHP8
|
2020-09-22 00:26:37 +03:00 |
|
|
dab7a6c317
|
Update phpdoc
|
2020-07-20 02:44:55 +03:00 |
|
|
4fa7d4ee48
|
Fix #18170: Fix regression in passing extra console command arguments to the action
|
2020-07-15 15:23:47 +03:00 |
|
|
38f038175f
|
Adjust changelog, correct phpdoc, minor code style fixes
|
2020-07-07 15:00:16 +03:00 |
|
|
5c3ee63316
|
Fix #15202: Add optional param --silent-exit-on-exception in yii\console\Controller
|
2020-06-23 13:34:09 +03:00 |
|
|
fc4f449e21
|
Fix #18083: Add Controller::$request and $response
|
2020-06-14 21:19:27 +03:00 |
|
|
4ea484ca68
|
Fix #17722: Add action injection support
|
2020-06-12 10:06:18 +03:00 |
|
|
dc54137788
|
Fix #17852: Documented yii\console\Controller::stdout() additional parameters (#18076)
|
2020-06-05 00:18:36 +03:00 |
|
|
e7e72e2ff6
|
Fix #15526: Show valid aliases and options on invalid input in console application
|
2019-09-18 01:33:43 +03:00 |
|
|
2b9374558b
|
Fix #17395: Fixed issues with actions that contain underscores in their names
|
2019-07-08 13:46:43 +03:00 |
|
|
cd8a9c47d7
|
Fixed kebab-name console command parameters
|
2018-02-18 23:32:50 +03:00 |
|
|
af83e59406
|
Fixes #14355: Added ability to pass an empty array as a parameter in console command
|
2018-01-10 02:51:41 +04:00 |
|
|
0948109a19
|
Fixes #15221: Console improvements
|
2017-11-26 14:43:05 +08: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 |
|
|
2f9f15bf92
|
Fixes #14188: Add constants and function for sysexits(3) to ConsoleHelper
|
2017-07-15 23:26:15 +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 |
|
|
9459eaa277
|
Fixes #10372: Fixed console controller including complex typed arguments in help
|
2017-03-15 15:47:21 +03:00 |
|
|
59801958fe
|
example corrected (#13555)
|
2017-02-10 23:33:15 +01:00 |
|
|
7c98000391
|
Update Controller.php
|
2017-01-07 21:15:30 +01:00 |
|
|
e705519c5a
|
Fixes #13071: Help option for commands was not working in modules
|
2016-11-27 16:14:08 +03:00 |
|
|
1a70f60332
|
Merge master into doc-fixes
Conflicts:
framework/web/AssetManager.php
|
2016-11-13 15:35:18 +01:00 |
|
|
7a3a342127
|
Fix errors reported by apidoc extension. (#12986)
|
2016-11-13 14:51:21 +01:00 |
|
|
cf0952406d
|
Cosmetic changes in console controller.
|
2016-11-12 21:35:19 +01:00 |
|
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
|
11fe407ad0
|
release version 2.0.10
|
2016-10-20 14:02:50 +02:00 |
|
|
e3a240af27
|
Added example from prompt method. (#12579)
* Added example from prompt method.
* Fixed wrong error message
|
2016-09-27 12:19:46 +02:00 |
|
|
cffb3832d1
|
Fixes #12028: Add -h|--help option to console command to display help information
|
2016-08-05 00:52:45 +03:00 |
|
|
83496853c8
|
Fixes #11461: Fixed migration tool error when create migrate with comma in defaultValue
|
2016-07-28 01:15:55 +03:00 |
|
|
857eee2451
|
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
WIP #10840
|
2016-03-04 13:53:28 +02:00 |
|
|
4a5a80b1ce
|
WIP #10870: improvement docs [skip ci]
|
2016-03-04 00:11:13 +01:00 |
|
|
1ce21cd927
|
WIP #10840: rename key 'alias' to '_aliases'
|
2016-02-27 23:26:34 +01:00 |
|
|
921b102961
|
Fixed #10969: generator migration tool not works with decimal params in column
|
2016-02-26 03:34:03 +01:00 |
|