Georg Ringer

Results 73 issues of Georg Ringer

when calling the URL without any post information, e.g. ``` kontaktformular/?tx_powermail_pi1%5Baction%5D=create&tx_powermail_pi1%5Bcontroller%5D=Form&cHash=fdab6c2d392a1856d4a5c9b0f196c252 ``` then an excpeption is thrown ``` (1/1) #1298012500 TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException Required argument "mail" is not set for In2code\Powermail\Controller\FormController->create. ```...

Using a slot is nice but currently there is no way to assign items to the view besides using xclass. E.g. https://github.com/thomasrawiel/powermailcaptcha/blob/develop/Classes/Controller/FormController.php as example - `setSettings` can't be used because...

It seems this issue is a core issue, nevertheless would like to add this as issue here as well.. Using TYPO3 12 + latest typo3_encore Got a strange issue regarding...

I was not successful to make TYPO3 v12 with watcher and CSP work, therefore I added following to my additional.php after check of the context ```php // disable CSP if...

use a more realistic export configuration ``` module.tx_sfeventmgt { settings { csvExport { # cat=module.tx_sfeventmgt/csv; type=string; label=Comma seperated list of fields to include in CSV export (e.g. firstname or event.title)...

The `NewsletterController` got a hardcoded dependency to lux with ```php $visitorRepository = ObjectUtility::getObjectManager()->get(VisitorRepository::class); ```

enhancement

The `LuxletterLink` used ext lux. Even though there is a guard clause to check if the extension is installed, the code should be moved to the signal right above. ```php...

enhancement

see https://github.com/SchemaStore/schemastore/issues/2524

A colleague entered as extension key `content_elements` with a whitespace at the end which was unnoticed but lead to have a directory name with the whitespace in it. As there...