From c1ed1dae53eb95ae0decd30f39704799ec96f104 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 23 Apr 2019 16:49:54 +0200 Subject: [PATCH 001/116] added github autoreply --- .github/auto-comment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/auto-comment.yml diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml new file mode 100644 index 0000000..f6a72e3 --- /dev/null +++ b/.github/auto-comment.yml @@ -0,0 +1,9 @@ +# auto replies used by probot/auto-comment + +issuesOpened: > + Thank you for opening this issue. + + [CosmoCode](https://www.cosmocode.de) is a software company in Berlin providing services for wiki, app and web development. As such we can't guarantee quick responses for issues opened on our Open Source projects. + + If you require certain features or bugs fixed, you can always hire us. Feel free to contact us at dokuwiki@cosmocode.de for an offer. + From ef9362aae45cff9ce2b28b225c6543d422a904c7 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 23 Apr 2019 23:53:17 +0200 Subject: [PATCH 002/116] Version upped --- template.info.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.info.txt b/template.info.txt index cd2d771..b713beb 100755 --- a/template.info.txt +++ b/template.info.txt @@ -1,7 +1,7 @@ base sprintdoc author Jana Deutschlaender email dokuwiki@cosmocode.de -date 2019-04-17 +date 2019-04-23 name sprintDoc Template desc modern, responsive template that integrates multiple plugins url https://www.dokuwiki.org/template:sprintdoc From e78ffc6c795d20035c6384a96b80f1b7249a7578 Mon Sep 17 00:00:00 2001 From: Anna Dabrowska Date: Mon, 13 May 2019 18:19:31 +0200 Subject: [PATCH 003/116] Separate states of different sidebars --- Template.php | 5 +++-- js/sidebar.js | 19 +++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Template.php b/Template.php index 32f4920..7f93528 100644 --- a/Template.php +++ b/Template.php @@ -115,10 +115,11 @@ class Template { global $ID; global $conf; + // id of the current sidebar, each sidebar must have its own state + $header = sprintf('
', page_findnearest($conf['sidebar'])); // add tabs if multiple navigation types available - $header = ''; if ($this->plugins['sitemapnavi'] !== null) { - $header = '