User tests: Successful: Unsuccessful:
When the live site parameter was added for some reason rather than adding just that parameter into the existing definition we re-created the entire definition
Check all global options are still available when using the CLI (such as verbosity and the live site parameter). There should be no changes but less code (yay!)
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Title |
|
rebased it to 5.1 because it's not a bug that needs to be fixed, it's an improvement
conflict's will be solved by upmerging 5.0 to 5.1 soon
Labels |
Added:
Feature
PR-5.0-dev
|
Category | Libraries | ⇒ | Administration com_fields com_installer com_joomlaupdate com_media NPM Change com_messages Language & Strings Repository Installation Libraries |
Labels |
Added:
Language Change
NPM Resource Changed
PR-5.1-dev
|
Category | Libraries Administration com_fields com_installer com_joomlaupdate com_media NPM Change com_messages Language & Strings Repository Installation | ⇒ | Libraries |
I have tested this item ✅ successfully on 4e2c60a
I have tested this item ✅ successfully on 4e2c60a
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Labels |
Added:
?
Removed: ? Language Change NPM Resource Changed PR-5.0-dev |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-11-08 18:12:30 |
Closed_By | ⇒ | LadySolveig | |
Labels |
Added:
?
Removed: ? |
Remove the
use Symfony\Component\Console\Input\InputArgument;
in line 57 because it became obsolete with the other changes, that's why PHPCS fails in drone (new rule for unnecessary use statements).