Merge branch 'master' into development
Merge branch 'master' into development
NamelessCoder
2026-01-08
[TASK] Set beta stability
[TASK] Set beta stability
NamelessCoder
2026-01-08
[TASK] Create change log for 11.1.1
[TASK] Create change log for 11.1.1
NamelessCoder
2026-01-08
[TER] 11.1.1
[TER] 11.1.1
NamelessCoder
2026-01-08
Merge branch 'development'
Merge branch 'development'
NamelessCoder
2026-01-08
[BUGFIX] Method setSelectedLanguageUid change to setSelectedLanguageId
[BUGFIX] Method setSelectedLanguageUid change to setSelectedLanguageId
2026-01-07
[TASK] Set beta stability
[TASK] Set beta stability
NamelessCoder
2025-10-17
Merge branch 'master' into development
Merge branch 'master' into development
NamelessCoder
2025-10-17
[TER] 11.1.0
[TER] 11.1.0
NamelessCoder
2025-10-17
[TASK] Create change log for 11.1.0
[TASK] Create change log for 11.1.0
NamelessCoder
2025-10-17
Merge branch 'development'
Merge branch 'development'
NamelessCoder
2025-10-17
[BUGFIX] Fix singular record not being overlay properly
[BUGFIX] Fix singular record not being overlay properly
Rall3n
2025-10-17
[BUGFIX] Handle site configuration that may be array or string
[BUGFIX] Handle site configuration that may be array or string
r12r
2025-10-17
[BUGFIX] Read "value" argument on TYPO3v11 and below
[BUGFIX] Read "value" argument on TYPO3v11 and below
Fixes flux:form.option with tag content on older TYPO3 versions.
NamelessCoder
2025-10-17
[FEATURE] Add French Language file (#2261)
[FEATURE] Add French Language file (#2261)
Co-authored-by: Luc MULLER <[email protected]>
Co-authored-by: Claus Due <[email protected]>
lucmuller
2025-10-16
[TASK] Regenerate ViewHelper documentation
[TASK] Regenerate ViewHelper documentation
NamelessCoder
2025-10-16
[TASK] Update XSD schema
[TASK] Update XSD schema
NamelessCoder
2025-10-16
[FEATURE] Description attribute for all field types
[FEATURE] Description attribute for all field types
"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: https://github.com/FluidTYPO3/flux/pull/1891
cweiske
2025-10-16
[TASK] Check if flux:field still supports description attribute
[TASK] Check if flux:field still supports description attribute
Related: https://github.com/FluidTYPO3/flux/pull/1891
cweiske
2025-10-16
[BUGFIX] Correct various lookup attempts to find current record
[BUGFIX] Correct various lookup attempts to find current record
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.
NamelessCoder
2025-10-16