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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Neos 9 Support #133

wants to merge 6 commits into from

Conversation

samsauter
Copy link

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

Comment on lines +2 to +22
/.idea/workspace.xml
/.idea/tasks.xml
/.idea/markdown-navigator*
/.idea/shelf
/dev/.vagrant/
/dev/php_errors.log
/dev/dev-control/
/dev/db_backup_*
/dev/local.itermocil.yaml


# General swap/backup files
*.so
*.log
*.out
*~
*.swp
*.DS_Store
*.sass-cache*

!*.gitkeep
Copy link
Member

Choose a reason for hiding this comment

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

Please ignore these in your local working copy (vi .git/info/exclude)

{
return $this->fusionValue('collection');
return $this->fusionValue('items');
Copy link
Member

Choose a reason for hiding this comment

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

Just wondering: Why did you rename that? Doesn't that lead to a needless breaking change?

@@ -4,7 +4,7 @@
"description": "Flow Form Framework integration into Neos CMS",
"license": "GPL-3.0+",
"require": {
"neos/neos": "^5.0 || ^7.0 || ^8.0",
"neos/neos": "^5.0 || ^7.0 || ^8.0 || ^9.0",
Copy link
Member

Choose a reason for hiding this comment

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

This version will only be compatible with 9.x

Suggested change
"neos/neos": "^5.0 || ^7.0 || ^8.0 || ^9.0",
"neos/neos": "^9.0",

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.

None yet

2 participants