From 0b9678aaf3dcc006dac0ba171130c123181b0e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Wed, 17 Apr 2019 16:26:19 +0200 Subject: [PATCH 001/118] #39: Bugfix for missing checkbox in media revisions --- css/plugins/mediamanager.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/plugins/mediamanager.less b/css/plugins/mediamanager.less index 346309e..d7384d6 100644 --- a/css/plugins/mediamanager.less +++ b/css/plugins/mediamanager.less @@ -17,6 +17,12 @@ ul.tabs li a { border-bottom-color: transparent; } + + #page__revisions { + > .no > ul > li input[type="checkbox"] { + margin-left: 0; + } + } } /* + + + + + + + + + + + + + + + + + + + + + + + + + + */ From 14894a20c76bd65c29d5b14eee7dc89ddaa35c35 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 17 Apr 2019 23:53:12 +0200 Subject: [PATCH 002/118] Version upped --- template.info.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.info.txt b/template.info.txt index 9f94c45..cd2d771 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-11 +date 2019-04-17 name sprintDoc Template desc modern, responsive template that integrates multiple plugins url https://www.dokuwiki.org/template:sprintdoc From c1ed1dae53eb95ae0decd30f39704799ec96f104 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 23 Apr 2019 16:49:54 +0200 Subject: [PATCH 003/118] 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 004/118] 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 005/118] 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 = '