Skip to content

Conversation

@Kleisli
Copy link

@Kleisli Kleisli commented Oct 18, 2017

Hi @monosize

Is it possible to merge the current development branch from FluidTYPO3 into your fork? I would like to test it in a current Typo3v8.7 instance.

NamelessCoder and others added 25 commits October 10, 2023 11:18
Warnings may trigger if the current BE user does not have access
to the language column of a record being moved. When this happens,
Flux will now attempt to read the language UID from the record as
stored in DB, or will default to the default language UID of zero.
Fixes a combined issue where template file paths would be wrong in BE
context and the pi_flexform field would not be shown in record editing,
for templates placed in the plug-and-play / drop-in directory.
We can ignore a missing database connection at this point. We cant do anything about a missing database connection. This Scenario is possible during first install.
…ge templates

Some change in TYPO3v12's Fluid dep has caused the TemplateParser to
hold on to invalid states of parsed templates. Likely has to do with the
many hoop-jumps the Fluid team has had to do since declaring that shared
ViewHelper instances is a totally valid use case.

I'm getting really tired of TYPO3's decisions as of late.
NamelessCoder and others added 30 commits September 12, 2025 16:18
Adds ability to avoid the fallback lookup to the TYPO3_REQUEST global.
Fixes mainly a problem with Flux in an INT uncached context where
the resolved request and therefore content object data was not the
expected one (returned page row from inside a content context).

This fixes that problem by more consistently handing over the request
to the lookup methods and using the content object data when it is
availble in the content object.
"description" has been supported in <flux:field> already,
but not for the single field types.
This patch adds support for the attribute in e.g. <flux:field.input>

Related: #1891
Co-authored-by: Luc MULLER <[email protected]>
Co-authored-by: Claus Due <[email protected]>
Fixes flux:form.option with tag content on older TYPO3 versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.