-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
FEATURE: Upgrade to Neos 9 #60
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I just had a quick look, so only some "by reading" comments on things I noticed.
AHH! Sorry, this is not meant to get reviewed yet and is completly WIP. Just wanted to drop the first changes somewhere not on my local. I thought marking as "Draft" would be fine. |
I know, it's draft, after all. So, nothing to compain about, totally my decision to have a look already. 😇 |
1a2db22
to
cb6ce03
Compare
Co-authored-by: Bastian Waidelich <b.waidelich@wwwision.de>
as discussed
…s/redirecthandler-neosadapter into 90/feature-upgrade-to-neos-9
…to-neos-9 # Conflicts: # Classes/Service/NodeRedirectService.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that an editor
- moves a page
- publishes the move
- deletes the moved page
- publishes the deletion
Are we expecting that the database contains two redirect entries with the statusCode
410? One for the original sourceUriPath
and one for the last known sourceUriPath
?
I tested it and currently all previous source paths are updated to a blank targetUriPath
and statusCode
301. The last location of the page gets the statusCode
410 and a blank targetUriPath
.
Can you check this PR, if this solves the issue? |
That's it 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care ;) I tested this and it works perfekt.
Also the niche options restrictByNodeType and restrictByOldUriPrefix have been tested successfully.
Fixes: neos/neos-development-collection#4149
Depends on: neos/neos-development-collection#4309