Commit graph

607 commits

Author SHA1 Message Date
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
Jana Deutschländer
a0a9f24e9d SPR-949: long path in page footer set to overflow auto 2017-04-20 13:43:16 +02:00
Andreas Gohr
1fc95e4da6 integrate the own stared pages into the sidebar 2017-04-20 13:18:08 +02:00
Jana Deutschländer
727bbf22ce Merge branch 'fixDoubleColon' into 'master'
fix the double-colon in the dashboard-link

See merge request !40
2017-04-20 13:09:33 +02:00
Michael Große
a6b69bf894
fix the double-colon in the dashboard-link
SPR-941
2017-04-20 13:05:38 +02:00
Jana Deutschländer
9a3784cf2f Merge branch 'fixDoTitlesEtc' into 'master'
Fix do-Icon titles

See merge request !39
2017-04-20 12:56:32 +02:00
Jana Deutschländer
2eaf821dd2 Merge branch 'spis-master' into 'master'
spis-master: SPR-908, SPR-814, SPR-882, SPR-926, SPR-930

See merge request !38
2017-04-20 12:54:36 +02:00
Jana Deutschländer
e3a3cb9f4f Merge branch 'spis-master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master 2017-04-20 12:50:39 +02:00
Jana Deutschländer
4e86a8f0c2 SPR-930: pseudo state for breadcrumb on detail template
SPR-814: prevent Uncaught TypeErrors of JSINFO in detail template
2017-04-20 12:50:16 +02:00
Michael Große
df867fe362
fix page-tasks icon to show open tasks, not all
SPR-936
2017-04-20 12:39:10 +02:00