WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
https://github.com/WoltLab/WCF/blob/dd19073b48016b8aa4fd299fa676c54b96c8af64/wcfsetup/install/files/lib/system/WCF.class.php#L897 Various classes do not yet have a proper return type, but the deprecation error was suppressed by the `@`. This should be tested once more without the `@` to...
WSC 6 (at the latest) should no longer use Google Maps. Instead, OSM (via Leaflet?) should be used, so people can use GDPR compliant maps on their websites. OSM allows...
we currently have: - ``: https://github.com/WoltLab/WCF/blob/ce4b59bfbf770fb5a88105fd3205f60ea6039181/wcfsetup/install/files/lib/acp/form/LanguageImportForm.class.php#L174 - `strcmp`: https://github.com/WoltLab/WCF/blob/ce4b59bfbf770fb5a88105fd3205f60ea6039181/wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php#L267-L270 - `strcasecmp`: https://github.com/WoltLab/WCF/blob/ce4b59bfbf770fb5a88105fd3205f60ea6039181/wcfsetup/install/files/lib/acp/form/DataImportForm.class.php#L138-L141 They should all be unified to use ``. `strcmp` is a direct replacement. `strcasecmp` will need to either...
Use `` where possible. Affected locations can somewhat easily be found by searching for `return -1` which is fairly specific for this type of callback.
e.g. for use in https://github.com/WoltLab/WCF/blob/e6aaee42d458378064d472a30a9b97b3af6f3335/wcfsetup/install/files/lib/system/event/EventHandler.class.php#L143 to make the `catch` in b4db5a5c6eddf270b6f6e779a88656e7b805cb12 more specific.
see https://github.com/WoltLab/WCF/pull/4639#issuecomment-1022079396
A post like: ``` @test test ``` will render as: ``` test test ``` It works fine for the `text/html` version.
(iOS might already be working) see https://community.woltlab.com/thread/279780-bilder-galerie-modal-zoom-auf-touch-ger%C3%A4ten/
The entire moderation panel is quite old and the original layout was modified at multiple occasions, but the the UX did not keep up. We need to review the panel,...