Matthias Althaus

Results 11 issues of Matthias Althaus

Hey, we've got a complex dev system setup and I need to set `followLinks()` in the Finder. I'd be great, if I somehow could configure the Finder or have an...

Hey, first: thanks for your nifty tool. It really eases upgrading. :) I've got a custom TwigExtension which uses the @\Twig_Environment@ in a lot of places. Instead of refactoring all...

Hey, the title of the exit fullscreen button is hard coded and not using `__localize()`. In addition the "goto fullscreen" button doesn't have a title at all. Cheers Matthias

Hey, we're working on a modularized app... e.g. customers can choose which bundles to install. Based on the doc you have to activate each bundle one by one. Is there...

Hi, I'm currently working on a project where the pot file is located not next to the po file. So everytime I update the translations from the pot file I...

Feature Request

Hey, I've got an issue with TwigComponent not finding public properties. Simplified it looks like this: ~~~php #[AsTwigComponent] final class SwitchToggle { public string $formId; public string $label; } ~~~...

Hey, I've just had some issues working with booleans especially with nested components. I came to the conclusion that it only works this way: ~~~twig ~~~ ~~~twig ~~~ I've somehow...

Hey, we're using the purifier to clean up HTML mails before display. We recently upgraded to PHP 7.2 and now got a mail (from Outlook 😩 ) which runs into...

Hi, I'm currently working on an LDAP authentication against a damn huge (200k+ accounts) AD and have some issues with several queries. One thing is a user search which throws...

Hey, to ease login error handling Symfony offers the `AuthenticationUtils` which track the last used username. The guard component already complies to this behaviour. I've implemented a multi-domain-login and added...

enhancement