Skip to content
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.4] Update deleted files list in script.php for 4.4.0-alpha1 #40231

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add deleted files from #40066 , #40092 , #40142 and #40146
  • Loading branch information
richard67 committed Mar 29, 2023
commit 7ff03abdb3131360a11345e0e06fd513b0c2085e
9 changes: 9 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6548,6 +6548,15 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/libraries/vendor/voku/portable-ascii/build/docs/base.md',
'/libraries/vendor/voku/portable-ascii/build/generate_docs.php',
'/libraries/vendor/voku/portable-ascii/build/generate_max_key_length.php',
// From 4.3.x to 4.4.0-alpha1
'/modules/mod_footer/mod_footer.php',
'/modules/mod_users_latest/mod_users_latest.php',
'/plugins/content/pagenavigation/pagenavigation.php',
'/plugins/installer/folderinstaller/folderinstaller.php',
'/plugins/installer/override/override.php',
'/plugins/installer/packageinstaller/packageinstaller.php',
'/plugins/installer/urlinstaller/urlinstaller.php',
'/plugins/installer/webinstaller/webinstaller.php',
];

$folders = [
Expand Down