WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
Missing parts: * [x] Document the interface for file processors. * [x] Proper clean-up of files and thumbnails. * [ ] Handling of orphaned file uploads that are no longer...
Closes #5902
The current caching strategy has three major issues on runtime: 1. Resetting a cache causes the next request that needs this cache to trigger a synchronous rebuild. 2. Non-critical caches...
`IBBCode::getParsedTag()` often assigns extra variables in a separate step before fetching the template. This must be replaced with a combined step that passes the variables directly to `fetch()` and set...
The current version of the `DateFormField` has several design flaws which cannot be fixen without breaking changes. Therefore, it would make sense to introduce a new version and deprecate the...
Historically we had two different sets of sessions for the access to the frontend and the backend, requiring embedded media to point to a different route depending on the context....
The file is properly rebuilt, but the generated file isn’t queried by the browser again because the `LAST_UPDATE_TIME` only changes when the package list has changed. See https://www.woltlab.com/community/thread/306962-%C3%A4nderung-bei-sprachvariable-wird-nicht-%C3%BCbernommen/
Links to internal pages, such as quotes use absolute URLs which work fine in general but are a true pain when moving to a different domain. It also means that...
Adds a new upload form field with the new upload pipeline (https://github.com/WoltLab/WCF/issues/5668)
Up until now, there have been two different functions, which makes deleting a user and their content cumbersome. ref https://www.woltlab.com/community/thread/307012-bei-benutzerl%C3%B6schung-auch-inhalte-l%C3%B6schen/?postID=1972947#post1972947