| d3d20a66 | 15-Oct-2024 | Andreas Gohr <andi@splitbrain.org> | LinkWizard: add method to create a relative link
 This is not used, yet. Usage will be added in a future commit.
 
 Since we don't have a proper testing framework in place, yet. Tests have
 been added a
 LinkWizard: add method to create a relative link
 This is not used, yet. Usage will be added in a future commit.
 
 Since we don't have a proper testing framework in place, yet. Tests have
 been added as a standalone script that can be run manually.
 show more ...  | 
| 2e60baea | 20-Apr-2023 | Andreas Gohr <andi@splitbrain.org> | Avoid flicker when highlighting a section
 Previously, elements were wrapped in a div on hover and unwrapped when
 the mouse was moved again. This generally worked okay, but led to
 problems where the
 Avoid flicker when highlighting a section
 Previously, elements were wrapped in a div on hover and unwrapped when
 the mouse was moved again. This generally worked okay, but led to
 problems where the wrapped section contained elements with their own
 rendering context (video, object, iframe, ...). The wrapping caused
 rerendering of these elements resulting in flicker and layoutshift:
 
 splitbrain/dokuwiki-plugin-vshare#13
 cosmocode/dokuwiki-plugin-diagrams#4
 
 This patch changes the higlighting mechanism to always wrap *all*
 sections in a div and only toggle classes on hover. Class names have
 been chosen to be backwardscompatible, so this should continue to work
 as before in all templates.
 show more ...  | 
| b68a7721 | 11-Jan-2021 | Andreas Gohr <andi@splitbrain.org> | add cache buster on security check request
 When doing a normal reload on the admin page to recheck the security,
 the browser may not re-request the image again. This adds a timestamp to
 the URL to e
 add cache buster on security check request
 When doing a normal reload on the admin page to recheck the security,
 the browser may not re-request the image again. This adds a timestamp to
 the URL to ensure the image is tested again
 show more ...  |