M. Vondano

Results 233 comments of M. Vondano

@SeverinGloeckle If I get this correctly, using buckets would also protect against denial of service attacks (i.e. noone can login anymore), right?

IMHO at least for `array_map` there is no defined order in which the callback function should be called (although the implementation uses the canonical order). From a language design perspective,...

Yeah, my intention wasn't to set it globally but be able to control it programmatically. In the end I'd like to prevent double encoding input *I know* is already encoded...

However, ``.dragscroll:active`` is not working in Firefox (tested with 50.1.0) while using dragscroll.js.

As we cannot use stimulus controllers for this, I'd implement the fix as outlined in https://github.com/contao/contao/issues/5043#issuecomment-1236103398.

This functionality was implemented in https://github.com/contao/contao/pull/4657.

Is the form generator not using any (legacy) templates? Because then they should get replaced by the old template engine (only if you did not replace them with Twig templates...

> I agree that the new module should replace the old one, so that you can switch back just as with the content elements. So the type of the new...

At the last dev meeting, we discussed that we do not want to have replacements for modules but different versions that can coexist. (https://github.com/contao/contao/pull/4847#issuecomment-1374797111)