Simon Praetorius

Results 144 comments of Simon Praetorius

Thank you for this helpful input on this topic. We are aware that shared ViewHelper instances still aren't fully supported yet, so the recommendation would be to set ViewHelpers to...

> However, b) sounds like a bug nonetheless. I briefly looked into it: Would it help to allow null as a value for the setter and to set it to...

Hi @stefanr! Did you encounter this problem in a real project? If so, it would be interesting which error was shown in that case. In the old version of the...

Without further information about the error, we are unable to reproduce this. Feel free to open a new issue if you can provide more information.

I would say that this conversion should happen before stripTags(), not during. So this should be a separate ViewHelper. I'm not sure if it's generic enough to be part of...

I've thought about it again, and I still think that it's not generic enough to be included in Fluid. Since it can always be added to a project as a...

Another idea: If the value in question is already an enum, this could be enough: ```xml audio video image ```

I did something similar in the past. However, I used TYPO3's records API, which allowed me to create the enum at an earlier step by using the `RecordCreationEvent`, which means...

TYPO3 Core CI run: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89360

We might keep the namespace in the file, since #1080 already removes the global state from the cache.