[6.0] Update deleted files and folders in script.php for the upcoming 6.0.0-beta1#45849
Merged
wilsonge merged 9 commits intojoomla:6.0-devfrom Aug 14, 2025
Merged
Conversation
Member
Author
|
Ping @Bodge-IT @softforge . |
Member
Author
|
@brianteeman Could you do a reqiew on this one? That would be really great. And maybe @Hackwar could you also review as most of the stuff handled here comes from the composer and TinyMCE updates. |
Contributor
|
Will do in the morning when I am back at my computer |
Contributor
|
Not sure if I tested this correctly but I did an update from joomla 5.4 dev branch to this branch of joomla 6 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45849. |
Contributor
|
I have tested this item ✅ successfully on 3cf880f This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45849. |
Contributor
|
Getting this in so it's alongside the composer updates. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue # .
Summary of Changes
This pull request (PR) updates the lists of files and folders to be deleted on update in script.php to the latest changes in the 6.0-dev branch.
The following deleted files are resulting from following PRs which were merged up from 5.4-dev:
modules/mod_random_image/mod_random_image.phpadministrator/modules/mod_menu/mod_menu.phpadministrator/modules/mod_latest/mod_latest.phpmodules/mod_whosonline/mod_whosonline.phpadministrator/modules/mod_logged/mod_logged.phpadministrator/modules/mod_privacy_dashboard/mod_privacy_dashboard.phpmodules/mod_finder/mod_finder.phpmodules/mod_login/mod_login.phpmodules/mod_menu/mod_menu.phpadministrator/modules/mod_submenu/mod_submenu.phpThe files of the first two PRs mentioned in the list above I had overlooked before the alpha3, so they were already removed in alpha3, that's why I add them to section
// From 6.0.0-alpha2 to 6.0.0-alpha3of the list of deleted files.In addition, it adds deleted files and folders from following PRs for 6.0-dev:
administrator/modules/mod_popular/mod_popular.phplibraries/src/Adapterwith subfolders and fileslibraries/src/MVC/Model/DatabaseAwareTrait.phplibraries/vendor/symfony/polyfill-php83with subfolders and fileslibraries/vendor/doctrine/inflector/lib/Doctrine/Common,libraries/vendor/joomla/string/src/phputf8andlibraries/vendor/symfony/polyfill-php83with subfolders and files, and files
libraries/vendor/joomla/database/src/Query/LimitableInterface.php,libraries/vendor/joomla/database/src/Query/PreparableInterface.php,libraries/vendor/laminas/laminas-diactoros/src/functions/create_uploaded_file.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/marshal_headers_from_sapi.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/marshal_method_from_sapi.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/marshal_protocol_version_from_sapi.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/marshal_uri_from_sapi.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/marshal_uri_from_sapi.php,libraries/vendor/laminas/laminas-diactoros/src/functions/normalize_server.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php,libraries/vendor/laminas/laminas-diactoros/src/PhpInputStream.php,libraries/vendor/lcobucci/clock/renovate.json,libraries/vendor/symfony/http-client/Internal/AmpBody.php,libraries/vendor/symfony/http-client/Internal/AmpClientState.php,libraries/vendor/symfony/http-client/Internal/AmpListener.php,libraries/vendor/symfony/http-client/Internal/AmpResolver.php,libraries/vendor/symfony/http-client/Internal/LegacyHttplugInterface.php,libraries/vendor/symfony/http-client/Response/AmpResponse.php,media/vendor/tinymce/langs, and filemedia/vendor/tinymce/license.txtMoreover, the following files were deleted from the list of deleted files as they were introduced back with PR #45827 :
libraries/vendor/algo26-matthias/idna-convert/src/NamePrep/CaseFolding.phplibraries/vendor/algo26-matthias/idna-convert/src/NamePrep/CaseFoldingData.phplibraries/vendor/algo26-matthias/idna-convert/src/NamePrep/CaseFoldingDataInterface.phpFinally, it adds the 2 new update SQL script from 5.4 as they shall not be present in 6.
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 6.0.0-alpha3 to the latest 6.0 nightly build for the actual result, and update a 6.0.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 6.0.0-alpha3 to 6.0-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 6.0.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