WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
The spiderList.xml at http://assets.woltlab.com/spiderlist/typhoon/list.xml that is used in the [RefreshSearchRobotsCronjob](https://github.com/WoltLab/WCF/blob/5.5/wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php#L25) to update the list of search robots is very outdated and does not include entries from pre-5.4. Since the list...
It was created with a hardcoded name in: https://github.com/WoltLab/WCF/blob/fed42e39a8b538669594f61c84ba2fbf17836d5c/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.2_reactionUpdate.php#L101 But the hash contains the table name (i.e. implicitly WCF_N), thus the FK is not correctly named in instances with WCF_N...
Reference: https://github.com/WoltLab/docs.woltlab.com/issues/302 The change definitely made sense, is reasonable and provides a good way to further process the multiple selection data with its own subarray. But, in my opinion, the...
The DatabaseObject wcf\data\user\option\UserOption extends wcf\data\option\Option The Static Method getOptionByName loads all Data from Table ´"wcf"_ . WCF_N . "Option"´. So this static Method is not usefull in UserOption. So i...
Since the rewritten quoted-printable encoder in commit 0e39d263df22ebe50cf99aa2c6e8290b9d09b8e8 some inputs are correctly encoded as quoted-printable that previously were not, seeing that quoted-printable encoding did something and selecting it as the...
PoC web component for the reaction summary. The current version has 3 remaining issues: - [ ] No access to language variables within the web component. - [ ] No...
The ability to add a custom forum section icon, for example, in .svg format or as SVG code.