| 3ce7dd3b | 26-Oct-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
link style in TH added |
| 4fa29dcb | 20-Oct-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-947: check Lang-Strings |
| 4f626e33 | 26-Sep-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-950 changes for mobile header, Bugfix edit Mode of document |
| 7d802b57 | 02-May-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
keyboard access + direct link scrolling |
| a2076f06 | 26-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-969: change wording for head_breadcrumb in head_breadcrumb_youarehere to show that it is used for hierarchical breadcrumbs (conf-option youarehere) |
| 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 ...
|
| 86e59cb3 | 26-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: qs font-size, color, padding |
| 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 ...
|
| 1fc95e4d | 20-Apr-2017 |
Andreas Gohr <andi@splitbrain.org> |
integrate the own stared pages into the sidebar |
| 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 |
| 1140677f | 20-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Show more descriptive titles for the do-icons
This should also fix an occasional fatal-error when all tasks on a page are done.
We remove here also the $class from the button in the usertools, sinc
Show more descriptive titles for the do-icons
This should also fix an occasional fatal-error when all tasks on a page are done.
We remove here also the $class from the button in the usertools, since it served no apparent purpose.
SPR-936
show more ...
|
| 16a46313 | 19-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-814: detail template local merges |
| 58aee101 | 19-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-814: detail template |
| cb7cc643 | 12-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Make sidebar toggle elements configurable
Current options are h1, h1 and h2, h1-h5, top-level list items
SPR-754 |
| 5c8e72a6 | 07-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-742: Konfigurierbarkeit - wording |
| 0ff585ef | 03-Apr-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-742: wording in configuration view |
| 9622faa4 | 30-Mar-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-742: Konfigurierbarkeit zuordnung |
| 0c9df3be | 28-Mar-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-742: Konfigurierbarkeit wording |
| 2c510374 | 23-Mar-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-742: Konfigurierbarkeit wording german prepared |
| 9cae5e77 | 20-Mar-2017 |
Michael Große <grosse@cosmocode.de> |
Make Issues tab-heading translateable |
| 52983d23 | 22-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
SPR-754 make sidebar toggle a11y text translatable |
| 47bbf7c7 | 22-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
made search toggle translatable |
| 9eec2b7f | 16-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted language |
| 038d4bfe | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
moved tab generation to PHP, no empty tabs SPR-799
I still don't like the code directly in the template there. I think it should be moved to a helper class.
The TOC CSS seems to be broken when ther
moved tab generation to PHP, no empty tabs SPR-799
I still don't like the code directly in the template there. I think it should be moved to a helper class.
The TOC CSS seems to be broken when there are no tabs right of the TOC.
show more ...
|