update V5-dev - #106
Open
DavidBruchmann wants to merge 29 commits into
Open
Conversation
DavidBruchmann
commented
Aug 29, 2026
Collaborator
- hydrate data for new Record-API, to assure that other extensions like powermail with PreviewRenderer get expected and expectable data.
- Update README.
- update deprecated code.
* Docker didn't provide additional value beyond ddev. * Adjust version matrix for PHP and DBMS'. * add JavaScript tests in previously existing ci.yml. * Remove Docker related workflow file.
github workflows require at least node.js v24
* rename * add CE with irre content for testing
…nderer Fixes a crash where extensions (like EXT:powermail) using strict inline PHPDoc type-hinting or native type checks (e.g., expecting LazyRecordCollection) fail with a TypeError when rendered inside shortcuts or containers. The issue occurred because ShortcutPreviewRenderer manually fetched referenced records and instantiated them using createFromDatabaseRow(). This bypassed TYPO3 v14's native RecordFieldTransformer, causing complex TCA types like FlexForms or relations to be passed down as flat, common PHP arrays instead of fully-cast Core object structures. Changes: - Replace shallow createFromDatabaseRow() with createResolvedRecordFromDatabaseRow() - Guarantee full object hydration across the shortcut rendering pipeline fixKephson#94, closein2code-pro/powermail#169
- resolve deprecated Issues - leave comment beside false positives, which can be seen directly in the installTool, so that the items never have to be checked several times.
…ository ... to avoid deprecation notice in TYPO3 and CI pipeline
The code would evaluate always to false.
DavidBruchmann
commented
Aug 29, 2026
CollaboratorAuthor
@Kephson this current state can be a new v5 Release, would be great if you could care about it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.