History log of /plugin/structsection/syntax.php (Results 1 – 9 of 9)
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.


# 17c7556e 02-Jan-2021 Michael Große <mic.grosse@googlemail.com>

Set visibility of class constant

So the CI tasks for phpcs should work again.


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


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

style: fix slightly too long line


# 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


# 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