M. Klatte
M. Klatte
We already had multiple projects where this behavior was criticized, so as you plan this function for newer versions only, I implemented this behavior in a separate [package](https://github.com/PRGfx/Prgfx.Neos.PathSegmentEditorFix). I'll leave...
That's right. However when creating a new document, the backend slugifies the title and does so - in my tests with Neos 5.3 to 7.3 - without these conjunctions. So...
@Sebobo it's about `A & B` (the three aforementioned symbols; see reproduction steps in the issue). Words stay words. I haven't tested how the UI dependency replaces things, i.e. if...
Correct. As far as I know the backend has additional handling for other alphabets etc. so I doubt that we can (easily) replicate this consistently in the UI. Imo the...
Some collected thoughts on that: I would expect that at least there aren't many editors specifically for the node creation dialog, so I think adjusting these changes to the inspector...
I generally agree that the `Policy.yaml` should take priority as this is the best point where we can interact with other packages. > What Flow apps out there would use...
Hey, sorry for the delay, I don't really need this feature. I adjusted the test-case as you suggested. However `openNodes` needs to be `['item2/a', 'item2/a;b']` - I would have expected...
> Imo the test should not use this wierd api - and prependFusionIncludes and appendFusionIncludes should be removed, as i dont see it being used, and cannot find a use...
This issue does not give away much, but I think it could be the problem I encountered: when accessing a sub-module, the page-grouping breaks: * `/docs-pages/modules/two.html` (everything as expected): ```...
While the `.git` is a problem, in my case the regex also fails for URLs with a `.` in the path, e.g. `user/namespace.package`. Some of the [supported URL formats](https://git-scm.com/docs/git-clone#_git_urls) don't...