History log of /plugin/structsection/script/ (Results 1 – 8 of 8)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
69b3e0ca04-Nov-2025 Michael Große <mic.grosse@googlemail.com>

fix: make on-page edit button work again (#30)

cb058b5a02-Jan-2021 Michael Große <mic.grosse@googlemail.com>

Adjust to changed struct internals

This plugin has to redo some internals of the struct plugin. Those
internals changed in cosmocode/dokuwiki-plugin-struct#489 and so this
plugin needs to be adjuste

Adjust to changed struct internals

This plugin has to redo some internals of the struct plugin. Those
internals changed in cosmocode/dokuwiki-plugin-struct#489 and so this
plugin needs to be adjusted to track those changes.

show more ...

591eaa9401-Jan-2021 Michael Große <mic.grosse@googlemail.com>

Update dependencies

a07e0fd505-Nov-2017 Michael Große <mic.grosse@googlemail.com>

fix: remove broken editable editbutton

edittable cannot work with tables inside structsections and hence that
editbutton makes no sense. However the button is shown via js and so we
cannot hide it w

fix: remove broken editable editbutton

edittable cannot work with tables inside structsections and hence that
editbutton makes no sense. However the button is shown via js and so we
cannot hide it with css. Also the rendering of the content is very
agnostic of the specific content, so we cannot prevent its creation.
This leaves removing it with javascript.

This fixes #1

show more ...

219cbd8625-Jun-2017 Michael Große <mic.grosse@googlemail.com>

Removed stray debug statement

284f9fc325-Jun-2017 Michael Große <mic.grosse@googlemail.com>

Last minute name change

6b38016925-Jun-2017 Michael Große <mic.grosse@googlemail.com>

first working version

9d2d02ff25-Jun-2017 Michael Große <mic.grosse@googlemail.com>

Initial commit