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

WIP: Restore LinkingService #4886

Draft
wants to merge 3 commits into
base: 9.0
Choose a base branch
from

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    f0e4deb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. TASK: Introduce LegacyNodePathNormalizer

    Converts legacy paths like "/absolute/path", "~/site-relative/path" and "~" to the corresponding
    AbsoluteNodePath depending on the passed base node.
    The following syntax is not implemented and handled here:
     - node://
     - /<Neos.Neos:Sites>/my-site/main
     - some/relative/path
    Also while legacy and previously allowed, node path traversal like ./neos/info or ../foo/../../bar is not handled.
    mhsdesign committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b1dabad View commit details
    Browse the repository at this point in the history
  2. WIP REVERT ME!!!

    mhsdesign committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0b311df View commit details
    Browse the repository at this point in the history