[BUGFIX] Fix warning "Undefined array key colPos" (#2156)

[BUGFIX] Fix warning "Undefined array key colPos" (#2156)

Co-authored-by: Claus Due <[email protected]>
Apen 2024-04-02

[BUGFIX] Handle possible DBALException (#2153)

[BUGFIX] Handle possible DBALException (#2153)

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.
JanStorm 2024-04-02

[TASK] Use ServerRequestInterface (#2152)

[TASK] Use ServerRequestInterface (#2152)

Co-authored-by: Claus Due <[email protected]>
nostadt 2024-03-19

[BUGFIX] Fix handling of drop-in templates

[BUGFIX] Fix handling of drop-in templates

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.
NamelessCoder 2024-03-19

[TASK] Skip ItemProcessingService in test case

[TASK] Skip ItemProcessingService in test case
NamelessCoder 2024-03-19

[TASK] Set beta stability

[TASK] Set beta stability
NamelessCoder 2024-01-11

Merge branch 'master' into development

Merge branch 'master' into development
NamelessCoder 2024-01-11

[TASK] Create change log for 10.0.9

[TASK] Create change log for 10.0.9
NamelessCoder 2024-01-11

[TER] 10.0.9

[TER] 10.0.9
NamelessCoder 2024-01-11

Merge branch 'development'

Merge branch 'development'
NamelessCoder 2024-01-11

[BUGFIX] Allow ItemProcessingService as param in MultipleItemsProcFun…

[BUGFIX] Allow ItemProcessingService as param in MultipleItemsProcFunc (#2144)

Co-authored-by: Claus Due <[email protected]>
tobiasgraeber 2023-12-14

[TASK] Adjust to recent phpstan evaluation rules

[TASK] Adjust to recent phpstan evaluation rules
NamelessCoder 2023-12-14

[TASK] Set beta stability

[TASK] Set beta stability
NamelessCoder 2023-11-27

Merge branch 'master' into development

Merge branch 'master' into development
NamelessCoder 2023-11-27

[TER] 10.0.8

[TER] 10.0.8
NamelessCoder 2023-11-27

[TASK] Create change log for 10.0.8

[TASK] Create change log for 10.0.8
NamelessCoder 2023-11-27

Merge branch 'development'

Merge branch 'development'
NamelessCoder 2023-11-27

[BUGFIX] Null-coalesce possibly null flexform source in record

[BUGFIX] Null-coalesce possibly null flexform source in record
NamelessCoder 2023-11-27

[BUGFIX] Prevent warnings if DataHandler received record has no language

[BUGFIX] Prevent warnings if DataHandler received record has no language

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.
NamelessCoder 2023-11-09

[TASK] Set beta stability

[TASK] Set beta stability
NamelessCoder 2023-10-10