| #
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
|
| #
4b00515c |
| 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add anchor to agrregations and dynammic filters
Fixes #629
|
| #
3ebc6780 |
| 01-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Merge branch 'master' into pdf
|
| #
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
|
| #
fdf37115 |
| 18-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
refactoring dynamic parameter handling, part 4
This finally adjusts the tests. It also adds getLimit and getOffset in the search class.
|
| #
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
|
| #
6a819106 |
| 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
more test and deprecation fixes
|
| #
1ca21e17 |
| 31-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Multiple fixes for PHP 8 (#600)
|
| #
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
|
| #
da7041d3 |
| 05-Oct-2021 |
Alexander Yakovlev <keloero@oreolek.ru> |
Do not link table headers in a PDF
No sorting rows in PDF, no need to print links
|
| #
3f640228 |
| 11-Aug-2021 |
Frieder Schrempf <34034373+fschrempf@users.noreply.github.com> |
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced.
To use the format/mode in the event let's
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced.
To use the format/mode in the event let's pass it in the context.
Signed-off-by: Frieder Schrempf <dev@fris.de>
show more ...
|
| #
2dbe71f8 |
| 05-May-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix Greebo event trigger
|
| #
a2672b00 |
| 03-May-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Compatibility with releases previous to Hogfather
|
| #
844a4f01 |
| 28-Mar-2021 |
Frieder Schrempf <dev@fris.de> |
Add an event for custom aggregation table rendering
In order to let plugins provide custom rendering of aggregation data, we add an event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE.
Signed-off-by: Frie
Add an event for custom aggregation table rendering
In order to let plugins provide custom rendering of aggregation data, we add an event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE.
Signed-off-by: Frieder Schrempf <dev@fris.de>
show more ...
|
| #
208bb3f3 |
| 08-Mar-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations
|
| #
34ea6e10 |
| 16-Feb-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Eliminate warnings in PHP 8
|
| #
8ce43f5a |
| 15-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Restructure search query
Move schema assignment clauses into an ever-present JOIN, conditional on pid. Also remove the $idColumn parameter, previously used to check if schema assignment clauses shou
Restructure search query
Move schema assignment clauses into an ever-present JOIN, conditional on pid. Also remove the $idColumn parameter, previously used to check if schema assignment clauses should be added to queries.
show more ...
|
| #
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
| #
d400a5f0 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix permission check in page aggregations
|
| #
efe74305 |
| 31-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix multi columns
Use the correct column for joining tables depending on data type. This is an initial "it works" implementation and should be revised and done more carefully.
|