History log of /plugin/struct/action/cache.php (Results 1 – 14 of 14)
Revision Date Author Comments
# 5e29103a 11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes


# 7fe2cdf2 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply #670 and manually cleanup afterwards

fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 79b29326 24-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access


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

PHP code sniffer autofixes


# 748e747f 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# ae5c46fa 23-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

do not invalidate ALL caches when a schema is updated. #216

Instead we keep a separate reference file to be updated when schemas are
changed. A cache handler adds this file to all pages having schem

do not invalidate ALL caches when a schema is updated. #216

Instead we keep a separate reference file to be updated when schemas are
changed. A cache handler adds this file to all pages having schema
assignments.

Saving a schema feels noticably faster now (because JS and CSS no longer
are invalidated).

show more ...


# 7cbcfbdb 07-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

better handling of failing sqlite plugin init. fixes #200


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# 1dc771ec 23-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fix caching behaviour with dynamic parameters. closes #78


# 16b7d914 22-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

adjust cachung if an aggregation depends on dynamic values #75


# 53ed3125 09-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

make use of new constants for filter name


# dbe5bc9d 08-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

proper cache handling for aggregations. closes #50