#
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
|
#
bfb78ce3 |
| 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Cloud: display count when summarize is configured
Implements #613
|
#
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 ...
|
#
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
|
#
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
#
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
#
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
#
43d76406 |
| 18-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
properly encode comperor for cloud tag
|
#
57775e30 |
| 15-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
chane comparator for cloud-tags
|
#
faa6f42c |
| 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: ensure that displayValue of page is never empty
This could have been the case when the page is non-existent and has never existed or is not a clean pageid due to a changed type of the column.
|
#
da11327a |
| 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: condense sequential functions
|
#
c358e27a |
| 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: use existing constants and functions
|
#
9e7e1786 |
| 06-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
doc: update php docstrings
|
#
262c0fc6 |
| 05-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: make images in clouds square
Also move the code to generate tag cloud links to the AbstractBaseType and overwrite it in Media and Color
|
#
d560ea13 |
| 05-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: make sortString available for all types
|
#
c7dd6b6a |
| 29-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: make Cloud renderer-agnostic
|
#
85edf4f2 |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: enable target option for cloud
Enable the target option for cloud, so we can define another page where the aggregation to be filtered is located.
|
#
8e54e6f4 |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: render colors and images in cloud
Known issues: currently the images are scaled by their width. However that makes potrait-images much larger than landscape-images of the same count. However s
feat: render colors and images in cloud
Known issues: currently the images are scaled by their width. However that makes potrait-images much larger than landscape-images of the same count. However since we do not know the size of the image in php, we may have to fix this with javascript.
show more ...
|
#
8b4531cf |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: sort in php and sort colors by hue
We moved the sorting to php and added a extra sort function for colors by their hue.
|
#
5282d027 |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: cleanup of AggregationCloud
|
#
be2ae900 |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: remove unnecessary class
We do not reuse any styles from struct aggregations
|
#
33bd00e9 |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: rename methods to be more specific
|
#
4c969d82 |
| 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: Set font-sizes in php
|