History log of /plugin/struct/meta/Aggregation.php (Results 1 – 10 of 10)
Revision Date Author Comments
# ba7f5789 06-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

No direct search execution


# 67f70d54 18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Revert "Lazy search execution"

This reverts commit 95a8e37d986b141b2caee5b396741b93cd31c0e6.


# 95a8e37d 18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Lazy search execution

Move search out of aggregation constructors. It should only be executed
before actual rendering, not e.g. on metadata run


# c2839eb2 21-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Inline rendering of aggregarion value

Fixes #674


# 4b00515c 15-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add anchor to agrregations and dynammic filters

Fixes #629


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

�� Automatic code style fixes


# f4dbd3b0 12-Jul-2023 Andreas Gohr <andi@splitbrain.org>

filter: initialize scope correctly


# af0ce8d2 26-Jun-2023 Andreas Gohr <andi@splitbrain.org>

added classes config parameter

This allows users to set custom CSS classes on aggregations potentially
restyling them differently for different use cases.

This makes startScope and finishScope part

added classes config parameter

This allows users to set custom CSS classes on aggregations potentially
restyling them differently for different use cases.

This makes startScope and finishScope part of the public API of the
Aggregation class. It should no longer be called within render() but is
instead called outside.

This might potentially break plugins implementing their own
aggregations. Needs to be checked

show more ...


# 00f71f17 26-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests and codesniffer complaints


# d90aa848 22-Jun-2023 Andreas Gohr <andi@splitbrain.org>

some streamlining for the aggregation classes

Have an abstract base class for aggregations to ensure proper
signatures, reuse more code from the table syntax