Hannes Papenberg
Hannes Papenberg
### Summary of Changes What the title says. Right now this is still a draft. ### Testing Instructions ### Actual result BEFORE applying this Pull Request ### Expected result AFTER...
### Summary of Changes This is an effort to remove deprecated code from the system. The Updater class depends on the Adapter class, which in turn has been deprecated for...
### Summary of Changes This is an effort to remove deprecated code from the system. The Installer class depends on the Adapter class, which in turn has been deprecated for...
### Summary of Changes This PR removes the deprecated classes Adapter and AdapterInstance. It depends on #43792 and #43793. Those PRs remove the dependency on these classes. Thus this PR...
Pull Request for Issue #42653 . ### Summary of Changes In the linked issue, the user complained that the rtl stylesheet is missing from our media folder. This PR adds...
### **User description** This is the documentation PR for https://github.com/joomla/joomla-cms/pull/43792, https://github.com/joomla/joomla-cms/pull/43793 and https://github.com/joomla/joomla-cms/pull/43794 ___ ### **PR Type** documentation ___ ### **Description** - Added documentation for the removal of the CMS...
Pull Request for Issue #44270. ### Summary of Changes The new changes for SEF URLs check the options in the SEF plugin. If the plugin is unpublished/disabled, the plugin data...
### Summary of Changes Joomla 3.2.0 attempted to update the password hashing to something modern, but botched it royally. Since then, we have the passwordhash library in the system and...
Pull Request for Issue #44270. ### Summary of Changes `PluginHelper::getPlugin()` currently returns either an (empty) array of objects or a single object. This is the first step towards cleaning that...
### Summary of Changes This PR moves the CMS Filesystem classes to the compat plugin, allowing legacy third party code to still run when the plugin is active, but making...