Commit graph

812 commits

Author SHA1 Message Date
Andreas Gohr
b8adbb9e24 streamline page attributes
Page attribute icons should now align better and all look the same.
2023-09-12 11:06:19 +02:00
Andreas Gohr
1e03e2a55f Version upped 2023-09-04 23:51:51 +02:00
Anna Dabrowska
844596f721 Plugin starred: fix button height 2023-09-04 13:23:46 +02:00
Andreas Gohr
b2c99f05c4 Version upped 2023-07-10 23:51:54 +02: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
621124b325 some cleanup in the usertool handling
do not display unavailable actions
2023-07-10 13:40:06 +02:00
Andreas Gohr
80e39be048 Adjust sidebar panel margin
Since navigation panels now always close when the sidebar is minimized,
it's not longer necessare to move their contents out of the visible
margin under the icons. This gives a bit more space for contents.
2023-07-10 13:10:43 +02:00
Andreas Gohr
02b0cec69f housekeeping 2023-07-10 13:05:22 +02:00
Andreas Gohr
c6a055e796 Version upped 2023-03-02 23:51:52 +01:00
Andreas Gohr
4c08b3b7b8
Merge pull request #99 from cosmocode/svg-dimensions
Improve SVG sizing
2023-03-02 16:50:24 +01:00
Anna Dabrowska
32cb5749b3 Do not use SVG width and height directly when embedding images 2023-03-02 16:14:23 +01:00
Anna Dabrowska
e4a08effd6 If SVG width and height are not define, set them to 100% 2023-03-02 13:31:26 +01:00
Andreas Gohr
f86e6b99fa Version upped 2023-01-03 23:51:44 +01:00
Andreas Gohr
9510c08045 Added additional include hooks to easily extend the navigation 2023-01-03 14:20:46 +01:00
Andreas Gohr
9d4244583f Version upped 2022-10-11 23:51:55 +02:00
Andreas Gohr
47c3b88a4f
Merge pull request #95 from fiwswe/strpos_bug
Correctly interpret result of strpos(…)
2022-10-11 15:09:26 +02:00
fiwswe
2e98afbd63
Correctly interpret result of strpos(…)
if `%s` happens to be at the start of the string then `strpos(…, '%s')` returns `0`. That evaluates to false in an `if` statement. Thus the replacement will not be applied in that case.
See https://github.com/splitbrain/dokuwiki/pull/3790 for a probable similar issue.
2022-10-09 16:30:41 +02:00
Andreas Gohr
f6194cf4db Version upped 2022-09-08 23:51:48 +02:00
Andreas Gohr
1a213d0fd4
Merge pull request #93 from fiwswe/master
Fix deprecation warnings
2022-09-08 21:52:40 +02:00
fiwswe
ac4848912d
Fix deprecation warnings 2022-09-07 11:20:34 +02:00
Andreas Gohr
6b48b12a56
Merge pull request #87 from dokuwiki-translate/lang_update_346_1635731453
translation update
2022-01-22 13:31:22 +01:00
Andreas Gohr
efb850db8f Version upped 2021-11-09 23:51:35 +01:00
Andreas Gohr
63c9c46151 ignore JS only links when simplifying the sidebar 2021-11-09 12:16:26 +01:00
Schplurtz le Déboulonné
2e2af96778 translation update 2021-11-01 02:55:34 +01:00
Andreas Gohr
fb36ed4220 Version upped 2021-10-21 23:51:34 +02:00
Andreas Gohr
cfa8d1441b added support for translation plugin 2021-10-21 19:14:19 +02:00
Andreas Gohr
99daa91896 Version upped 2021-07-22 23:51:42 +02:00
Andreas Gohr
c02d0b76f4 fix sitetools overlapping footnotes. closes #43 2021-07-22 17:08:29 +02:00
Andreas Gohr
46b7b79d39 Version upped 2021-07-21 23:51:42 +02:00
Andreas Gohr
a80089cadd defend against unavailable login mechanism 2021-07-21 10:47:15 +02:00
Andreas Gohr
61b5ff8938 Version upped 2021-07-06 23:51:32 +02:00
Andreas Gohr
3e1e2a1f18 added option to disable the autocollapsing of the sidebar 2021-07-06 12:27:28 +02:00
Andreas Gohr
049cbbfef7 Version upped 2021-07-01 23:51:33 +02:00
Andreas Gohr
c32fbbe17e hide sidebar tplinc includes when sidebar is collapsed 2021-07-01 10:12:38 +02:00
Andreas Gohr
c10e9dcedf Version upped 2021-06-08 23:51:32 +02:00
Andreas Gohr
3d614df88e Revert "Fix usertools vertical alignment"
This reverts commit ed2d0a6275.
2021-06-08 17:43:50 +02:00
Andreas Gohr
5121d3201d Version upped 2021-06-03 23:51:26 +02:00
Andreas Gohr
d09fe4beb2
Merge pull request #73 from fschrempf/direct-sidebar-nav-links
Use direct links for sidebar elements with only a single subitem
2021-06-03 09:56:35 +02:00
Andreas Gohr
cda6c96a0f
Merge pull request #77 from fschrempf/style-fixes
Topbar and sidebar styling fixes
2021-06-03 09:38:26 +02:00
Andreas Gohr
70eefc876a
Merge pull request #63 from dokuwiki-translate/lang_update_205_1604037726
Translation update (zh-tw)
2021-06-03 09:28:03 +02:00
Andreas Gohr
e0fa26ca1c
Merge pull request #78 from dokuwiki-translate/lang_update_299_1621103995
Translation update (fr)
2021-06-03 09:27:37 +02:00
Andreas Gohr
076af5dae8
Merge pull request #62 from mhepp63/master
Czech translation
2021-06-03 09:27:19 +02:00
Andreas Gohr
f9746258d3 allow for SVG image in logo. related to #53 2021-06-03 09:17:54 +02:00
Andreas Gohr
99cb0c43c0 load logo image larger. partly fixes #53
We now load the image in a larger size than needed and resize via CSS.
This should make it crisper.
2021-06-03 09:08:10 +02:00
Schplurtz le Déboulonné
e89d4b316d translation update 2021-05-15 20:40:34 +02:00
Frieder Schrempf
ed2d0a6275
Fix usertools vertical alignment
Remove the padding hacks and properly center the username vertically.

Signed-off-by: Frieder Schrempf <dev@fris.de>
2021-04-30 18:26:12 +02:00
Frieder Schrempf
2fcd429b96
Fix top margin for starred nav menu item
There is no reason to have a margin above the starred menu item.
Remove it.

Signed-off-by: Frieder Schrempf <dev@fris.de>
2021-04-30 15:43:47 +02:00
Frieder Schrempf
11b00783f8
Use direct links for sidebar elements with only a single subitem
If a sidebar toggler contains only a single item with a link, there
is no need to create a toggler with subnav at all. Let's just remove
the subnav and link to the target directly.

Signed-off-by: Frieder Schrempf <dev@fris.de>
2021-04-18 17:22:48 +02:00
Anna Dabrowska
58332e8afb No output before PHP sends headers 2021-04-13 16:59:55 +02:00
Andreas Gohr
33a795962f
Merge pull request #68 from dokuwiki-translate/lang_update_250_1612120647
Translation update (ru)
2021-02-01 13:13:06 +01:00