History log of /dokuwiki/lib/plugins/info/syntax.php (Results 1 – 25 of 44)
Revision Date Author Comments
# 1ed5d398 08-Jul-2026 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


# 2d05a06d 08-Jul-2026 Andreas Gohr <gohr@cosmocode.de>

fix(info): read parser modes from the registry, not the deprecated global

The info plugin's ~~INFO:syntaxtypes~~ read the $PARSER_MODES global
directly. Since the mode taxonomy moved into ModeRegist

fix(info): read parser modes from the registry, not the deprecated global

The info plugin's ~~INFO:syntaxtypes~~ read the $PARSER_MODES global
directly. Since the mode taxonomy moved into ModeRegistry (c8dd1b9d2),
that global is only populated as a side effect of a parse, so on a warm
instruction cache with no parse in the request it is unset and the
syntax-types table renders empty. ~~INFO:syntaxmodes~~ used the
deprecated p_get_parsermodes(), logging a deprecation on every render.

Both now build a ModeRegistry and read the categories and modes from it
directly, independent of parse or cache state.

show more ...


# 8788dbbd 06-May-2026 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


# 560c6061 06-May-2026 Andreas Gohr <andi@splitbrain.org>

use new ModeRegistry constant in info plugin

Basically all syntax plugins could now return the constants instead of
plain string, but the info plugin is the only syntax plugin we have
directly in co

use new ModeRegistry constant in info plugin

Basically all syntax plugins could now return the constants instead of
plain string, but the info plugin is the only syntax plugin we have
directly in core.

show more ...


# 093fe67e 07-Mar-2026 Andreas Gohr <andi@splitbrain.org>

updated rector and applied it


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# a19c9aa0 30-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

recover comments in list


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# 54cc7aa4 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of lib/plugin


# 4baa5c86 07-Dec-2022 Andreas Gohr <andi@splitbrain.org>

info plugin: reuse render methods

This kidn of cleanup should be added for the other methods as well,
making it possible to export a info data to ODT for example.


# e9ac59e9 07-Dec-2022 Andreas Gohr <andi@splitbrain.org>

info plugin: add hooks method

This lists all currently registered action hook handlers. Useful for
when debugging DokuWiki behaviour likely to be influenced by a plugin
and it's not clear which plug

info plugin: add hooks method

This lists all currently registered action hook handlers. Useful for
when debugging DokuWiki behaviour likely to be influenced by a plugin
and it's not clear which plugin might interfere.

show more ...


# 45a30e7c 07-Dec-2022 Andreas Gohr <andi@splitbrain.org>

info plugin minor code cleanup


# 7210c855 04-Jun-2020 Andreas Gohr <andi@splitbrain.org>

add datetime option to info plugin

It simply displays the time of the last render() call. This is useful
for cache debugging


# 5312cb0b 03-Oct-2019 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix PHP 7.3 deprecations in lib/ directory.


# 957f36a6 08-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 compatibility for info plugin


# 3dc2d50c 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility declarations in plugins


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 253d4b48 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more PHPDocs, unused var, small bit code reformatting


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# e0c26282 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

scrutinizer documentations issues


# 3cd4fc17 05-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

remove '&' from object parameters, PHP5 style not E_ALL


# e07886c0 20-Oct-2013 Michael Hamann <michael@content-space.de>

Info plugin: allow xhtml renders to not to be an xhtml renderer

Renderers that set the format to xhtml don't necessarily inherit from
Doku_Renderer_xhtml, this reverts a prior change that introduced

Info plugin: allow xhtml renders to not to be an xhtml renderer

Renderers that set the format to xhtml don't necessarily inherit from
Doku_Renderer_xhtml, this reverts a prior change that introduced the
stricter parameter type.

show more ...


# 74ed54d4 16-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

fix signature mail unittest, and improve some signatures info plugin


# 9b3b9e8e 15-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Fix PHP strict messages


# a27c9d6f 14-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Put syntax modes in a table layout, sort numbers in rowspans. Implements FS#2516


12