Language Change NPM Resource Changed Guided Tours PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar obuisard
obuisard
25 Feb 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

This PR will:

  • add a tour that highlights new features introduced in Joomla 6.1,
  • remove the autostart tour of the prior release.

Testing Instructions

Download the update package, not the full install as the tour is only available on updates!

It is possible to find the tour in the list of tours at the top of the Joomla dashboard and run it manually.
Make sure you see images when running the tour (on the first step only) and when editing the tour (System -> Manage -> Guided tours).

Actual result BEFORE applying this Pull Request

No tour highlighting new features for Joomla 6.1.

Expected result AFTER applying this Pull Request

The What’s New in Joomla 6.1! tour is available and should start automatically when in the dashboard or in the system area.

image

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar obuisard obuisard - open - 25 Feb 2026
avatar obuisard obuisard - change - 25 Feb 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Feb 2026
Category SQL Administration com_admin Postgresql Language & Strings Repository NPM Change
avatar obuisard obuisard - change - 25 Feb 2026
Labels Added: Language Change NPM Resource Changed Guided Tours PR-6.1-dev
avatar dautrich dautrich - test_item - 25 Feb 2026 - Tested successfully
avatar dautrich
dautrich - comment - 25 Feb 2026

I have tested this item ✅ successfully on d42382a


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

avatar dautrich
dautrich - comment - 25 Feb 2026

@obuisard
The tour started automatically. I assume that has been changed with your latest commit
62e4315.

You might want to modify the test description.

avatar obuisard obuisard - change - 25 Feb 2026
The description was changed
avatar obuisard obuisard - edited - 25 Feb 2026
avatar obuisard
obuisard - comment - 25 Feb 2026

@obuisard The tour started automatically. I assume that has been changed with your latest commit 62e4315.

You might want to modify the test description.

I forgot to mention it, indeed, thanks for the feedback :-)

avatar obuisard obuisard - change - 25 Feb 2026
The description was changed
avatar obuisard obuisard - edited - 25 Feb 2026
avatar obuisard obuisard - change - 26 Feb 2026
The description was changed
avatar obuisard obuisard - edited - 26 Feb 2026
avatar brianteeman
brianteeman - comment - 3 Mar 2026

@tecpromotion thats a techinical code level differentation. The Whats new tour is user facing and in that context they are new fields

avatar obuisard
obuisard - comment - 6 Mar 2026

Technically, no new custom fields have been added. This is controlled purely via the XML and the template. The wording can, of course, be further adapted.

The Guided Tour team decided on 'Three media custom field options'. It seems to be good for user and developer alike.

avatar exlemor exlemor - test_item - 10 Mar 2026 - Tested successfully
avatar exlemor
exlemor - comment - 10 Mar 2026

I have tested this item ✅ successfully on 31c33bc

I have tested this successfully. Thanks @obuisard!


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

avatar tecpromotion
tecpromotion - comment - 13 Mar 2026

Many thanks to @obuisard and all testers.

avatar tecpromotion tecpromotion - change - 13 Mar 2026
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2026-03-13 14:22:34
Closed_By tecpromotion
avatar tecpromotion tecpromotion - close - 13 Mar 2026
avatar tecpromotion tecpromotion - merge - 13 Mar 2026
avatar richard67
richard67 - comment - 14 Mar 2026

@obuisard Why do yo always use the same old example for the update SQL scripts instead of using the current one from 6.0-dev? As you can see, we have better insert statements there which avoids to insert the records if they already exist, see https://github.com/joomla/joomla-cms/blob/6.0-dev/administrator/components/com_admin/sql/updates/mysql/6.0.0-2025-09-17.sql and https://github.com/joomla/joomla-cms/blob/6.0-dev/administrator/components/com_admin/sql/updates/postgresql/6.0.0-2025-09-17.sql

@tecpromotion The update SQL scripts "6.1.0-2026-02-25.sql" of this PR here have an older date in their file name than the present scripts "6.1.0-2026-03-07.sql" and "6.1.0-2026-03-10.sql" at the time of the merge. We can live with that now as all of these scripts have not been released with any pre-release yet, and we do not grant updates between nightlies.

But in general you always should make sure that when you merge a PR with update SQL scripts, the scripts have a newer schema version in their name than the highest existing one.

So here the name should have been e.g. "6.1.0-2026-03-11.sql".

avatar brianteeman
brianteeman - comment - 14 Mar 2026

not too late to change it now

avatar richard67
richard67 - comment - 14 Mar 2026

See PR #47389 .

Add a Comment

Login with GitHub to post a comment