WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
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...
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...
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...
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.`.
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...
see https://community.woltlab.com/thread/291893-formbutton-templateapplication-fehlt/?postID=1863502#post1863502
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,...
- [ ] Take the package ID as a parameter. - [ ] Possibly allow bulk deletions.