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

For matomo campaigns, the URL parameters `pk_campaign` and `pk_kwd` are used. Unfortunately, are these lost during redirects, resulting in the campaign visit not being logged. For this occasion, it would...

Feature
Needs Triage

The current Installer of WCF allows the usage of an external Database Server, without proofing if the installing user is the owner of this Database Server. This can result in...

Needs Triage

Our tar implementation supports GNU tar only and suffers from the bad handling of other POSIX standards, notably, pax. Extracting a pax archive will yield a lot of `PaxHeaders` files...

Discussion

The tag does not require any additional javascript and provides the right accessibility. see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details

The `getTitle()` method was added in a41ce9459e97d83a620d5c3743907f4850f35eb5, but was not consistently used. It's missing from `optionFieldList.tpl` for starters: https://github.com/WoltLab/WCF/blob/c29b75e0e43c5680f7d4182325b5958902997661/com.woltlab.wcf/templates/optionFieldList.tpl#L10 All occurrences can probably be found by searching for `wcf.user.option.`.

Bug
P2: Low

InnoDB uses the PRIMARY KEY as the clustered index for the btree. Without an explicit PRIMARY KEY an internal auto increment will be used, allowing the best INSERT performance because...

Feature
P2: Low

see https://community.woltlab.com/thread/291893-formbutton-templateapplication-fehlt/?postID=1863502#post1863502

Bug
P2: Low

Autogenerated names for database indices are pretty messy, because the legacy API did not handle them consistently depending on whether the INDEX was included in the initial `CREATE TABLE` (unnamed,...

Discussion
P2: Low

- [ ] Take the package ID as a parameter. - [ ] Possibly allow bulk deletions.

Bug
P2: Low