User tests: Successful: Unsuccessful:
Pull Request resolves # .
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.mdThis 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 5.4.8).
The equivalent PR for 6.1 is PR #48117 .
After having applied the hotfix from the release announcement on a 5.4.7 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.mdIf not being removed manually, they will remain forever.
When updating to a new 5.4.x version which includes the fix from this PR, the files mentioned above are removed.
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
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_admin |
| Labels |
Added:
RFC
PR-5.4-dev
|
||
| Title |
|
||||||
| Status | Pending | ⇒ | Ready to Commit |
RTC as it has 2 approvals by maintainers.
RTC as it has 2 approvals by maintainers.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48116.