a43ea460c3
Adjust theme switch
2025-03-03 22:56:33 +01:00
0501598d41
WIP 02: style adjustments to match eh22 styleguide
2025-02-20 22:03:16 +01:00
9402a254c6
WIP style adjustments to match eh22 styleguide
2025-02-15 03:32:26 +01:00
Andreas Gohr
9603fc81cf
added config for optional copyright notice
2024-02-08 09:24:23 +01:00
Andreas Gohr
da9591f0b6
added closedwiki option
...
This hides most of the wiki tools including the sidebar and search until
the user has logged in.
2023-07-10 13:57:09 +02:00
Andreas Gohr
cfa8d1441b
added support for translation plugin
2021-10-21 19:14:19 +02:00
Andreas Gohr
3e1e2a1f18
added option to disable the autocollapsing of the sidebar
2021-07-06 12:27:28 +02:00
Andreas Gohr
8bbec98f22
avoid flickering on scroll
...
Previoulsy when position fixing the TOC on scroll the page got shorter.
This changed the scroll position which in certain circumstances could
unfix the TOC again, making the page longer again... this made the whole
page flicker like mad.
This should avoid shortening the page.
A proper fix would require to clean up the whole structuring of the HTML
and CSS, which would probably be a good idea but would require a lot of
effort.
2020-09-03 14:38:55 +02:00
Andreas Gohr
c1e0eaa830
added support for the sitemapnavi plugin
...
When installed the navigation can be switched between the default
sidebar based navigation and the site tree
2019-03-12 11:09:43 +01:00
Jana Deutschländer
72166b7941
#17 : make header layout configurable
2019-03-12 11:09:43 +01:00
Michael Große
2673e6cbd9
🐛 Apply .dokuwiki class to div below body to better mirror dokwuki template
...
This may have unintended side-effects, but so far looks good.
2018-06-04 15:37:13 +02:00
Michael Große
a31d3c3f74
fix: Don't start output before last header
...
Should fix #2
2018-04-27 09:32:07 +02:00
Michael Große
6b6e2bd6f7
refactor: use the new menu classes from master if available
...
This is still fully compatible with the current stable Frusterick
Manners, however these old method calls should be removed after the
release of Greebo.
2018-01-19 15:26:22 +01:00
Silke Pisulla
0dbbf264a9
empty lines addes
2017-10-16 14:52:13 +02:00
Jana Deutschländer
4f626e3342
SPR-950 changes for mobile header,
...
Bugfix edit Mode of document
2017-09-26 12:39:45 +02:00
Michael Große
1fdf3177b1
Do not include the file header.html twice
...
This file is already included in line 90
SPR-994
2017-05-29 17:37:41 +02:00
Jana Deutschländer
7d802b57a2
keyboard access + direct link scrolling
2017-05-02 16:29:02 +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
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
6db1065031
SPR-814: bugfix for content toggle / sidebar section toggle in detail template
2017-04-20 11:42:42 +02:00
Jana Deutschländer
9fbd182782
Merge branch 'pageattributes' into 'master'
...
refactoring der Pageattributes (qc und do)
See merge request !29
2017-04-19 16:16:08 +02:00
Michael Große
e302d67fb6
Remove references to removed options
...
In commit cb7cc643bf
the other options
were removed, as discussed.
This commit now removes references to these options from the codebase.
SPR-754
2017-04-18 13:24:33 +02:00
Michael Große
1c24bf1989
Merge branch 'master' into toggleConf
2017-04-18 13:10:14 +02:00
Jana Deutschländer
f428fce4af
Merge branch 'moveSidebarHeader' into 'master'
...
Move file sidebar-header include below search
See merge request !33
2017-04-18 12:51:36 +02:00
Michael Große
dc4330a7e7
Move file sidebar-header include below search
...
As discussed in today's meeting, there should be no sidebar-content
above the search.
SPR-921
2017-04-13 14:00:57 +02:00
Silke Pisulla
d160b7e7bb
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into pageattributes
2017-04-13 13:37:09 +02:00
Silke Pisulla
2e7555ebeb
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
2017-04-12 15:43:51 +02:00
Michael Große
cb7cc643bf
Make sidebar toggle elements configurable
...
Current options are h1, h1 and h2, h1-h5, top-level list items
SPR-754
2017-04-12 13:35:33 +02:00
Silke Pisulla
30e688ea48
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
2017-04-12 12:04:37 +02:00
Silke Pisulla
31abc4ae3d
SPR-908: QS - header with magicmatcher
2017-04-12 12:04:06 +02:00
Michael Große
3f9d4d521a
Merge branch 'master' into pageattributes
...
Adjusted some more files to account for changes in the over 100 commits
in master since the creation of this branch.
SPR-869
2017-04-11 16:13:02 +02:00
Michael Große
485e7ff45a
Add tplinc locations above and below the sidebar
...
SPR-921
2017-04-11 14:43:40 +02:00
Michael Große
c0c0fa969b
fix mobile sidebar not shown if there is no logo
...
SPR-918
2017-04-10 16:37:54 +02:00
Silke Pisulla
93c8a202bd
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
2017-03-30 10:41:53 +02:00
Andreas Gohr
cad2e67442
support the tplinc plugin
...
This is a first commit to generally support the plugin and make the page
footer use it. More includes should be added at other places.
2017-03-28 16:55:26 +02:00
Silke Pisulla
7999a99cf7
deleted testtext for viewport output
2017-03-22 11:40:12 +01:00
Silke Pisulla
eea3ecee97
SPR-866: Title and Claim
2017-03-16 14:04:10 +01:00
Silke Pisulla
cb25c44ba1
SPR-866: Title and Claim prepared
2017-03-10 15:17:13 +01:00
Andreas Gohr
fbf9e9d682
integrate QC plugin (ajax branch)
...
This refactors the page-attribute area a bit and intergrates the new
ajax branch of the QC plugin. I'm not really happy about the included
file - it should probably be moved to our Template class instead.
2017-03-09 16:15:10 +01:00
Silke Pisulla
1b58f9adae
Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
2017-03-08 11:25:25 +01:00
Andreas Gohr
994d0e8dee
removed old IE shivs and conditionals SPR-801 SPR-823
2017-03-08 10:43:00 +01:00
Silke Pisulla
3ab406d29e
SPR-843: Fontello Icons umstellen auf Material Design Icons - togglelink for "page_main-content"
2017-03-03 13:05:54 +01:00
Jana Deutschländer
c7f2a9efdc
validate template
2017-03-02 17:56:06 +01:00
Jana Deutschländer
9ae158894f
php comments added
2017-02-23 16:50:46 +01:00
Michael Große
b9747892af
Add wikipagefooter
...
implements SPR-762
2017-02-23 16:11:28 +01:00
Jana Deutschländer
2eac3d457e
SPR-753: add ACT mode as node to breadcrumb
2017-02-22 16:48:42 +01:00
Andreas Gohr
52983d2382
SPR-754 make sidebar toggle a11y text translatable
2017-02-22 14:24:44 +01:00
Andreas Gohr
f6216bf7c2
Merge branch 'master' into live
...
* master:
SPR-815 remove unused roboto font
SPR-800 remove unused function file
use simpler striped pattern for section highlight
activate deployment
Add fabfile.py
2017-02-21 15:21:50 +01:00
Andreas Gohr
751873d6fe
SPR-800 remove unused function file
2017-02-21 14:42:11 +01:00
Andreas Gohr
248d08817b
Merge branch 'sidebar' into live
...
* sidebar:
fix problems with ini handling in svg dispatch
added profile link to usertools in sidebar
finally align the menu items correctly
some more list adjustments for sidebar
add level1 class to fake inpage lists
adjusted language
some style adjustments for the sidebar
complete refactor of the sidebar behaviour javascript RES-754
style the fake icon
use jQuery slector to define the elements
directly embed SVGs for better styling
very simple styling of the new sidebar behaviour.
New sidebar JavaScript logic
allow style.ini replacements in SVG dispatcher
SVG Dispatch: allow for referencing material design icons
add caching and fix <g> wrapping
fixed content type header
fixed auth check
feat: add background-colors to SVG-dispatcher
first go at a dispatcher to dynamically recolor SVGs
2017-02-21 13:46:23 +01:00