[TASK] Use JS module loader instead of requirejs when available
[TASK] Use JS module loader instead of requirejs when available
NamelessCoder
2025-01-21
[TASK] Set beta stability
[TASK] Set beta stability
NamelessCoder
2025-01-20
Merge branch 'master' into development
Merge branch 'master' into development
NamelessCoder
2025-01-20
[TER] 10.1.1
[TER] 10.1.1
NamelessCoder
2025-01-20
[TASK] Create change log for 10.1.1
[TASK] Create change log for 10.1.1
NamelessCoder
2025-01-20
Merge branch 'development'
Merge branch 'development'
NamelessCoder
2025-01-20
[BUGFIX] Fix error when copying a page
[BUGFIX] Fix error when copying a page
When copying a page in TYPO3 v11.5.41, PHP 8.3.15 and flux 10.1.0
an exception occurs:
> (1/1) TypeError
> Cannot access offset of type string on string
> in typo3/sysext/core/Classes/Database/Query/QueryBuilder.php line 1368
Thanks to the following blog post for the solution:
https://blog.wappler.systems/typo3-error-cannot-access-offset-of-type-string-on-string-at-querybuilder-update-command/
Resolves: https://github.com/FluidTYPO3/flux/issues/2196
cweiske
2025-01-17
[BUGFIX] Allow controller-based operation as COA_INT
[BUGFIX] Allow controller-based operation as COA_INT
Fetch current record identity from TSFE *or* cObject instead of just TSFE.
NamelessCoder
2025-01-12
Merge branch 'master' into development
Merge branch 'master' into development
NamelessCoder
2024-12-09
[TASK] Set beta stability
[TASK] Set beta stability
NamelessCoder
2024-12-09
[TASK] Create change log for 10.1.0
[TASK] Create change log for 10.1.0
NamelessCoder
2024-12-09
[TER] 10.1.0
[TER] 10.1.0
NamelessCoder
2024-12-09
Merge branch 'development'
Merge branch 'development'
NamelessCoder
2024-12-09
[BUGFIX] Prevent TYPO3v11 controllerContext deprecation notice
[BUGFIX] Prevent TYPO3v11 controllerContext deprecation notice
When using flux 10.0.10 on TYPO3v11, the deprecation log is full of
> TYPO3 Deprecation Notice:
> Setting request from controllerContext in class
> TYPO3\CMS\Fluid\Core\Rendering\RenderingContext is deprecated.
> Use setRequest() directly.
> in typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php line 205
The deprecation notice is only triggered when the context has no request yet.
To get rid of this notice, we simply set the request before setting the
controller context.
cweiske
2024-12-09
[TASK] Avoid Fluid compile trait
[TASK] Avoid Fluid compile trait
NamelessCoder
2024-12-09
[BUGFIX] Fix support for controller arguments and redirection
[BUGFIX] Fix support for controller arguments and redirection
NamelessCoder
2024-12-09
[BUGFIX] Add legacy method for registering data transformers (#2192)
[BUGFIX] Add legacy method for registering data transformers (#2192)
NamelessCoder
2024-10-28
[BUGFIX] Detach colPos list items provider from BackendLayoutView (#2…
[BUGFIX] Detach colPos list items provider from BackendLayoutView (#2191)
NamelessCoder
2024-10-28
[FEATURE] Introduce ContentObjectFetcher (#2190)
[FEATURE] Introduce ContentObjectFetcher (#2190)
Solution is forward-compatible with v13 which does not allow
reading content object renderer from ConfigurationManager.
NamelessCoder
2024-10-28
[BUGFIX] Correct doctrine proxy when used with non-SELECT statements …
[BUGFIX] Correct doctrine proxy when used with non-SELECT statements (#2189)
NamelessCoder
2024-10-25