Simon Praetorius

Results 74 issues of Simon Praetorius

Currently, Fluid preprocesses the supplied template names by requiring the first character of the name to be uppercase. We could introduce an API which allows Fluid users to change this...

Now that Fluid supports boolean literals (like `{true}`), the next step would be to support more advanced conditions not just in ConditionViewHelpers but right in the inline variable syntax. Example:...

Currently, the exception message for a missing ViewHelper includes the "fake component namespace" without the ViewHelper suffix. This makes the exception hard to understand, since the problem is probably not...

Similarly to the [Unit tests documentation](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Testing/UnitTesting/Index.html), there should be an introduction that references the `FunctionalTests.xml` and `FunctionalTestsBootstrap.php` from the testing framework and describes how the setup should look like.

help wanted

Check if it would be possible to automatically preload the module files, as described in the vite documentation for backend integrations: > Optionally, `` tag for the file of each...

Due to implementation details in certain hosting setups, there can be a delay between creating the temporary cachetool file and it being accessible via HTTP. To address this, both FileGetContents...

We should evaluate if we introduce template inheritance and a way to include (parts of) a parent template from a child template, similarly to Twig. Some ideas: * Use ``...

We should discuss if we want to introduce ViewHelpers that need helper functions, such as: * sort * map * ... There is already a draft PR #867 that experimented...

Two new ViewHelpers `` and `` should be added to Fluid. `` checks if the subject string starts with a specified string. `` checks if the subject string ends with...

DevDays