Martin Auswöger

Results 436 comments of Martin Auswöger

> wird die Warnung im Install-Tool nicht ausgegeben? Nur im migrate command soweit ich weiß.

I think we should probably listen to `@input` here https://github.com/contao/contao-manager/blob/0a977c16f8605d0f511e058a1c8fc75514a95663/src/components/views/Account.vue#L35 and here https://github.com/contao/contao-manager/blob/0a977c16f8605d0f511e058a1c8fc75514a95663/src/components/views/Account.vue#L44 as `oninput` should always fire if the value changes (e.g. also when pasted via context menu or...

> … would allow injecting HTML entities in the output for any code that does not pre-escape `&`. So it might not actually be safe. Injecting HTML entities can be...

I think this optimization could be problematic in some cases. If in your example an element has both classes `foo` and `bar` the styling would change if the two `@media...

> It's probably caused by the `Backend.autoFocusFirstInputField` method. In this case we could simply change https://github.com/contao/contao/blob/5e17a4acbc0370e8c956f2d3f8db94d4e9648cbb/core-bundle/src/Resources/public/core.js#L2700 to something like: ```js var edit = $(document.querySelector('#main .tl_formbody_edit')); ```

> Why did you wrap the `document.querySelector()` call with `$()`? Because it is used as a mootools element further down and `$()` ensures that all the mootools methods are available...

Mit #5454 kann nun ein belibiger „Gültig bis“ Zeitraum festgelegt werden.

I think `bug-fixes-provided` and `security-fixes-provided` make the most sense. For me the semantics are that all versions included in `bug-fixes-provided` are implicitly also in `security-fixes-provided`, so the latter is a...

> I managed to migrate it to Vue 3, if u are interested I can share the source. @chuski1212 it would be great if you could share your source code...