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

The style system already supports a huge customizable color palette, but each color variable can be assigned a single value only. This creates a situation where styles are sometimes offered...

Feature

Inheriting from controllers is a mess. see #4550

Bug

- [ ] Untangle this from RegisterNewActivationCodeForm. see: 238adcfc6e94778b42e68521b3be4cb9a43c94bc - [ ] Adjust this to make use of a secure reactivation code, similar to the initial activation code.

Bug

I was unable to find a query that would be able to leverage the existence of the `confirmTime` as part of that index. All queries involving `confirmTime` do not involve...

Bug

This change is not correct. - The local part of an email address is case sensitive and thus must not be normalized ([RFC 5321#2.3.11](https://tools.ietf.org/html/rfc5321#section-2.3.11)). - I however acknowledge that in...

Discussion

The current handling Exceptions is historically grown and suffers from quite a few issues. Among these are unreadable god methods in core.functions.php, Layering Violations, because some Exceptions concern themselves with...

Discussion