History log of /plugin/dbquery/_test/QueryTest.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 19d0a884 10-Mar-2025 Andreas Gohr <andi@splitbrain.org>

allow rendering full wiki syntax

This adds the option to parse full wiki syntax from the queried result.
The column needs to be selected with an alias ending in _wiki.

Headers will be output as par

allow rendering full wiki syntax

This adds the option to parse full wiki syntax from the queried result.
The column needs to be selected with an alias ending in _wiki.

Headers will be output as paragraphs with bold formatting, not as
headers!

For performance reasons the parsing will not initialize a new rendering
context but inject the results into the current renderer. This has the
additional advantage of being compatible with any renderer (like PDF or
ODT). It might still break on certain plugins.

show more ...


# 8c959d24 19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

use deprecated assertion for stable compatibility


# 3113520c 19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

add support for multiple databases


# a488d6bb 17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

added test for URL parsing