RTC Language Change PR-5.4-dev Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
12 Apr 2025

Pull Request for Issue # .

Summary of Changes

a link to "System - Maintenance - Database" instead of text

Testing Instructions

during the pre-update check have some tables not up to date

Actual result BEFORE applying this Pull Request

no link
image

Expected result AFTER applying this Pull Request

a link to System - Maintenance - Database

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 alikon alikon - open - 12 Apr 2025
avatar alikon alikon - change - 12 Apr 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Apr 2025
Category Administration Language & Strings
avatar fgsw
fgsw - comment - 12 Apr 2025

Prebuilt packages are not available for download:

Untitled2

avatar alikon
alikon - comment - 12 Apr 2025

yeah
maybe cause of some "timeout" on the drone packager step
image

a drone re-start will solve if i'm right

cc @richard67 , @muhme as RL

avatar alikon
alikon - comment - 12 Apr 2025

@fgsw sholud be ok now can you please check

avatar fgsw
fgsw - comment - 12 Apr 2025

@alikon how to make manually in PHPMyAdmin "some tables not up to date"?

avatar alikon
alikon - comment - 12 Apr 2025

good question indeed
it will happens when you have a test branch with some patch back and forth, i'm not able right now to give you detailed info step by step ,
sorry for that 😨

avatar alikon
alikon - comment - 12 Apr 2025

edit ..\libraries\src\Version.php to a lower than your current for example

public const MINOR_VERSION = 1;

to trigger an update

update #__schemas to a different version for example

image

it should trigger

image

avatar fgsw
fgsw - comment - 12 Apr 2025

@alikon Thanks for the infos but i ended with

Untitled

avatar richard67
richard67 - comment - 12 Apr 2025

update #__schemas to a different version for example

The version in the schemas table has to belong to an existing update SQL script for the particular extensions, and it is equal to the base name of the update SQL with the highest version.

And for the pre-update check, only the CMS core is relevant, where the current schema version would be "5.3.0-2025-03-14" on Joomla 5.3-dev or 5.4-dev.

The record in the schemas table which belongs to the core is the one with the extension_id of the "files/joomla" extension.

So if you update the schema version of that record to e.g. "5.3.0-2025-03-13", the pre-update checker should report that the database checker has found an issue for the CMS core, as described in this PR.

avatar richard67
richard67 - comment - 13 Apr 2025

@alikon @fgsw The easiest way to get an update found would be to set the update channel to custom URL and use the custom URLs for the 6.0 nightly builds. But that currently does not work due to a mistake on the update server. I will provide a fix there and let you know as soon as that has been done.

avatar alikon alikon - change - 20 Apr 2025
Labels Added: Language Change PR-5.4-dev
avatar muhme muhme - test_item - 22 Apr 2025 - Tested successfully
avatar muhme
muhme - comment - 22 Apr 2025

I have tested this item ✅ successfully on f24c373

* Using current Joomla 5.4-dev

  • Configured Home Dashboard > Joomla Update > Options to have next update available with:
  • Hacked 'libraries/src/Version.php' file with 'MINOR_VERSION = 3' to force database table structures are not up-to-date
  • Pre-Update Check for Joomla 6.0.0-alpha1-dev is offered, with red 'Database Table Structure' and without link
  • Installed PR 45318
  • 'System - Maintenance - Database' is now linked and the link jumpes to 'Maintenance: Database' view
    This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45318.
avatar tecpromotion tecpromotion - test_item - 22 Apr 2025 - Tested successfully
avatar tecpromotion
tecpromotion - comment - 22 Apr 2025

I have tested this item ✅ successfully on f24c373


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

avatar tecpromotion tecpromotion - change - 22 Apr 2025
Status Pending Ready to Commit
avatar tecpromotion
tecpromotion - comment - 22 Apr 2025

RTC


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

avatar richard67 richard67 - change - 22 Apr 2025
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2025-04-22 13:21:41
Closed_By richard67
Labels Added: RTC
avatar richard67 richard67 - close - 22 Apr 2025
avatar richard67 richard67 - merge - 22 Apr 2025
avatar richard67
richard67 - comment - 22 Apr 2025

Thanks all (author and testers).

Add a Comment

Login with GitHub to post a comment