feat: Rework to be neos 9 compatible#27
Conversation
|
@on3iro Wow, thanks for this great work. <3 Im not into Neos anymore, maybe you want to help me maintaining this package? :) |
Since I mainly develop neos in company time it wouldn't really be feasible for me to maintain the package. However we did some internal talking on what could be a way forward here. Would that work for you? (the main reason behind this, is that it makes it a lot easier for us to use the access-management of our github organization, so that all of my colleagues could work on the repo if necessary). |
|
Yep, that would be awesome :) If you fork this package, can you create a PR for the readme to reference the fork? Thanks a lot! |
Hey @breadlesscode,
we just updated the package to be neos 9 compatible. The change is breaking - so the package will be no longer compatible with neos versions < 9.
The main change is the override of the core
DocumentUriPathProjectionwhich allows us to influence how urls are being written to the database. The projection has been copied over from core and been adjusted in all places where nodes are actively being created/changed. The easiest way to see those changes is by directly diffing our projection with the one from core.Let me know if you have any questions or if I should make any adjustments to the code :)