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

Bump Version (#31)

69b3e0ca04-Nov-2025 Michael Große <mic.grosse@googlemail.com>

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

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

0fbfce6909-Jun-2021 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump glob-parent from 5.1.1 to 5.1.2

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
-

chore(deps): bump glob-parent from 5.1.1 to 5.1.2

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

show more ...

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

Version upped

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

Set visibility of class constant

So the CI tasks for phpcs should work again.

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

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

Bump version

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

Update dependencies

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

Remove useless and deprecated dbglog call

a16d281921-Jan-2020 Michael Große <mic.grosse@googlemail.com>

chore: update dev dependencies

058da08221-Jan-2020 Michael Große <mic.grosse@googlemail.com>

ci: automatically check code style

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

style: fix slightly too long line

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

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

style: automatic php code style fixes

According to the DokuWiki Coding Standard

99cbceb231-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Adjust .travis.yml to match struct's

259dc4aa31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Version upped

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

refactor: introduce variable to explain magic number

1d58a28331-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 ...

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

Renames for clarity and minor style fixes

9f39a0a131-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.

459e2a0431-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Upgrade dependencies

ff026af702-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Update compiled script

Functionality should be unchanged

e364150802-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Fix webpack configuration

0890343c02-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Make .gitignore work as it is intended to work

12