Alexander Ebert
Alexander Ebert
The previous fix for `:not()` in 3433c7da7bf759ea435681ad3bd3e13f5c99375e was incomplete because it only considered `:hover` as a standalone selector but missed the ability to combine it with other selectors like `:not(.some-class:hover)`,...
https://docs.woltlab.com/6.1/view/languages-naming-conventions/ This page does not appear in the menu and contains examples for phrases that are no longer accurate. For example, the phrasing for confirmation messages conflicts with https://docs.woltlab.com/6.1/javascript/components_confirmation/#proper-wording which...
Using `FileProcessorFormField` for uploading multiple files requires a `CustomFormDataProcessor` to map the IDs to the actual data structure. This should be added to the documentation with a proper example to...