| cba08886 | 19-Apr-2026 |
Andreas Gohr <andi@splitbrain.org> |
fix: avoid picker close/reopen race on toggle button click
When focus was inside the picker and the toolbar toggle button was clicked, focusout would close the picker before the click handler toggle
fix: avoid picker close/reopen race on toggle button click
When focus was inside the picker and the toolbar toggle button was clicked, focusout would close the picker before the click handler toggled it, causing an immediate reopen. Skip the focusout-triggered close when focus moves to a picker toggle button.
show more ...
|
| 90c2f6e3 | 18-Apr-2026 |
Andreas Gohr <andi@splitbrain.org> |
Clean up stale realip references after client_ip_header rename
Update docblocks in Ip.php and common.php, fix old tests to use the new config key, remove outdated translations, fix method casing in
Clean up stale realip references after client_ip_header rename
Update docblocks in Ip.php and common.php, fix old tests to use the new config key, remove outdated translations, fix method casing in test, and add example to English config description.
show more ...
|
| f88cbbf8 | 11-Apr-2026 |
Andreas Gohr <andi@splitbrain.org> |
Move copy button base styles to lib/styles for template independence
The copy-to-clipboard button positioning was only defined in the dokuwiki template's content.less, leaving third-party templates
Move copy button base styles to lib/styles for template independence
The copy-to-clipboard button positioning was only defined in the dokuwiki template's content.less, leaving third-party templates with an unstyled button. Move the minimal positioning rules (relative container, absolute button, RTL flip) into lib/styles/screen.css so every template gets a usable default. The dokuwiki template keeps only its opacity hover behavior.
show more ...
|
| 6ebc01d8 | 23-Mar-2026 |
Matt Van Horn <455140+mvanhorn@users.noreply.github.com> |
feat: add diff to disableactions config option
Add 'diff' as a checkbox option in the disableactions configuration setting, allowing admins to disable the diff action separately from other actions l
feat: add diff to disableactions config option
Add 'diff' as a checkbox option in the disableactions configuration setting, allowing admins to disable the diff action separately from other actions like revisions or edit.
When diff is disabled, diff icon links in revision lists and recent changes are hidden, and the "compare" submit button on page and media revision pages is removed.
Fixes #4504
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
show more ...
|