[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

[BUGFIX] Decouple implementations from parent classes (#2187)

[BUGFIX] Decouple implementations from parent classes (#2187)
NamelessCoder 2024-10-24

[BUGFIX] Add default value for Node implementation constructors (#2186)

[BUGFIX] Add default value for Node implementation constructors (#2186)
NamelessCoder 2024-10-24

[FEATURE] Introduce Doctrine proxy (#2185)

[FEATURE] Introduce Doctrine proxy (#2185)

Allows Doctrine usage on different major versions which change the
way queries are executed and fetched.
NamelessCoder 2024-10-24

[BUGFIX] Switch from PDO to Connection constants (#2184)

[BUGFIX] Switch from PDO to Connection constants (#2184)

Prepares for compatibility with upcoming major Doctrine
dependency switch.
NamelessCoder 2024-10-24

[BUGFIX] Cast placeholder to string (#2182)

[BUGFIX] Cast placeholder to string (#2182)

Close: https://github.com/FluidTYPO3/flux/issues/2181
linawolf 2024-10-16

[TASK] Schedule a nightly build

[TASK] Schedule a nightly build
NamelessCoder 2024-09-23

[TASK] Fix new phpstan issue

[TASK] Fix new phpstan issue
NamelessCoder 2024-09-23