User tests: Successful: Unsuccessful:
adjust updateserver to translationlists for Joomla 6
reference #41499
language packs for Joomla 5 are available but can't be installed
language packs for Joomla 6 are available and can be installed (at the moment not set up)
Please select:
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Administration com_admin Postgresql Installation |
The PR is good but it cant be tested until the translationlist_6.xml is created
Labels |
Added:
bug
PR-6.0-dev
|
Category | SQL Administration com_admin Postgresql Installation | ⇒ | SQL Administration com_admin Postgresql com_installer Installation JavaScript Unit Tests |
Labels |
Added:
Unit/System Tests
|
This should have a release blocker tag as it must be merhed before 6 can be released
@Bodge-IT @softforge Are you keeping an eye on this PR?
@tecpromotion Can you tell us when the link will be available?
The language package extension has been completed and the language packages will be officially available from Tuesday's release.
@Bodge-IT @softforge Are you keeping an eye on this PR? @tecpromotion Can you tell us when the link will be available?
We are now.
Please check the suggestion
@tecpromotion If we are in hurry you might just apply that suggestion directly.
Update: But as I saw meanwhile the suggestion is not needed.
@tecpromotion Could you redo or dismiss your review change request? I think @heelc29 is right and it is ok as it is.
I have tested this item ✅ successfully on 931d2ef
For testing purposes, I have released the German language pack 6.0.0v1 and provided the XML https://update.joomla.org/language/translationlist_6.xml.
I have tested this item ✅ successfully on 931d2ef
I've tested both new installation and updating (with the custom URL created by Drone for this PR), both with MySQL and PostgreSQL.
At the end of the new installation I've chosen to install additional languages. German was the only language offered (as expected) for 6.x.
Installing that was successful.
The update I've tested from a current 5.4-dev branch with German language installed and used.
After the update when checking for extension updates, the update for the German language pack 6.0.0.1 was found.
Updating the language pack was successful.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-10-09 12:24:09 |
Closed_By | ⇒ | Bodge-IT | |
Labels |
Added:
RTC
Release Blocker
|
Hmm, the system tests were ok for this PR before it got merged.
But now they are failing in the 6.0-dev branch for administrator/components/com_installer/Languages.cy.js .
The problem is that the test checks if the Afrikaans language is available, which is not the case yet for J6.
So either we live with broken system tests until that is the case, or we change the system tests to check for German.
@tecpromotion Any suggestion?
Hmm, I think it just checks for the first entry in the list, so if we now change to check for German, we have to change it again as soon as the other languages which come before German are available again.
The failing system test is correct as its looking for the afrikaans language file which doesnt exist yet