Alexander Ebert
Alexander Ebert
`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...
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....
## đź“ť Provide detailed reproduction steps (if any) 1. Navigate to https://ckeditor.com/ckeditor-5/demo/editor-types/ on a smartphone. 2. Open the grouped toolbar for the overflowing items. 3. The focus is set on...
## đź“ť Provide a description of the improvement The CSS for code blocks uses static color values for the `` element. This makes it a bit more difficult to change...
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...
https://github.com/WoltLab/WCF/blob/dd0d4ddd18178cc7366bbb20e5377d230a2034b4/wcfsetup/install/files/lib/data/email/log/entry/EmailLogEntryAction.class.php#L29-L41 This query has no limit on the number of placeholders, potentially yielding more IDs than the permitted number of placeholders.
The current session system relies on dedicated sessions for every user, regardless of their login state. This means that every guest gets assigned an own session which comes with two...
## đź“ť Provide detailed reproduction steps (if any) 1. Open the demo at https://ckeditor.com/ckeditor-5/demo/feature-rich/. 2. Scroll down to find the table. 3. Place the caret at the end of the...