History log of /plugin/struct/lang/de/settings.php (Results 1 – 6 of 6)
Revision Date Author Comments
# b1b0f0c8 11-Jul-2023 Sevynidd <sevynidd02@protonmail.com>

translation update


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

PHP code sniffer autofixes


# 8a30dd7d 18-Apr-2021 Frieder Schrempf <34034373+fschrempf@users.noreply.github.com>

Add config option to show data on the top of the page (#550)

* Add config option to show data on the top of the page

Currently the default behavior is to show the data below the first
heading if

Add config option to show data on the top of the page (#550)

* Add config option to show data on the top of the page

Currently the default behavior is to show the data below the first
heading if it is found, or else on the top of the page.
In addition to the existing option to always show the data on the
bottom, let's also add an option to show it always on the top.

As we want to stay compatible with existing setups that use the
'bottomoutput' option we add another boolean 'topoutput'. The former
takes precedence over the latter and only if both are unset, the
default behavior of showing the data below the first heading is used.

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

* fixup! Add config option to show data on the top of the page

show more ...


# 709d7a58 16-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Add config option to disable deleting serial data in aggregations


# 53464245 25-Jul-2020 Axel Schwarzer <SchwarzerA@gmail.com>

translation update


# e6a2e26b 08-Jun-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Option to display page data at the bottom

Resolves issue #371