History log of /plugin/structpublish/action/cache.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 9ab8cbae 15-Aug-2025 annda <17853330+annda@users.noreply.github.com>

�� Automatic code style fixes


# 31e730e1 29-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Code style adjustments


# ed00f27d 22-May-2023 Andreas Gohr <andi@splitbrain.org>

register IS_PUBLISHED on our own database connection

Ideally the plugin shouldn't open it's own connection, but rely on the
main struct connection. But since our helper inherits from the struct
help

register IS_PUBLISHED on our own database connection

Ideally the plugin shouldn't open it's own connection, but rely on the
main struct connection. But since our helper inherits from the struct
helper it is treated as a different class (not as the same as struct).
So we need to ensure that our function is registered on the correct
connection.

Why this has worked before is unclear. With the devel branch of the
sqlite plugin it fails.

In the future this should be refactored correctly.

show more ...


# 7261c522 19-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Cache pages with aggregations separately for regular and priviledged users