User tests: Successful: Unsuccessful:
Pull Request resolves # .
Before I will create any PR with help of AI, hell must freeze.
This pull request (PR) updates the list of files to be deleted on update in script.php for the upcoming 5.4.4 release.
Currently there are only the deleted files from PR #46910 added to the list.
Code review.
Or compare the full installation zip package created by Drone for this PR (or any other 5.4-dev PR after the merge of PR #46910 or from tomorrow on you can also use the latest 5.4-dev nightly build) with the full installation zip package of 5.4.3 and check which files and folders only exist in the 5.4.3 package.
Or update from 5.4.3 to the latest 5.4 nightly build to check the actual result, and update from 5.4.3 to the patched update package or custom update URL created by Drone for this PR here to check the expected result.
After an update from 5.4.3 to the latest 5.4 nightly build, the files and folders handled in this PR are still there.
After an update from 5.4.3 to the patched update package or custom update URL created by Drone for this PR here, the files and folders handled in this PR have been deleted.
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:
PR-5.4-dev
|
||
I have tested this item ✅ successfully on d75b68f
Tested with JBT and in comparing the full packages:
calendar-rtl* files with find . -name calendar-rtl*544/ and 5.4.3 full release package as 543/( cd 543 ; find . -print | sort > /tmp/543.txt )
( cd 544 ; find . -print | sort > /tmp/544.txt )
diff /tmp/543.txt /tmp/544.txt
calendar-rtl* files as deleted| Status | Pending | ⇒ | Ready to Commit |
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-03 15:26:04 |
| Closed_By | ⇒ | muhme | |
| Labels |
Added:
RTC
|
||
Thank you @richard67 for your contribution. Thank you @brianteeman for testing.
I have tested this item ✅ successfully on f45b04a
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47258.