| 4fc1424a | 28-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
New syntax component "filter" |
| ae522a2d | 06-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
correctly nest items with the same values with different parents |
| 4702d119 | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f50405fa | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
code sniffer fixes |
| 1f53b3d5 | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not sort lists alphabetically
Now nested lists reflect the result set order again. The only exception being the index level which is always sorted alphabetically. N/A entries are still always las
do not sort lists alphabetically
Now nested lists reflect the result set order again. The only exception being the index level which is always sorted alphabetically. N/A entries are still always last.
show more ...
|
| 1855a1f9 | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
make empty values easier to see in list dump method |
| eff6062e | 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Provide mechanism for disabling default select filter 'latest = 1' |
| 7b7a9290 | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
lists: correctly handle nesting with empty values
empty values are shown as n/a when they are used in nesting, otherwise not shown just as before |
| 25609b9d | 04-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| fb2252ea | 04-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix accidentally broken test
This was broken by changing test data in the previous commit |
| 71769bc3 | 04-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
add failing test for #512 |
| 71b11d8b | 26-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
add default style for indexed lists |
| 026d1098 | 26-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
index based on display not compare value |
| 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 |
| ce44c639 | 26-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Add indexing support
Using the index keyword, lists can now have an alphabetical Index at the top level. |
| 1ee0a2dc | 26-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
only have unique result rows when nesting
This fixes row duplication on nesting with multiple multival fields |
| 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 |
| f6acb215 | 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests |
| 5bc00e11 | 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Add nesting option for List Aggregations
This allows to create nested lists based on the selected number of result columns. This is basically a group-by after the fact and displaying it in a tree. M
Add nesting option for List Aggregations
This allows to create nested lists based on the selected number of result columns. This is basically a group-by after the fact and displaying it in a tree. Multivalues are split up for grouping, so that a result can be nested by tags for example.
show more ...
|
| 6e2eda8d | 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| acc82d60 | 20-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
use GROUP_CONCAT_DISTINCT |
| 4183cc11 | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
adjust method call for getting PDO access |
| 87f800c2 | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| be4dde77 | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
avoid warning in syntax/output |