History log of /plugin/dbquery/ (Results 1 – 25 of 30)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0a827dab24-Jul-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

b2694ee424-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

placeholders to access local sqlit dbs

When using the plugin to access existing SQLite databases (eg from
struct) it is helpful to be able to reference the local data directory.

This becomes doubly

placeholders to access local sqlit dbs

When using the plugin to access existing SQLite databases (eg from
struct) it is helpful to be able to reference the local data directory.

This becomes doubly helpful when using the plugin in a farmer setup and
wanting to define aliases in the farmer to be inherited by animals. The
placeholders will reference the animal's data dir automatically.

show more ...

2b77820210-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

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 ...

9cf3665807-Jan-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

d791316007-Jan-2025 Andreas Gohr <andi@splitbrain.org>

fix query check with single line SELECT. fixes #3

22cb60d807-Jan-2025 Andreas Gohr <andi@splitbrain.org>

fix wrap css for config setting. fixes #2

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

Version upped

491a7dff19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

skip codesniff on renderer

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

use deprecated assertion for stable compatibility

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

updated test framework

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

automatic code style fixes

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

add support for multiple databases

32c51a7f10-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

04ef761610-Jul-2023 Andreas Gohr <andi@splitbrain.org>

add thead and tbody for compatibility with other plugins

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

Version upped

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

added info on removed files

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

added test for URL parsing

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

Version upped

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

autodetect link syntax and link the result (tables only)

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

Added transpose mechanism

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

fixed tests

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

upped version

81f6dd7019-Jan-2021 Andreas Gohr <andi@splitbrain.org>

use curly brackets in syntax

we might want to add addtional parameters later, this makes it easier to
extend the syntax later

584c781019-Jan-2021 Andreas Gohr <andi@splitbrain.org>

only allow SELECT statements

12