Unit/System Tests Language Change PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
13 Oct 2025

Pull Request for Issue # .

Summary of Changes

Include the name of the extension in the successful uninstall message. This is particularly useful when you uninstall multiple extensions at the same time.

Testing Instructions

Uninstall one or more extensions

Actual result BEFORE applying this Pull Request

image

Expected result AFTER applying this Pull Request

image

Link to documentations

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

avatar brianteeman brianteeman - open - 13 Oct 2025
avatar brianteeman brianteeman - change - 13 Oct 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 13 Oct 2025
Category Administration com_installer Language & Strings
avatar brianteeman
brianteeman - comment - 13 Oct 2025

The failing system test is expected. I can fix it if there is interest in this PR

avatar richard67
richard67 - comment - 13 Oct 2025

The failing system test is expected. I can fix it if there is interest in this PR

@brianteeman Ir fails at the "can install and uninstall a component from URL tab" test in file tests/System/integration/administrator/components/com_installer/FromUrl.cy because of the changed language string, so fixing it in this PR would be welcome.

avatar brianteeman
brianteeman - comment - 13 Oct 2025

Yes I know why it fails and if this pr has any interest I will fix it

avatar brianteeman brianteeman - change - 13 Oct 2025
Labels Added: Language Change PR-6.1-dev
avatar joomla-cms-bot joomla-cms-bot - change - 13 Oct 2025
Category Administration com_installer Language & Strings Administration com_installer Language & Strings JavaScript Unit Tests
avatar brianteeman
brianteeman - comment - 14 Oct 2025

It's been uninstalled so the language string no longer exists

avatar Fedik
Fedik - comment - 14 Oct 2025

No it is not. It is uninstalled at line 261. Before that it should be possible tor translate, in theory.
However when language files are not loaded you can ignore that suggestion. I cannot check it currently.

avatar brianteeman
brianteeman - comment - 14 Oct 2025

If you can get it to work then please submit a pr to this branch. I tried and can not

avatar Fedik
Fedik - comment - 14 Oct 2025

Okay I checked and it is possible to translate, but it need much more work. Can ignore that suggestion.

But please update UNINSTALL_ERROR message.
You can trigger it by removing the line 261

$result = $installer->uninstall($row->type, $id);

avatar brianteeman brianteeman - change - 14 Oct 2025
Labels Added: Unit/System Tests
avatar brianteeman
brianteeman - comment - 14 Oct 2025

added the name to the uninstall error message

1bc07de 14 Oct 2025 avatar brianteeman cs
avatar Fedik Fedik - test_item - 14 Oct 2025 - Tested successfully
avatar Fedik
Fedik - comment - 14 Oct 2025

I have tested this item ✅ successfully on 1bc07de


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46277.

Add a Comment

Login with GitHub to post a comment