History log of /plugin/dbquery/_test/ (Results 1 – 7 of 7)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
19d0a88410-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 ...

8c959d2419-Dec-2024 Andreas Gohr <andi@splitbrain.org>

use deprecated assertion for stable compatibility

3113520c19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

add support for multiple databases

a488d6bb17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

added test for URL parsing

4515310d17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests

6648d9d906-Jan-2021 Andreas Gohr <andi@splitbrain.org>

fixed group handling, added a few tests

2e564e0605-Jan-2021 Andreas Gohr <andi@splitbrain.org>

initial prototype checkin