| #
e303766c |
| 12-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix tests, add formaly optional csv parser params
|
| #
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
|
| #
f6acb215 |
| 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests
|
| #
8fed17f3 |
| 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
clean up for the tests
This mostly corrects file and class names for PSR-2. Function names have not been adjusted yet
|