History log of /plugin/struct/_test/ (Results 26 – 50 of 315)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
71769bc304-Jul-2023 Andreas Gohr <andi@splitbrain.org>

add failing test for #512

af0ce8d226-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 ...

00f71f1726-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests and codesniffer complaints

ce44c63926-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.

1ee0a2dc26-Jun-2023 Andreas Gohr <andi@splitbrain.org>

only have unique result rows when nesting

This fixes row duplication on nesting with multiple multival fields

f6acb21522-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests

5bc00e1122-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 ...

acc82d6020-Jun-2023 Andreas Gohr <andi@splitbrain.org>

use GROUP_CONCAT_DISTINCT

4183cc1114-Jun-2023 Andreas Gohr <andi@splitbrain.org>

adjust method call for getting PDO access

438a804c25-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Make all tests run with the new SQLiteDB class

79b2932624-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access

da776bcd18-Apr-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Fix type errors with empty 'roundto' setting in decimals

3ff5da8a06-Apr-2023 Andreas Gohr <andi@splitbrain.org>

fixed flaky test

It was depending on timing.

ec57c91405-Apr-2023 Chris MacMackin <cmacmackin@gmail.com>

Schema to test filtering DateTime data

6a81910605-Apr-2023 Andreas Gohr <andi@splitbrain.org>

more test and deprecation fixes

76e537bf05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

more test fixes

850ad33e05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

tests should succeed again

Mostly replacements for PHPQuery were needed.

8fed17f305-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

f85b562504-Apr-2023 Chris MacMackin <cmacmackin@gmail.com>

Added unit test for filtering aggregations on DateTime field

42d332d709-Mar-2023 Andreas Gohr <andi@splitbrain.org>

PHP8 fix in ConfigParser. replaces #628

splitLine has been adjusted to always return an array. Test added.

7f610bd515-Dec-2022 saggi-dw <saggi@gmx.de>

Add variable date filter based on strtotime

0062407228-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Replace boolean with integer in queries

Better sqlite compatibility

6c9d1a1021-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Rename internal schemas to "internal"

3998b21313-Sep-2022 Philipp Cochems <philipp.cochems@gmail.com>

fix typo

521d4beb13-Sep-2022 Philipp Cochems <philipp.cochems@gmail.com>

catch numbers higher/lower than available prefixes

12345678910>>...13