haraldwitt
haraldwitt
[Bugfix] In a recursive SOLR_RELATION only one element from tt_content gets indexed into the solr core #2743 # What this pr does Please add a description here # How to...
Hi, I'm using version 9.0.2 with 10.1.41-MariaDB-0+deb9u1. I can't get rid of the following because the length of a field inside an index is limited in MariaDb: DROP INDEX `item_id`...
This resolves issue: https://github.com/in2code-de/powermail/issues/1053
When using {f:cObject ...} in the mail body of sender or receiver no mails will be sent. Didn't tested other viewhelpers yet. But I think this was the only one...
Powermail dispatches 3 events before rendering a view. These are: - FormControllerCreateActionBeforeRenderViewEvent - FormControllerDisclaimerActionBeforeRenderViewEvent - FormControllerOptinConfirmActionBeforeRenderViewEvent But there is no possibility to influence the view, e. g. via `$view->assign('mySpecialError',`` $mySpecialError);`...