PR-7.0-dev
Pending
User tests:
Successful:
Unsuccessful:
Summary of Changes
This PR moves the deprecated Joomla\CMS\Document methods to compatibility plugin mode only. It's a draft to hear some opinions first.
Testing Instructions
- Apply patch
- call the methods in your template index.php like
Joomla\CMS\Document::getInstance();
- Enable/Disable compat7 plugin
Actual result BEFORE applying this Pull Request
Always works
Expected result AFTER applying this Pull Request
The calls do not work when the plugin is diabled.
ToDos
- Test needs to be corrected
- When maintainer decides to go this way, needs proper documentation
bembelimen
-
open
-
5 Sep 2026
bembelimen
-
change
-
5 Sep 2026
joomla-cms-bot
-
change
-
5 Sep 2026
bembelimen
-
change
-
5 Sep 2026
bembelimen
-
change
-
5 Sep 2026
The description was changed
bembelimen
-
edited
-
5 Sep 2026
Add a Comment
Login with GitHub to post a comment
Works as describen with compat plugin