WCF icon indicating copy to clipboard operation
WCF copied to clipboard

WoltLab Suite Core (previously WoltLab Community Framework)

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

Replace EmojiOne assets with Fluent Emoji (https://github.com/microsoft/fluentui-emoji) For compatibility reasons, paths and file names shouldn't change. ![image](https://user-images.githubusercontent.com/81188/184666072-4e606a22-1acd-4fa5-a09d-08479ff58e50.png)

Discussion

Replace EmojiOne assets with Twemoji (https://github.com/twitter/twemoji) For compatibility reasons, paths and file names shouldn't change. ![image](https://user-images.githubusercontent.com/81188/184665914-652585b1-0d3d-40df-a532-d35ec949efbf.png)

Discussion

Implicit conversion from float to int is deprecated in PHP 8.

round(): Passing null to parameter #1 ($num) of type int|float is deprecated in PHP 8.

- [x] Migrate missing CSS from https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/style/icon/icon.scss - [ ] Update CSS Pseudo-Element rules: https://fontawesome.com/v6.0/docs/web/setup/upgrading#_6-update-css-pseudo-element-rules - [x] Correctly handle the fact that the icon width may be up to 1.25×...

Feature

This method should be used everywhere where `->banned` is currently checked, especially since the majority of locations does not also check for owner access. see https://github.com/WoltLab/WCF/pull/4935/files#r940140082

Feature