Simon Praetorius

Results 74 issues of Simon Praetorius

Not sure if we should offer ViewHelpers as callback here. It gets quite complicated because some of the arguments validation is normally done by the template parser and there's no...

There has been a report that JS loaded by vite in the TYPO3 backend doesn't have access to the global `TYPO3` variable. This might be related to the loading order...

See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86035 Maybe there is also a workaround for older TYPO3 versions?

Add example(s) to documentation that show recommended project structure for vite+TYPO3

Apart from the deprecation of `renderStatic()` and some minor changes under the hood, the `AbstractViewHelper` has been largely unaffected by Fluid v4. With the next major version, we might consider...

Other widespread PHP libraries seem to use the silencing operator `@` when triggering exceptions. We should probably do the same in Fluid v4. We should check how this affects TYPO3's...

Currently, it is possible to inherit ViewHelper namespaces from templates to underlying templates (or layouts to templates). This feature can lead to erratic behavior if templates are partially overridden and...

Fluid by default uses a runtime cache to avoid duplicate parsing/compiling of the same template files or strings. While this is reasonable for applications using Fluid, for Fluid's functional tests...