[5.1] Update deleted files list in script.php for 5.1.0-beta1 #42935
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 list of files to be deleted on update in file
administrator/components/com_admin/script.php
to recent changes in the 5.1-dev branch in preparation for the upcoming 5.1.0-beta1 release.In detail deleted files and folder from following PR's are added:
/administrator/modules/mod_custom/mod_custom.php
/administrator/modules/mod_frontend/mod_frontend.php
/administrator/modules/mod_latestactions/mod_latestactions.php
/administrator/modules/mod_loginsupport/mod_loginsupport.php
/administrator/modules/mod_messages/mod_messages.php
/administrator/modules/mod_multilangstatus/mod_multilangstatus.php
/administrator/modules/mod_sampledata/mod_sampledata.php
/administrator/modules/mod_stats_admin/mod_stats_admin.php
/administrator/modules/mod_title/mod_title.php
/administrator/modules/mod_toolbar/mod_toolbar.php
/administrator/modules/mod_user/mod_user.php
/administrator/modules/mod_version/mod_version.php
/modules/mod_feed/mod_feed.php
/modules/mod_languages/mod_languages.php
/modules/mod_stats/mod_stats.php
/modules/mod_syndicate/mod_syndicate.php
/modules/mod_tags_popular/mod_tags_popular.php
/modules/mod_tags_similar/mod_tags_similar.php
/modules/mod_wrapper/mod_wrapper.php
/media/plg_system_jooa11y/css/jooa11y.css
/media/plg_system_jooa11y/css/jooa11y.min.css
/media/plg_system_jooa11y/css/jooa11y.min.css.gz
/media/plg_system_jooa11y/scss/jooa11y.scss
/media/vendor/joomla-a11y-checker/LICENSE.md
and folders
/media/vendor/joomla-a11y-checker
/media/plg_system_jooa11y/scss
/media/plg_system_jooa11y/css
The following JS files which were deleted with PR #42776 in the source code shall not be deleted on update for b/c reasons, so they are not added to the list in file
administrator/components/com_admin/script.php
with this PR:/media/legacy/js/treeselectmenu.js
/media/legacy/js/treeselectmenu.min.js
/media/legacy/js/treeselectmenu.min.js.gz
These files need to be added to the list of exceptions in the
build/deleted_file_check.php
so they will not be reported in future as false alarms by the tool which I used to generate the changes of this PR. See my current PR #42936 for that.Testing Instructions
Code review.
Or if you want to make a real test, update a 5.1.0-alpha4 or older version to the last 5.1 nightly build to get the actual result, and update a 5.1.0-alpha4 or older version to to the update package built by Drone for this PR to get the expected result.
Actual result BEFORE applying this Pull Request
The files and folders mentioned above are still present after updating from a 5.1.0-alpha4 or older version.
Expected result AFTER applying this Pull Request
The files mentioned above have been deleted after updating from a 5.1.0-alpha4 or older version.
Link to documentations
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed