Skip to content

[5.4] Update deleted files in script.php for the upcoming 5.4.0-beta1 #45832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 4, 2025

Conversation

richard67
Copy link
Member

@richard67 richard67 commented Aug 4, 2025

Pull Request for Issue # .

Summary of Changes

This pull request (PR) updates the list of files to be deleted on update in script.php to the latest changes in the 5.4-dev branch, which are the deleted files resulting from following PRs:

Testing Instructions

Code review. Check the listed PRs for deleted files and verify that it matches the files being added by this PR to the list.

Or if you want to make a real test:

Update a 5.4.0-alpha3 to the latest 5.4 nightly build for the actual result, and update a 5.4.0-alpha3 to the patched update package or custom update URL created by drone for this PR for the expected result.

Actual result BEFORE applying this Pull Request

The files added by this PR to the list are still there after an update from 5.4.0-alpha3 to 5.4-dev nightly build, however they would not be there when making a new installation with that nightly build.

Expected result AFTER applying this Pull Request

The files added by this PR to the list are deleted after an update from 5.4.0-alpha3 to the patched package of this PR.

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

@brianteeman
Copy link
Contributor

Can this be automated so it doesnt rely on your availability to make these important pr

@richard67
Copy link
Member Author

Can this be automated so it doesnt rely on your availability to make these important pr

It can not be fully automated as it needs an eye on the result. I am working on a tool to make it easier. But that might take some time as it needs some improvements.

Copy link
Contributor

@muhme muhme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed changes by:

git clone https://github.com/joomla/joomla-cms
cd joomla-cms
git checkout tags/5.4.0-alpha3
git merge origin/5.4-dev
git diff --name-status 5.4.0-alpha3..HEAD | grep '^D'

✅ Results exactly with the list of added files (exclusive development .-files)

@muhme muhme merged commit dbe1582 into joomla:5.4-dev Aug 4, 2025
40 checks passed
@muhme muhme added this to the Joomla! 5.4.0 milestone Aug 4, 2025
@richard67 richard67 deleted the 5.4-dev-deleted-files-2025-07-28 branch August 4, 2025 18:28
@muhme
Copy link
Contributor

muhme commented Aug 4, 2025

Thank you @richard67 for solving the preparation TODO deleted files for our release build in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants