History log of /plugin/structsection/action.php (Results 1 – 12 of 12)
Revision Date Author Comments
# adc87508 04-Nov-2025 Michael Große <mic.grosse@googlemail.com>

chore: update yarn and dependencies, remove webpack (#28)

We no longer need to support Internet Explorer and thus can simplify the setup a lot.


# cb058b5a 02-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 ...


# 77203525 01-Jan-2021 Michael Große <mic.grosse@googlemail.com>

Remove useless and deprecated dbglog call


# eadb8fe2 21-Jan-2020 Michael Große <mic.grosse@googlemail.com>

style: act like there is a namespace

It doesn't seem possible to give the base classes their namespace have
to DokuWiki understand it. Nonetheless, it seems to make sense reference
other class as if

style: act like there is a namespace

It doesn't seem possible to give the base classes their namespace have
to DokuWiki understand it. Nonetheless, it seems to make sense reference
other class as if this class were in a namespace.

show more ...


# 6a5d40b1 21-Jan-2020 Michael Große <mic.grosse@googlemail.com>

style: automatic php code style fixes

According to the DokuWiki Coding Standard


# 78317c4b 31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

refactor: introduce variable to explain magic number


# 1d58a283 31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Fix bug about sections being rendered into struct table

This fixes a bug where the sections were rendered into a struct
aggregation table that showed content in a wikitext field.

This bug was cause

Fix bug about sections being rendered into struct table

This fixes a bug where the sections were rendered into a struct
aggregation table that showed content in a wikitext field.

This bug was caused by attaching the instructions every time
PARSER_HANDLER_DONE is called.

We are now attaching the instructions only on the first PARSER_HANDLER_DONE
event. That should usually be the one for the main content.

show more ...


# 15756b07 31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Renames for clarity and minor style fixes


# 9f39a0a1 31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Remove deprecated check

We don't do that anymore. Especially because this file only declares a
class, running it would be quiet pointless.


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

Last minute name change


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

first working version


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

Initial commit