WCF icon indicating copy to clipboard operation
WCF copied to clipboard

WoltLab Suite Core (previously WoltLab Community Framework)

Results 348 WCF issues
Sort by recently updated
recently updated
newest added

* [x] Require the `intl` extension in PHP. #5047 * [x] Add support for the locale selection of languages. * [x] Convert the relative timestamps to use `Intl.*`. * [x]...

Feature

- [x] #4991 ![image](https://user-images.githubusercontent.com/209270/187466176-b10bccb6-dbd6-493b-8390-1ebc8a988b89.png) - [x] “Unsafe HTML” button in editor is missing the icon: ![image](https://user-images.githubusercontent.com/209270/187470081-9d5ff507-1e9e-4d17-95e0-7fc8538a9d00.png) - [x] Comment Buttons look off (with one of them miscolored): ![image](https://user-images.githubusercontent.com/209270/187470718-43489b8a-3f87-4c5d-a03d-da38c18edf57.png) - [...

Bug

The brand icons are currently special cased in `IconFunctionTemplatePlugin`, without any reusable class. This makes it harder to statically bake them into the template to avoid the I/O of loading...

Bug

The style compatibility mode was introduced with WoltLab Suite 3.1 with the intention to create an easier migration path when breaking changes occur. In reality this mode was highly intransparent...

Feature
P1: Medium

fixes 28e142216081467c4d40fa32d730e40b0b101e8a

The directory selection is problematic for little benefit (the vast majority of users won't change anything at all): It starts to deploy the files before it is verified that the...

Discussion

Some casts have been "mindlessly" added in ac81e92d0ee4202c6174bedd1319cddf7435d422 to fix issues with an earlier strict typing attempt and are not reasonable. As an example the one in StringUtil::encodeHTML() might hide...

Bug

If the uploaded file exceeds the web server's (e.g. nginx) limit, it will be rejected with a HTTP 413, but without valid JSON. This should be detected an appropriately handled.

Feature