History log of /plugin/struct/syntax/cloud.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 7923cdac 16-Apr-2025 Andreas Gohr <andi@splitbrain.org>

allow preset filters and related schemas for cloud

This refactors the cloud aggregation to make use of the
SearchSQLBuilder, this in turn allows for reusing much but not all of
the default parameter

allow preset filters and related schemas for cloud

This refactors the cloud aggregation to make use of the
SearchSQLBuilder, this in turn allows for reusing much but not all of
the default parameter handling.

By allowing joins (on pid) and setting filters we can output clouds
based on the same data as a shown aggregation.

show more ...


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

�� Automatic code style fixes


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


# 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


# b3e6d4a4 07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

feat: show a warning if a filter is used on a cloud


# 8026d0b1 25-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: directly use class, we have only 1 kind


# 0699ff47 24-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: Use Search class and hence support limit


# fa04b28c 23-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: add tag cloud aggregation

The basics are working but there is still a lot to do and to refactor