| 3a535213 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-956: Edit-Button für Data-Plugin |
| 6555d671 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-968: qs |
| d0a4515e | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-970: Magic Matcher - Tooltip + metabox list |
| 4a1a2863 | 26-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Check the correct conf-option for hierarchical breadcrumbs
SPR-969 |
| 0b0d2e08 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: changes for new html |
| 508e7159 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
bug in var name |
| aa81f447 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: issuelist in metabox summarized |
| 63bb23dd | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-742: configure configmanager |
| 86e59cb3 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: qs font-size, color, padding |
| c2023c17 | 25-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: quicksearch immer ausgeklappt |
| 8221fa27 | 24-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Adjust less vars for compatibility
In the dokuwiki standard template __background__ is the variable defining the background-color of the content. It is one of the guaranteed placeholder that every t
Adjust less vars for compatibility
In the dokuwiki standard template __background__ is the variable defining the background-color of the content. It is one of the guaranteed placeholder that every template must provide. Hence we should use it with the way it is used in the default template, so other plugins can rely on it and look consistently.
Also some other base-dokuwiki styles still use it accordingly, for example the footnotes.
SPR-954
show more ...
|
| 211de8a5 | 24-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Use do-plugin's user task button w/ overlay
Motivation ---------- Since we do not have a dashboard it would be useful to directly see one's task on click upon the respective icon. Also this is most
Use do-plugin's user task button w/ overlay
Motivation ---------- Since we do not have a dashboard it would be useful to directly see one's task on click upon the respective icon. Also this is most likely the dominating reason of the dashboard-usage.
Implementation Decisions ------------------------ * Use SVG: Since we move towards using SVG everywhere in DokuWiki, I decided to use a SVG icon here as well. This makes it compatible with other templates too, without introducing an icon-font there. * Using a `<span>` instead of a `<strong>`: I do not see the semantic reason behind using a `<strong>` here.
Other Changes ------------- * The styles related to the do-plugin have been moved from css/area_nav-usertools.less to css/plugins/do_tasks.less
This needs the respective pull request merged from the do-plugin: https://github.com/cosmocode/do/pull/31
SPR-962
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 ...
|
| c98cbfb7 | 24-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-882: section edit button improvements |
| 1d0a170f | 24-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-882: section edit button improvements |
| 69b92e93 | 24-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-937: comment |
| 17e63de8 | 24-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-958: Scrollbars im meta-footer (bdi) |
| 42c20240 | 24-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-958: Scrollbars im meta-footer (bdi) |
| 80134fae | 24-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-950: optimate Headerstyling in Mobile |
| 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 |