History log of /plugin/struct/syntax/output.php (Results 1 – 25 of 51)
Revision Date Author Comments
# 35b9b794 24-Sep-2025 Andreas Gohr <gohr@cosmocode.de>

Revert "do not add rev to page output"

This reverts commit c161b3b3b6744123dd6a97f88643f8f8429f8fed.

Turns out the revision *is* needed for the inline editor. Fixes #747


# 3235fa1c 12-Sep-2025 Szymon Olewniczak <szyolewn@pg.edu.pl>

typo fix


# c161b3b3 27-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

do not add rev to page output

It's not needed for the inline editor, but messes with the
renderrevisions plugin.

cosmocode/dokuwiki-plugin-renderrevisions#8
cosmocode/dokuwiki-plugin-renderrevision

do not add rev to page output

It's not needed for the inline editor, but messes with the
renderrevisions plugin.

cosmocode/dokuwiki-plugin-renderrevisions#8
cosmocode/dokuwiki-plugin-renderrevisions#9

show more ...


# fa5b7b69 07-Apr-2025 Andreas Gohr <andi@splitbrain.org>

inline editor for page data output

This allows to use the double click action on the page data output table
shown on pages.


# 7fe2cdf2 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply #670 and manually cleanup afterwards

fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays


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

�� Automatic code style fixes


# be4dde77 12-Jun-2023 Andreas Gohr <andi@splitbrain.org>

avoid warning in syntax/output


# 460e822f 06-Apr-2023 Andreas Gohr <andi@splitbrain.org>

code style fixes


# 3f594db8 15-Feb-2023 Andreas Gohr <andi@splitbrain.org>

wrap output tables with schema class

This way individual schemas can be styled differently


# 17a3a578 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Manual code style adjustments


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

PHP code sniffer autofixes


# 2dbe71f8 05-May-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix Greebo event trigger


# a2672b00 03-May-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Compatibility with releases previous to Hogfather


# b1ab837d 08-Mar-2021 Frieder Schrempf <34034373+fschrempf@users.noreply.github.com>

Add an event for custom schema data rendering (#558)

In order to hook in a custom renderer for the schema data on the
page we add a new event PLUGIN_STRUCT_RENDER_SCHEMA_DATA and use
the current t

Add an event for custom schema data rendering (#558)

In order to hook in a custom renderer for the schema data on the
page we add a new event PLUGIN_STRUCT_RENDER_SCHEMA_DATA and use
the current table representation as default implementation.

Signed-off-by: Frieder Schrempf <dev@fris.de>

show more ...


# 34ea6e10 16-Feb-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Eliminate warnings in PHP 8


# 4cd5cc28 07-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce new factory methods for data access and deprecate old ones


# 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


# d4897163 06-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix revision handling in output (struct data for a page)


# 00bff81c 25-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Include timestamp to fetch data for pages with the new type agnostic schema


# aa9c88ed 19-Jun-2019 Andreas Gohr <gohr@cosmocode.de>

Merge pull request #455 from selfthinker/fix-table-head

Fix no closing thead in data table


# ab7b42a5 10-Jun-2019 Anika Henke <anika@selfthinker.org>

Fix no closing thead in data table

The `thead` in the rendered table is opened twice but never closed.
This fixes that by swapping one open with a close.


# 979b16f8 03-Jun-2019 Andreas Gohr <gohr@cosmocode.de>

Related to #446 Only render output on whitelisted actions

A check on the renderer class alone turned out to not be sufficient,
because xhtml is rendered for wiki internal texts within an ID context

Related to #446 Only render output on whitelisted actions

A check on the renderer class alone turned out to not be sufficient,
because xhtml is rendered for wiki internal texts within an ID context
sometimes. Eg. for the login intro text.

This keeps the renderer blacklist and only uses the regexp based check
when all other checks have been passed.

show more ...


# bdefb930 16-Apr-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Blacklist renderers instead of whitelisting them

discussion in #446


# 564e138b 16-Apr-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Revert "Only XHTML renderers output struct data"

This reverts commit 4cc5dce049a2c8c768211aee991c98b0820fb3e9.


123