PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar richard67
richard67
19 Jul 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

In the latest Joomla releases 5.4.7 and 6.1.2, a regression was introduced, which will be fixed with the next 5.4.8 and 6.1.3 releases. A hotfix has been provided as an interim measure as a files extension, see the yellow box "Known issue with 5.4.7 and 6.1.2" at the top of the release announcement.

When you install that hotfix, it will apply a patch to revert the regression and then uninstall itself.

But that uninstallation is incomplete.

The files extension of that hotfix is properly removed from the extensions table in database.

But the files are not removed. Following files are remaining:

  • <JOOMLA ROOT>/administrator/manifests/files/filepatcher.xml
  • <JOOMLA ROOT>/filepatcher.php
  • <JOOMLA ROOT>/filepatcher.xml
  • <JOOMLA ROOT>/LICENSE
  • <JOOMLA ROOT>/README.md

This pull request (PR) adds these files to the list of files to be deleted on update in the administrator/components/com_admin/script.php file so they will be removed when updating the core to a version which includes this PR (hopefully 6.1.3).

The equivalent PR for 5.4 is PR #48116 .

Testing Instructions

  1. Make a new installation of 6.1.2 stable.
  2. Check if the files mentioned in the summary of changes above are present.
    Result: They are not present.
  3. Download and install the hotfix from here: https://update.joomla.org/hotfix/Joomla_5_4_7_and_6_1_2_ArticleModel_Hotfix1.zip
  4. Check if the files mentioned in the summary of changes above are present.
    Result: They are present.
  5. Update to the patched update package created by Drone for this PR or use the custom URL,
  6. Check again if the files mentioned in the summary of changes above are present.
    Result: The files have been removed.

Actual result BEFORE applying this Pull Request

After having applied the hotfix from the release announcement on a 6.1.2 stable, the hotfix is uninstalled, but the following files are remaining:

  • <JOOMLA ROOT>/administrator/manifests/files/filepatcher.xml
  • <JOOMLA ROOT>/filepatcher.php
  • <JOOMLA ROOT>/filepatcher.xml
  • <JOOMLA ROOT>/LICENSE
  • <JOOMLA ROOT>/README.md

If not being removed manually, they will remain forever.

Expected result AFTER applying this Pull Request

When updating to a new 6.1.x version which includes the fix from this PR, the files mentioned above are removed.

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 richard67 richard67 - open - 19 Jul 2026
avatar richard67 richard67 - change - 19 Jul 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Jul 2026
Category Administration com_admin
avatar richard67 richard67 - change - 19 Jul 2026
The description was changed
avatar richard67 richard67 - edited - 19 Jul 2026
avatar richard67 richard67 - change - 19 Jul 2026
The description was changed
avatar richard67 richard67 - edited - 19 Jul 2026
avatar richard67 richard67 - change - 19 Jul 2026
The description was changed
avatar richard67 richard67 - edited - 19 Jul 2026
avatar richard67 richard67 - change - 19 Jul 2026
The description was changed
avatar richard67 richard67 - edited - 19 Jul 2026
avatar brianteeman
brianteeman - comment - 19 Jul 2026

In an ideal world you would want to only remove licence and read me if filepstcher exists as they might have been created by the site owner for other reasons. But as neither of those files serve any function they are safe to remove if they exist on any site.

avatar richard67 richard67 - change - 5 Aug 2026
Title
[6.1] [RFC] Clean up filepatcher remainders from 6.1.2 hotfix on core update
[6.1] Clean up filepatcher remainders from 6.1.2 hotfix on core update
avatar richard67 richard67 - edited - 5 Aug 2026
avatar richard67 richard67 - change - 5 Aug 2026
The description was changed
avatar richard67 richard67 - edited - 5 Aug 2026
avatar richard67 richard67 - change - 5 Aug 2026
Status Pending Ready to Commit
Labels Added: PR-6.1-dev
avatar richard67
richard67 - comment - 5 Aug 2026

RTC as it has 2 approvals by maintainers/release managers.


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

avatar richard67
richard67 - comment - 5 Aug 2026

RTC as it has 2 approvals by maintainers/release managers.


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

Add a Comment

Login with GitHub to post a comment