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

Fusion based 404 handling #21

Merged
merged 3 commits into from Jan 16, 2020
Merged

Conversation

dlubitz
Copy link
Contributor

@dlubitz dlubitz commented Jan 13, 2020

Rewrite of the 404 handling to new Neos internal error handling in fusion.

Change is breaking as configuration for it has changed, so a new major version is needed. Lowest supported Neos version is 4.3.

Supports multiple dimensions, also single and no dimensions.

@dlubitz
Copy link
Contributor Author

dlubitz commented Jan 13, 2020

Reviews and feedback is very welcome. Maybe @ComiR @kdambekalns you are interested in reviewing it.

Copy link
Contributor

@ComiR ComiR left a comment

Choose a reason for hiding this comment

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

Currently I'm not working on any projects anymore where I could test this.
Perhaps @franzkugelmann could give it a try?

@@ -16,7 +16,7 @@
}
],
"require": {
"neos/neos": ">3.3"
"neos/neos": ">=4.3"
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd rather use ^4.3 | ^5.0 to prevent incompatibilities like the ones caused by > (which will haunt this package forever, but will obviously need less maintenance if it will be compatible with f.e. Neos 6.0).

@franzkugelmann
Copy link

Great! Looks good to me and is working just fine with the latest Neos 5.1.3 and two language dimensions.

@aertmann aertmann merged commit 1ab1dbe into mocdk:master Jan 16, 2020
@dlubitz dlubitz deleted the Neos-4.3-and-5.x branch January 16, 2020 08:22
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

4 participants