Julian Hofmann
Julian Hofmann
There's a "@todo" in `FileService::getCombinedIdentifier()` for making it less ugly. The method is only used once: in FileService::indexFile() for getting the sys_file's uid. Replacing the use of `getFileObjectFromCombinedIdentifier()` by `retrieveFileOrFolderObject()`...
As an editor I'd like to have the possibility to manage the content of my newsletter based on fe-usergroups, Example use-cases: - my customers are located in DACH, but some...
In "Check TCA Migrations" there are multiple entries about array keys of items. Examples: > The TCA field 'validation' of table 'tx_powermail_domain_model_field' uses the legacy way of defining 'items'. Please...
In "Check TCA Migrations" there are multiple entries about the obsolete marketing_frontend_language field. > The TCA field 'marketing_frontend_language' in table 'tx_powermail_domain_model_mail'" defines eval="int". The field has therefore been migrated to...
In "Check TCA Migrations" there are multiple entries about the obsolete cruser_id field. > The TCA property ['ctrl']['cruser_id'] of table 'tx_powermail_domain_model_form' is not evaluated anymore and has therefore been removed....
In "Check TCA Migrations" there are multiple entries about the obsolete configuration of starttime/endtime fields. Example: > The TCA field 'endtime' of table 'tx_powermail_domain_model_answer' defines renderType="inputDateTime". The field has therefore...
@see https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
**Describe the bug** Classically, the PageUidToHierarchy processor is used to get the rootline display of a page. This is also how the processor describes itself: > This Processor takes a...
The current page was not recognised when called up via a speaking URL and the system reverted to the root page. This meant that SysTemplates of the subpage(s) were not...
**Describe the bug** Overwriting TypoScript does not take effect when using speaking URLs. The ConfigurationManager then only parses TS for the root page, not for the called subpage. **To Reproduce**...