History log of /plugin/struct/helper/config.php (Results 1 – 11 of 11)
Revision Date Author Comments
# ba662a60 07-Apr-2025 Andreas Gohr <andi@splitbrain.org>

some automatic rector fixes


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 748e747f 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# aa124708 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

streamline sort direction handling

we now use a boolean everywhere


# 9dbc32ae 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

moved the filter reducing to Search


# 32c6849e 18-Feb-2016 Michael Große <grosse@cosmocode.de>

Ensure the correct parsing of the <> comperator

SPR-309, SPR-317, issue #21


# 01a8eccd 18-Feb-2016 Michael Große <grosse@cosmocode.de>

Fix <>, !~, and *~ comps to data behaviour but simpler

SPR-317, SPR-309, GitHub: #21, #22


# 29877279 17-Feb-2016 Michael Große <grosse@cosmocode.de>

Render output tables with data-like syntax

ToDo: summarize