WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
The button element is incredibly versatile and benefits from good a11y when used correctly. However, the current default styling creates all sort of issues that makes `` not feasible in...
`select`-fields support the `required`-attribute unter some circumstances in HTML5 documents: https://stackoverflow.com/questions/6048710/can-i-apply-the-required-attribute-to-select-fields-in-html5/6048891#6048891 https://www.w3schools.com/tags/att_select_required.asp https://html.spec.whatwg.org/multipage/form-elements.html#attr-select-required see a8490749c3ba7014380d55462fc45dd635c1d71c This issue is supposed to check the whole project(s) in order to locate where the...
see https://www.woltlab.com/community/thread/295520-ampproject-org-fehlt-in-datenschutzerkl%C3%A4rung/?postID=1893487#post1893487
The above mentioned form field currently does not work in form builder powered forms in the frontend due to the [currently missing `codemirror` - template](https://github.com/WoltLab/WCF/blob/master/com.woltlab.wcf/templates/codemirror.tpl) in the [frontends `templates` -...
In basically the same way as the rebuild data function.
The actions use TIME_NOW and thus always mark all content as read. Between the loading of the page and the call of the action by the user, new content may...
Currently it is impossible to use the dev tools for the creation of a top level menu item due to a raised database exception: ``` Sun, 24 Apr 2022 15:20:55...
Having these checks within the XML file makes it very non-obvious that they are happening, because the checking logic is detached from the actual event listener logic. Any checks should...
The permission is not really reliable to ensure an upper bound for the file size of the avatar, because larger images will be implicitly scaled down to 128×128. If the...