Hannes Papenberg
Hannes Papenberg
### Summary of Changes Custom fields currently allow to use non-numeric IDs for the content items. This is a huge problem, because because of that the `itemid` column in `#__fields_values`...
Pull Request for Issue #6687 . ### Summary of Changes Tags in Joomla have so far partial support for multilanguage capabilities and there was partial, non-working code for associations. This...
### Summary of Changes The `Joomla\CMS\Changelog\Changelog` class uses the `LegacyPropertyManagementTrait`, which is deprecated. The trait is deprecated because it basically disables the whole visibility system of properties in PHP. This...
### Summary of Changes This PR adds serverside validation to the text custom field. It doesn't add it to any other field since the text field is the only one...
### Summary of Changes This is a first attempt to switch away from our legacy error handling. ### Testing Instructions ### Actual result BEFORE applying this Pull Request ### Expected...
### Summary of Changes This removes the deprecated code for com_search from the language package of the CMS. ### Link to documentations Please select: - [ ] Documentation link for...
### Summary of Changes The constants JPATH_COMPONENT, JPATH_COMPONENT_SITE and JPATH_COMPONENT_ADMINISTRATOR are deprecated, but Joomla itself is still using it in some places. Among them is the installation of the CMS,...
### Summary of Changes I'm currently checking our codebase for validity against PHP 7.2 and there are a few things which have come up. One of them is that the...
### Summary of Changes The `LegacyPropertyManagementTrait` has been deprecated for quite some time and will most likely be removed in 7.0. This removes its usage from the base model and...
### Summary of Changes We are in the process of migrating the core away from CMSObject and in that process I noticed that we are very inconsistent with the data...