71769bc3 | 04-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
add failing test for #512 |
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 |
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 ...
|
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 |
438a804c | 25-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Make all tests run with the new SQLiteDB class |
79b29326 | 24-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access |
da776bcd | 18-Apr-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix type errors with empty 'roundto' setting in decimals |
3ff5da8a | 06-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed flaky test
It was depending on timing. |
ec57c914 | 05-Apr-2023 |
Chris MacMackin <cmacmackin@gmail.com> |
Schema to test filtering DateTime data |
6a819106 | 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
more test and deprecation fixes |
76e537bf | 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
more test fixes |
850ad33e | 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
tests should succeed again
Mostly replacements for PHPQuery were needed. |
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 |
f85b5625 | 04-Apr-2023 |
Chris MacMackin <cmacmackin@gmail.com> |
Added unit test for filtering aggregations on DateTime field |
42d332d7 | 09-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
PHP8 fix in ConfigParser. replaces #628
splitLine has been adjusted to always return an array. Test added. |
7f610bd5 | 15-Dec-2022 |
saggi-dw <saggi@gmx.de> |
Add variable date filter based on strtotime |
00624072 | 28-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace boolean with integer in queries
Better sqlite compatibility |
6c9d1a10 | 21-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename internal schemas to "internal" |
3998b213 | 13-Sep-2022 |
Philipp Cochems <philipp.cochems@gmail.com> |
fix typo |
521d4beb | 13-Sep-2022 |
Philipp Cochems <philipp.cochems@gmail.com> |
catch numbers higher/lower than available prefixes |