-
**What should be done in the scope of this task?**
Changes in Fluid require some adaptions in EXT:solr. These adapations should be done in the scope of that task
-
\TYPO3\CMS\Core\Messaging\ErrorpageMessage is used which is no longer available in TYPO3 9.5 as it seems.
The TYPO3 docs says: "Use the new Fluid-based ErrorPageController class."
https://api.ty…
-
By default in TYPO3 9 to 11 the resources field `media` is set to `'allowLanguageSync' = true`. This enables the user to add different images for translations.
The z7_blog extension fetches the me…
-
no lightbox Extension works.
-
## Bug Report
**Current Behavior**
The ViewHelper `ExtensionLoadedViewHelper` does not work anymore. It seems that the method `evaluateCondition` has been removed (https://docs.typo3.org/other/ty…
-
Sometimes when using curly braces for inline javascript or css styles inside a fluid template the parser breaks and does not further resolve variables from this point up until some other view helper i…
-
# Summary
When using a *shared* ViewHelper with (different) nested content from different partials on a single page, later instances of the ViewHelper incorrectly output the content of previous ins…
-
# Bug Report
## Prerequisites
* [X] Can you reproduce the problem on TYPO3 v11.5 LTS
* [ ] Can you reproduce the problem on TYPO3 v12.4 LTS
* [ ] Did you [perform a cursory search](https://git…
-
If you render empty template files for example through `TYPO3\CMS\Fluid\View\StandaloneView` you get `null` as the return. This is kind of unexpected as the documentation of `TYPO3Fluid\Fluid\View\Abs…
-
```
plugin.tx_femanager.settings.new.prefill {
gender = TEXT
gender.value = 2
}
```
has no effect of the gender radio boxes in the register new user form.
Always the radio element wit…