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

BUGFIX: Get rid of RouteCacheAspect #3215

Closed

Conversation

bwaidelich
Copy link
Member

@bwaidelich bwaidelich commented Nov 30, 2020

Moves logic for creating route tags to the RoutePartHandler

Related: #3216

mficzel and others added 30 commits September 26, 2019 17:41
… `Content` instead of denying `Document`

This fixes a cumbersome rule that is often unexpected and hard to explain.
the node that is moved in `renamedNodeInPersonalWorkspaceDoesNotRenameInLiveWorkspace` is now
of type `Acme.Demo:TeaserGroup` which inherits from `Neos.Neos:Content`, and `Neos.Neos:ContentCollection`

That way it is actually allowed to be moved into another content collection.
…erator

Added AfxGenerator
Added FusionRecursiveDirectoryRenderer for rendering a bunch of files with one method call
…ostprocessor from NodeTypeConfigurationEnrichmentAspect

This will allow to put custom NodeTypePostprocessors before those two which can still benefit from the provided services.
This allows to configure nodeType Presets via settings and apply them to nodeTypes via.
Other than Mixins this allows to ensure consistent configurations across differently named
properties. The presets can be applied by definining the `options.preset` for childNodes or properties.

```
Neos:
  Neos:
    nodeTypes:
      presets:
        childNods:
          vendor:
            constraintPreset:
              constraints:
                'Neos.Neos:Content': true
                'Neos.NodeTypes.BaseMixins:TitleMixin': true

        properties:
          vendor:
            textBlock:
              type: string
              ui:
                inlineEditable
            type: string
            defaultValue: ''
            ui:
              inlineEditable: true
              inline:
                editorOptions:
                  placeholder: '(( text block ))'
                  autoparagraph: true
                  formatting:
                    strong: true
                    em: true
                    u: false
                    underline: false
```
…eos/acorn-6.4.1

TASK: Bump acorn from 6.2.1 to 6.4.1 in /Neos.Neos
Jenkins and others added 20 commits November 13, 2020 03:54
The adjustments were applied to all nodes with constraints because the existence of the superType "Neos.Neos:ContentCollection" was not properly checked.
…ntentCollectionConstraints

BUGFIX: Correct bug in migration of ContentCollectionConstraints
Adjust DB migrations to Doctrine Migrations 3.0
…grations

!!! TASK: Adjust to doctrine/migrations v3
The LinkingService.createNodeUri() no longer uses/accepts this
parameter…
…tcuts-use

TASK: Remove use of resolveShortcuts argument
TASK: Update gedmo/doctrine-extensions to 3.0
@bwaidelich
Copy link
Member Author

Draft because this would break custom implementations of the FrontendNodeRoutePartHandlerInterface if they don't set the tags accordingly..
Maybe something for the next major release.

@bwaidelich bwaidelich changed the base branch from master to 5.3 April 26, 2021 08:02
@bwaidelich bwaidelich changed the base branch from 5.3 to 7.0 April 26, 2021 08:03
@bwaidelich bwaidelich changed the base branch from 7.0 to 5.2 April 26, 2021 08:03
@bwaidelich bwaidelich changed the base branch from 5.2 to 7.1 April 26, 2021 08:03
@bwaidelich
Copy link
Member Author

Closing in favor of #3589

@bwaidelich bwaidelich closed this Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.