Olaf Braun
Olaf Braun
Closes #5966 ### TODO - [x] Remove language variables `wcf.imageViewer.*` - [x] Check that `.jsImageViewer` is no longer used - [x] Check that `data-caption` and not `title` is used -...
Closes https://github.com/WoltLab/WCF/issues/5981
Closes https://github.com/WoltLab/WCF/issues/5897
Required https://github.com/WoltLab/editor/pull/139 Closes https://github.com/WoltLab/WCF/issues/5969 Deactivates the smiley system for new installations.
Closes https://github.com/WoltLab/WCF/issues/6397 TODO - [x] Unnecessary query about which interactions are available. The header containing the interactions is replaced shortly afterwards. - [ ] `WCF.User.Profile.Editor` not working after reloading the...
Currently, language variables are stored in the database and supplied by a plugin as a xml file. The translation of these texts is not exactly easy for contributors, as there...
- Store trophy image via `wcf\data\file\File` - Migrate to the new condition system - Migrate the Add/Edit Form to a FormBuilderForm