| 81a9f400 | 24-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Prevent interaction between do-js and our page-tasks-icon
The javascript of the do-plugin tries to update the container with the plugin__do_pagetasks class. However, since our container has a differ
Prevent interaction between do-js and our page-tasks-icon
The javascript of the do-plugin tries to update the container with the plugin__do_pagetasks class. However, since our container has a different structure than the icon produced by the do-plugin, this attempt fails and leaves the icon in a broken state.
This commit changes the class of the container and thus ceases to be affected by the do-plugin's javascript.
SPR-946
show more ...
|
| d29aa0da | 21-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Editbutton should be closely below section
The `margin-top: 0` overwrites DokuWiki's default `margin-top: -1.4em` and causes the edit button to be far below the section it is supposed to edit. This
Editbutton should be closely below section
The `margin-top: 0` overwrites DokuWiki's default `margin-top: -1.4em` and causes the edit button to be far below the section it is supposed to edit. This causes a visual disconnect between button and section, especially for small or empty sections. This is even more apparent when contrasted with the button-placement for tables etc.
show more ...
|
| 67d7dea5 | 21-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Show number of tags in metabox label
SPR-939 |
| de3c42a7 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-950: mobile - magicmatcher additional class makes wrong padding in usertoolicons |
| fd02700e | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-945: min-width for quicksearch qs wide-screen |
| 5b904688 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-950: optimate Headerstyling in Mobile |
| 70483b33 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-945: min-width for quicksearch qs wide-screen |
| aa2452b0 | 21-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Move the highlightparent-plugin, because messages
The link from the highlightparent-plugin is supposed to stay inside the grey bar at top of the page, even if there are messages. To facilitate that,
Move the highlightparent-plugin, because messages
The link from the highlightparent-plugin is supposed to stay inside the grey bar at top of the page, even if there are messages. To facilitate that, it's easiest to explicitly place it above the msg-area.
For this to work, the highlightparent-plugin must be updated.
SPR-944
show more ...
|
| d765b290 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-945: min-width for quicksearch qs wide-screen |
| 336aca62 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-945: min-width for quicksearch qs wide-screen |
| cb7a1be6 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-942: sublist less indent; SPR-945: min-width for quicksearch |
| 18dbbcce | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-942: sublist alignment in sidebar; SPR-953: nav active |
| cd7d0dbf | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-942: sublist less indent |
| 2a9c15f6 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: qs old data plugin (edit button for table) |
| 1dc51a98 | 21-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: check fix border-radius |
| 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 |
| 6b869089 | 20-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-937: Alignment Sidebar |
| b4535310 | 20-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-935: meta box toc tab open after pageload |
| aaf5973d | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Hide MagicMatcher-Header in mobile
SPR-948 |
| 5dbeba2a | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Add clearer before content
If the content does not begin with a h1, then it should still start below the meta-box. |
| a0a9f24e | 20-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-949: long path in page footer set to overflow auto |
| 1fc95e4d | 20-Apr-2017 |
Andreas Gohr <andi@splitbrain.org> |
integrate the own stared pages into the sidebar |
| a6b69bf8 | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
fix the double-colon in the dashboard-link
SPR-941 |