M. Klatte

Results 22 issues of M. Klatte

The library slugifying the URI path segment comes with some default replacements. This may cause problems with localization (see #3127). **What I did** Everything defined as default replacement is reset...

Feature
8.2

### Description When regenerating a uriPathSegment from the sync button, some characters are replaced with english words. The used library `@sindresorhus/slugify` has some built-in replacements: https://github.com/sindresorhus/slugify/blob/main/overridable-replacements.js ### Steps to Reproduce...

Introduce the option to split/join node paths by a character other than `/`. It seems I had to go through the walk setup, which led to a lot of changes...

When checking a document with `` tags, I noticed that they are just represented as span. There seems to be a matching [structure type](https://pdfbox.apache.org/docs/2.0.2/javadocs/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#CODE) – I'm not aware whether it...

### Description Sometimes the user may select one of the configured aspect-ratios, e.g. choose between landscape and portrait. However, as soon as I provide the option to select an aspect-ratio...

Bug
7.3
9.0
8.3

Since Neos.Flow 7, the positional array sorter throws an exception when the relational key is not present (https://github.com/neos/utility-arrays/commit/d8089e9bbbda42c432ba9f1c7c611451885d36de). As Sitegeist.MagicWand does not require Neos.Neos, the routing should not rely on...

I like the package for its conveniences, however in some cases I can't use it because access to the flow commands to fetch the "real" database is not intended/restricted/... I...

This is unfortunate when not using the package with a neos application. Is this deliberate as neos would handle this a Controller Exception in some other way or could the...

Given something like `[email protected] = …` I suggest an action to break that into ``` [email protected] { expression = … } ``` to allow easier addition of `@if` rules. Maybe...

enhancement
fusion

I think it would be helpful to be able to jump between the Routes*.yaml files and controller actions or classes. Obviously there is a bit of flexibility in using the...

enhancement
php