Jana Deutschländer
a2076f0690
SPR-969: change wording for head_breadcrumb in head_breadcrumb_youarehere to show that it is used for hierarchical breadcrumbs (conf-option youarehere)
2017-04-26 15:53:38 +02:00
Michael Große
4a1a2863db
Check the correct conf-option for hierarchical breadcrumbs
...
SPR-969
2017-04-26 12:05:32 +02:00
Jana Deutschländer
52ef6e091d
Merge branch 'userTasksOverlay' into 'master'
...
Use do-plugin's user task button w/ overlay
See merge request !55
2017-04-25 16:26:13 +02:00
Jana Deutschländer
446069796c
Merge branch 'master' into 'userTasksOverlay'
...
# Conflicts:
# css/area_nav-usertools.less
2017-04-25 16:26:02 +02:00
Jana Deutschländer
8de09e583d
Merge branch 'fixLessBeackgroundVars' into 'master'
...
Adjust less variables for compatibility
See merge request !56
2017-04-25 16:11:39 +02:00
Michael Große
8221fa277b
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
2017-04-24 19:52:20 +02:00
Michael Große
211de8a54a
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
2017-04-24 19:23:48 +02:00
Jana Deutschländer
97a4fdccb1
Merge branch 'spis_SPR-950' into 'master'
...
spr-950 - header styling
See merge request !49
2017-04-24 15:55:37 +02:00
Jana Deutschländer
78020606c9
Merge branch 'spis-master' into 'master'
...
SPR-937: Alignment Sidebar (spis-master)
See merge request !45
2017-04-24 15:26:56 +02:00
Silke Pisulla
69b92e93cf
SPR-937: comment
2017-04-24 15:12:35 +02:00
Jana Deutschländer
86abd75a0d
Merge branch 'spis_SPR-958' into 'master'
...
SPR-958: Scrollbars im meta-footer
See merge request !53
2017-04-24 14:54:11 +02:00
Silke Pisulla
17e63de827
SPR-958: Scrollbars im meta-footer (bdi)
2017-04-24 14:40:00 +02:00
Silke Pisulla
42c20240d5
SPR-958: Scrollbars im meta-footer (bdi)
2017-04-24 14:35:18 +02:00
Jana Deutschländer
d80bb21849
Merge branch 'starred' into 'master'
...
SPR-940 Starred Plugin Integration
See merge request !41
2017-04-24 14:06:04 +02:00
Silke Pisulla
a57e8bf6df
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
2017-04-24 13:03:38 +02:00
Silke Pisulla
80134fae3c
SPR-950: optimate Headerstyling in Mobile
2017-04-24 13:03:01 +02:00
Silke Pisulla
8f9af64d4e
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis_SPR-950
2017-04-24 12:47:39 +02:00
Jana Deutschländer
0ddfd51e0d
Merge branch 'fixDoButton' into 'master'
...
Prevent interaction between do-js and our page-tasks-icon
See merge request !52
2017-04-24 12:08:06 +02:00
Jana Deutschländer
f0798ec8f1
Merge branch 'showTagCount' into 'master'
...
Show number of tags in metabox label
See merge request !50
2017-04-24 11:41:48 +02:00
Jana Deutschländer
927c20ea4f
Merge branch 'fixSidebarToggling' into 'master'
...
Fix sidebar toggling
See merge request !46
2017-04-24 11:37:02 +02:00
Michael Große
81a9f400e7
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
2017-04-24 11:21:26 +02:00
Jana Deutschländer
0b91a3629e
Merge branch 'reduceSecEditMargin' into 'master'
...
Editbutton should be closely below section
See merge request !51
2017-04-24 11:20:17 +02:00
Silke Pisulla
7e0e39537b
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis_SPR-950
2017-04-24 08:31:25 +02:00
Silke Pisulla
6f2c743f31
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
2017-04-24 08:30:50 +02:00
Michael Große
d29aa0daac
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.
2017-04-21 17:59:24 +02:00
Michael Große
67d7dea5e8
Show number of tags in metabox label
...
SPR-939
2017-04-21 16:36:05 +02:00
Jana Deutschländer
21a259a048
Merge branch 'moveHighlightparent' into 'master'
...
Move the highlightparent-plugin, because messages
See merge request !48
2017-04-21 15:09:32 +02:00
Silke Pisulla
de3c42a7e3
SPR-950: mobile - magicmatcher additional class makes wrong padding in usertoolicons
2017-04-21 15:00:44 +02:00
Silke Pisulla
afdd1861fa
Merge branch 'spis-master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis_SPR-950
2017-04-21 14:56:29 +02:00
Silke Pisulla
fd02700e79
SPR-945: min-width for quicksearch qs wide-screen
2017-04-21 14:56:03 +02:00
Silke Pisulla
5b90468832
SPR-950: optimate Headerstyling in Mobile
2017-04-21 14:43:56 +02:00
Silke Pisulla
70483b33aa
SPR-945: min-width for quicksearch qs wide-screen
2017-04-21 14:42:18 +02:00
Michael Große
aa2452b0a5
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
2017-04-21 13:55:46 +02:00
Silke Pisulla
d765b290be
SPR-945: min-width for quicksearch qs wide-screen
2017-04-21 13:24:28 +02:00
Silke Pisulla
336aca62d7
SPR-945: min-width for quicksearch qs wide-screen
2017-04-21 13:17:36 +02:00
Silke Pisulla
cb7a1be6cf
SPR-942: sublist less indent; SPR-945: min-width for quicksearch
2017-04-21 13:14:18 +02:00
Silke Pisulla
18dbbcce7d
SPR-942: sublist alignment in sidebar; SPR-953: nav active
2017-04-21 12:35:03 +02:00
Silke Pisulla
cd7d0dbfee
SPR-942: sublist less indent
2017-04-21 12:17:53 +02:00
Silke Pisulla
2a9c15f60e
SPR-908: qs old data plugin (edit button for table)
2017-04-21 10:44:23 +02:00
Silke Pisulla
1dc51a98fd
SPR-908: check fix border-radius
2017-04-21 10:43:13 +02:00
Michael Große
6df4603459
Explicitly refer to the global sessionStorage
...
Using this as a local variable might break in some browsers.
2017-04-20 16:30:50 +02:00
Michael Große
fdf5eaea74
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
2017-04-20 16:23:26 +02:00
Michael Große
b8a4cc913e
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
2017-04-20 15:50:53 +02:00
Silke Pisulla
6b86908949
SPR-937: Alignment Sidebar
2017-04-20 15:35:49 +02:00
Jana Deutschländer
e6acdc2663
Merge branch 'mobileHideMM' into 'master'
...
Hide MagicMatcher-Header in mobile
See merge request !44
2017-04-20 15:19:29 +02:00
Jana Deutschländer
35213e3ae1
Merge branch 'addClearerBeforeContent' into 'master'
...
Add clearer before content
See merge request !42
2017-04-20 15:12:51 +02:00
Jana Deutschländer
931ed0511c
Merge branch 'SPR-935' into 'master'
...
SPR-935, SPR-949
See merge request !43
2017-04-20 15:11:26 +02:00
Jana Deutschländer
b45353102a
SPR-935: meta box toc tab open after pageload
2017-04-20 15:05:05 +02:00
Michael Große
aaf5973db0
Hide MagicMatcher-Header in mobile
...
SPR-948
2017-04-20 15:02:23 +02:00
Michael Große
5dbeba2a97
Add clearer before content
...
If the content does not begin with a h1, then it should still start
below the meta-box.
2017-04-20 13:52:01 +02:00