Hannes Papenberg
Hannes Papenberg
### Summary of Changes When typehinting $this in our layouts, we use both the full qualified name and a shortened version with an import. phpstan unfortunately does not currently understand...
### Summary of Changes The ArchiveModel class of com_content contains a method getData(), which seems not have been updated in a long time and which also isn't used anywhere. This...
### Summary of Changes While running phpstan, it threw notices for the ChecksModel and SetupModel versions of getOptions(), since they didn't have proper return statements. Looking at the other models,...
This fixes issues #43154, #40991, #43104, #35570, #30818, #42686, #41897. ### Summary of Changes Somewhere before Joomla 2.5.0 a person decided that we need to force an Itemid in each...
When visiting https://community.joomla.org/events.html with my Firefox and my OS being set to dark mode, the website is basically unreadable. 
### Summary of Changes Joomla has been improving its SEO performance constantly and with hopefully 5.2 we will allow for a stricter routing, which removes a lot of duplicate content....
### Steps to reproduce the issue Have a database with big tables and run the exporter on the CLI with a more or less restrictive memory limit. At some point...
### Steps to reproduce the issue 1. Edit your postgres install SQL and set the sequence ID of the assets table to something lower than the already used keys. 2....
### Summary of Changes This moves the configuration of drone to the drone template `framework-2.0.jsonnet` and adds the configuration for phpstan and phan to the repo. In the longterm, this...