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

There have been multiple attempts at improving the handling of multilingual content, with #6109 being the latest iteration of it. It does solve a lot of the existing issues with...

Discussion

Closes #6109 ## TODO - [ ] Add a helper function for the subquery ## Performance tests Different queries were tested, these have different performance with larger tables. `LATERAL` is...

Required #6282 ### TODO - [ ] Migrate `BBCodeCacheBuilder` to eager cache

This will probably become obsolete when the corresponding form is migrated to FormBuilder.

- [ ] Check if the fileinfo-extension is available https://github.com/WoltLab/WCF/issues/6273

The problem is caused by this [change](https://github.com/WoltLab/WCF/commit/7c61c91195a5351616de6b84cc871775173845d8). The change led to the result that `setAffectedObject()` is no longer set. Unfortunately, the recipient of the notification is required to determine the...

There are multiple different implementations for multilingual content and they are all either flawed to some extent or quite limited or both. Some store there values in phrases, others use...

Discussion

This parameter is now largely obsolete, as it is only relevant if the `recaptcha` / `shared_recaptcha` template is included directly, which should no longer be done.

The style picker is currently positioned absolutely in the boxesFooter element. This leads to problems, especially in the mobile view, if the available space is insufficient. Ideally, the style picker...