| 128e9045 | 23-Sep-2025 |
Anna Dabrowska <dabrowskaa@gmail.com> |
Revert "feat: add copy-to-clipboard functionality for code elements" |
| 53c0f991 | 18-Sep-2025 |
Karsten Kosmala <kosmala@cosmocode.de> |
feat: add copy-to-clipboard functionality for code elements |
| 38a9339b | 14-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove obsolete JavaScript
replaces pr #38 |
| 63c9c461 | 09-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
ignore JS only links when simplifying the sidebar |
| 11b00783 | 18-Apr-2021 |
Frieder Schrempf <dev@fris.de> |
Use direct links for sidebar elements with only a single subitem
If a sidebar toggler contains only a single item with a link, there is no need to create a toggler with subnav at all. Let's just rem
Use direct links for sidebar elements with only a single subitem
If a sidebar toggler contains only a single item with a link, there is no need to create a toggler with subnav at all. Let's just remove the subnav and link to the target directly.
Signed-off-by: Frieder Schrempf <dev@fris.de>
show more ...
|
| afa797db | 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
easier anchor linking |
| a0b1eecc | 21-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Sticky meta tabs (TOC etc.) |
| e78ffc6c | 13-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Separate states of different sidebars |
| 4ac10cf3 | 21-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
use a smooth animation to fade in the navigation
This avoids the flash of unstyled/unprocessed content |
| bd04be26 | 29-May-2017 |
Michael Große <grosse@cosmocode.de> |
Remember that the content was narrow before
Steps to reproduce bug: ---------------------- 1. View page with narrow content 2. Edit page --> wide content (this is correct) 3. Cancel/Save 4. Page has
Remember that the content was narrow before
Steps to reproduce bug: ---------------------- 1. View page with narrow content 2. Edit page --> wide content (this is correct) 3. Cancel/Save 4. Page has now wide content, but should have narrow content
Fix --- Only remember width of content when we are view a page, i.e. `do=show`
SPR-982
show more ...
|
| c6a25838 | 03-May-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-980: close meta box after click on TOC anchor |
| 60443fd4 | 03-May-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
more spacing between nav main nav tools and starred |
| 7d802b57 | 02-May-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
keyboard access + direct link scrolling |
| 7ed05894 | 02-May-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-953: bugfixes for content-wide nav |
| 30aa8e95 | 27-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-953: bugfixes for content-wide nav |
| 13c822c2 | 27-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-953: sessionStorage handling for template menus |
| 045d16c4 | 27-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-953: menu state is-active and span.curid for site tools and user tools |
| 645e161a | 27-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-953: menu states is-open and is-active for contentMenu $toggler |
| 84f94641 | 26-Apr-2017 |
Andreas Gohr <gohr@cosmocode.de> |
SPR-972 add more info to the breadcrumb
* add the current admin plugin to the breadcrumb * use proper translations for the various modes * do no longer rely on JavaScript for the enhanced breadcrumb
SPR-972 add more info to the breadcrumb
* add the current admin plugin to the breadcrumb * use proper translations for the various modes * do no longer rely on JavaScript for the enhanced breadcrumb * add image name in breadcrumb for detail view
show more ...
|
| 9e264cdc | 24-Apr-2017 |
Andreas Gohr <gohr@cosmocode.de> |
show sidebar label on collapsed sidebar SPR-957
This removes the base z-indexes as they seem not to be needed (source order defines initial heights) and interfered with the sidbar functionality.
Re
show sidebar label on collapsed sidebar SPR-957
This removes the base z-indexes as they seem not to be needed (source order defines initial heights) and interfered with the sidbar functionality.
Removing it was suggested in SPR-899 as well
show more ...
|
| 6df46034 | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Explicitly refer to the global sessionStorage
Using this as a local variable might break in some browsers. |
| fdf5eaea | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Remember sidebar toggle-state
While browsing a wiki, it would be nice if it would remember whether the content is wide or not.
SPR-883 |
| b8a4cc91 | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Fix not correctly forgetting section-open state
The sidebar is intended to close all sections when the content is wide and set their default back to closed.
SPR-883 |
| b4535310 | 20-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-935: meta box toc tab open after pageload |
| 4e86a8f0 | 20-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-930: pseudo state for breadcrumb on detail template SPR-814: prevent Uncaught TypeErrors of JSINFO in detail template |