User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This pull request (PR) fixes the currently broken update path from previous 5.0 alpha versions to the upcoming alpha 4 by fixing points mentioned in the description of PR #41393 :
In addition, this PR adds the necessary exceptions to the "build/deleted_file_check.php" script so that the files of the obsolete system plugin which will be removed by the installer when uninstalling the plugin are not added to the lists of deleted files and folders generated by the script.
Finally, this PR here includes also the changes from PR #41393 for easier testing.
As described in that PR, the 2 mentioned points result from deliberate decisions of the release managers, so this PR here is just an offer in case if they decide to change their mind.
php ./build/deleted_file_check.php --from=./tmp/Joomla_5.0.0-alpha3-Alpha-Full_Package --to=./tmp/Joomla_5.0.0-alpha4-dev-Development-Update_Package
./build/deleted_files.txt
and ./build/deleted_folders.txt
.The files and folders of the obsolete "System - Backward Compatibility" plugin have not been removed.
The plugin has not been uninstalled.
The new "Behaviour - Backward Compatibility" plugin is enabled with the default options.
File '/plugins/schemaorg/blogposting/src/Extension/Blogposting.php' has not been renamed to '/plugins/schemaorg/blogposting/src/Extension/BlogPosting.php'. This will cause schema.org for blog posts not working on Windows or Mac hosts after updates from previous 5.0 alpha versions.
All files and folders belonging to the old "System - Backward Compatibility" are in the lists of deleted files and folders.
The files and folders of the obsolete "System - Backward Compatibility" plugin have been removed.
The plugin has been uninstalled.
The new "Behaviour - Backward Compatibility" plugin is disabled when the old plugin was disabled before the update, and it is enabled and has inherited the old plugin's parameters when the old plugin was enabled before the update.
File '/plugins/schemaorg/blogposting/src/Extension/Blogposting.php' has been renamed to '/plugins/schemaorg/blogposting/src/Extension/BlogPosting.php'.
Only folder "/media/plg_system_compat" and files in that folder are in the list of deleted files, no other files or folders of the obsolete "System - Backward Compatibility" plugin are in the lists.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Category | ⇒ | Administration com_admin Repository |
Status | New | ⇒ | Pending |
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-20 19:38:17 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
?
PR-5.0-dev
|
thanks