Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neos 9 Support #133

Merged
merged 19 commits into from
Nov 12, 2024
Merged

Neos 9 Support #133

merged 19 commits into from
Nov 12, 2024

Conversation

samsauter
Copy link
Contributor

Adding Neos 9 compatibilty.

  • Using new content repository in FormProcessors
  • Fixing deprecated fusion prototypes.
  • !Breaking Removed setting of uniqueFormIdentifier in Classes/Package.php, because there are no Node signal slots anymore. How would we go about that in the future? Do we need to use an Anspect now?

Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, impressive, thanks for biting through this!

I'll block this for now, since 9.0 is not available yet and because the work around for the missing signals is not implemented yet – I'm currently working on a simpler hooking mechanism with neos/neos-development-collection#4992 – with that in place, we can probably easily re-implement the "unique form element identifier" mechanism.

I also added some more inline comments

.gitignore Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking care, just two minor check backs

Configuration/NodeTypes.FormElements.Section.yaml Outdated Show resolved Hide resolved
Configuration/NodeTypes.FormElement.yaml Outdated Show resolved Hide resolved
Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 by reading. thank you for taking care!

@dlubitz
Copy link
Contributor

dlubitz commented Oct 31, 2024

Hi @samsauter Thanks for taking care. This helps a lot. Could you please also address the open questions of @bwaidelich?
Let me know if you need help.

@dlubitz
Copy link
Contributor

dlubitz commented Nov 7, 2024

@samsauter I've created a PR against your branch with some more changes.
Format-D#1

@dlubitz dlubitz merged commit 8d36568 into neos:main Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants