Axel Guckelsberger

Results 55 issues of Axel Guckelsberger

This could be related to #398 but I am not sure about that. We've setup a GitHub Action workflow which should regularly extract translations and create a pull request for...

@ThiloWitt copied translates into a 3.1 test site, went into the Settings module and saw all locales there. Afterwards this error occured: `Invalid configuration at path "jms_i18n_routing.default_locale": The default locale...

Bug
Language/Translation

Symfony 5.4 introduced the functionality described [in this article](https://symfony.com/blog/new-in-symfony-5-4-language-negotiation). We have or had something similar. Should be investigated.

https://gitlocalize.com/

Language/Translation

Since Symfony 5.1 it is deprecated to inject the container using autowiring. We currently do that at some places where we need to dynamically access some service instances based on...

Refactor

`LocaleApi#getSupportedLocales()` should trigger an event allowing to filter the result. Needed for https://github.com/zikula-modules/Multisites/issues/17

Feature

Worth to evaluate: https://github.com/formapro/JsFormValidatorBundle Newer fork: https://github.com/gvojtko/JsFormValidatorBundle

Feature
UI/UX

It would be helpful if the new menu module would provide some helper functionality for supporting it's usage. Possible examples are tooltips explaining available actions and (particularly) means for describing...

Feature

Use `Stringable` type hints instead of `string` where appropriate. Follow-up from #4053

Refactor

Symfony uses contracts for some interfaces, like `Symfony\Contracts\Translation\TranslatorInterface`. This has the advantage that component A can implement and use it without requiring component B. Proposal: - introduce a Zikula extension...

Feature
Refactor