Ulrich Mathes

Results 9 issues of Ulrich Mathes

It would be nice to define possible legal values for an parameter. Without having to introduce a custom data structure. ```html // or more slimline with cases fromString: // or...

enhancement
question

I'm not sure about [[v13] translate without alternativeLanguageKeys](https://github.com/sitegeist/fluid-components/commit/6dd1ec617b278b75115bcda938cd453f388e6687) as it seems we could get rid of the `alternativeLanguageKeys` as the core does. But this would have a higher impact and...

- **[BUGFIX] don't convert empty string** - **[BUGFIX] suppress unserialize E_WARNINGS** ## Description Solves #1087 Prevents E_WANRINGS in JsonCompatibilityConverter by early return on empty strings and fixing the error handling...

## Bug Report **Current Behavior** `JsonCompatibilityConverter:53` rises PHP warning **Expected behavior/output** When JsonCompatibilityConverter tries to unserialize a string and fails, there should be no warning. There is a `try catch`...

based on https://git.typo3.org/qa/example-extension from the best practices team