Hannes Papenberg

Results 107 issues of 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...

Feature
PR-5.2-dev

### 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...

PR-5.2-dev

### 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,...

PR-5.2-dev

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...

Feature
Unit/System Tests
bug
PR-5.2-dev

When visiting https://community.joomla.org/events.html with my Firefox and my OS being set to dark mode, the website is basically unreadable. ![Screenshot 2024-01-10 at 09-18-24 JoomlaDays](https://github.com/joomla/joomla-websites/assets/313866/8226fad4-0877-4d64-b643-9d859252649b)

### 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....

Language Change
PR-5.2-dev

### 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...

question
Need Backport