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

ref https://www.woltlab.com/community/thread/295341-zitierte-beitr%C3%A4ge-entfernen-problem/

Bug

ref https://www.woltlab.com/community/thread/300240-language-attachments/ More places are affected. This is difficult to implement in the translation, since the name of the language variable often does not indicate that it is a tooltip....

Bug

The existing `SingleSelectionFormField` has multiple design flaws that are difficult to solve in a backward compatible way. The main issue with the existing implementation is that it tries to solve...

Feature

https://github.com/WoltLab/WCF/blob/1553925bcc2dfcc62452e22b3f42e33e6c79aa10/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php#L61 I am not aware of any users of this and this causes some questionable user experience, because options magically vanish depending on the admin's permissions. The options already contain...

Bug

- [ ] Update WCFSetup.css - [ ] Check if WCFSetup looks good. - [ ] Update the inlined header.tpl stuff in rescueMode.tpl - [ ] Check rescueMode.tpl on mobile...

Bug

The class `AbstractOauth2Action` is currently only designed for the default `response_mode` `query`. But there are OAuth2 providers which require `response_mode` `form_post` (e.g. Sign in with Apple). Therefore I ask to...

Feature