History log of /plugin/struct/meta/FilterValueListHandler.php (Results 1 – 6 of 6)
Revision Date Author Comments
# a202bbf0 08-Jul-2026 Andreas Gohr <gohr@cosmocode.de>

support the token based Lexer handler contract

Current DokuWiki dispatches lexer tokens through a single handleToken()
method rather than one method per mode. Add the dispatcher to the filter
value

support the token based Lexer handler contract

Current DokuWiki dispatches lexer tokens through a single handleToken()
method rather than one method per mode. Add the dispatcher to the filter
value list handler so the IN filter parser keeps working, while the
retained mode methods keep it compatible with older releases that dispatch
to them directly.

show more ...


# 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


# efff5841 21-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

name changed, tests provided