Hannes Papenberg

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

Feature
PR-6.0-dev
Code Review

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

Feature
Language Change
PR-6.0-dev

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

b/c break
PR-6.0-dev

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

Feature
Language Change
Updates Requested
RMDQ
PR-6.0-dev

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

PR-5.4-dev

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

Feature
b/c break
PR-6.0-dev

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

RTC
PR-6.0-dev

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

Feature
b/c break
PR-6.0-dev

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

Unit/System Tests
b/c break
PR-6.0-dev

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

Feature
Test instructions missing
PR-6.0-dev