| 5e6b9183 | 12-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
adjust section highlighting for Kaos
This should fix flickering when hovering edit buttons. It will probably break compatibility with earlier releases |
| 79e34f4e | 08-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 9603fc81 | 08-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
added config for optional copyright notice |
| 36f7f6d9 | 05-Nov-2023 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 5c11b346 | 12-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ee2fe713 | 12-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
align toollists to the left in sidebar |
| b8adbb9e | 12-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
streamline page attributes
Page attribute icons should now align better and all look the same. |
| 1e03e2a5 | 04-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 844596f7 | 04-Sep-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Plugin starred: fix button height |
| b2c99f05 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| da9591f0 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
added closedwiki option
This hides most of the wiki tools including the sidebar and search until the user has logged in. |
| 621124b3 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
some cleanup in the usertool handling
do not display unavailable actions |
| 80e39be0 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Adjust sidebar panel margin
Since navigation panels now always close when the sidebar is minimized, it's not longer necessare to move their contents out of the visible margin under the icons. This g
Adjust sidebar panel margin
Since navigation panels now always close when the sidebar is minimized, it's not longer necessare to move their contents out of the visible margin under the icons. This gives a bit more space for contents.
show more ...
|
| 02b0cec6 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
housekeeping |
| c6a055e7 | 02-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 32cb5749 | 02-Mar-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Do not use SVG width and height directly when embedding images |
| e4a08eff | 02-Mar-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
If SVG width and height are not define, set them to 100% |
| f86e6b99 | 03-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 9510c080 | 03-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
Added additional include hooks to easily extend the navigation |
| 9d424458 | 11-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2e98afbd | 09-Oct-2022 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Correctly interpret result of strpos(…)
if `%s` happens to be at the start of the string then `strpos(…, '%s')` returns `0`. That evaluates to false in an `if` statement. Thus the replacement will n
Correctly interpret result of strpos(…)
if `%s` happens to be at the start of the string then `strpos(…, '%s')` returns `0`. That evaluates to false in an `if` statement. Thus the replacement will not be applied in that case.
See https://github.com/splitbrain/dokuwiki/pull/3790 for a probable similar issue.
show more ...
|
| f6194cf4 | 08-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ac484891 | 07-Sep-2022 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Fix deprecation warnings |
| efb850db | 09-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 63c9c461 | 09-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
ignore JS only links when simplifying the sidebar |