-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Update files and folder deletion in script.php to recent changes #34289
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
[4.0] Update files and folder deletion in script.php to recent changes #34289
Conversation
bin folder indeed should be removed - we don't really want to be dealing with the symlinks on different installs. Plus tbh just outright not sure for security we want to come close to exposing these binaries anyhow.
This is correct. Don't bother adding them. In the grand scheme of things it really won't matter. |
This reverts commit 00a6975.
|
Update: Sorry, was mixing up "bin" with "libraries/vendor/bin". All ok. |
|
the question on #34290 is still valid even if you were thinking of the wrong folder |
@brianteeman That's right. It's just nothing I should change with this PR here. |
|
Thanks! |
|
Thanks too, especially to the testers 😆 |
Pull Request for Issue # .
Summary of Changes
This pull request (PR) adapts the lists of files and folders to be deleted on update in
script.phpto recent changes:/libraries/vendor/binfolder will not be deleted because it might contain other files added by the site admin./binfolder for the same reasons as it is with the/libraries/vendor/binfolder.Testing Instructions
Code review.
Actual result BEFORE applying this Pull Request
Files which have been removed with PR #34191 in the 4.0-dev branch and the update SQL scripts "3.9.27-2021-04-20.sql" which have been added to staging by PR #33212 are not removed on update if they are present.
Expected result AFTER applying this Pull Request
Files which have been removed with PR #34191 in the 4.0-dev branch and the update SQL scripts "3.9.27-2021-04-20.sql" which have been added to staging by PR #33212 are removed on update if they are present.
Documentation Changes Required
None.