History log of /plugin/struct/meta/NestedValue.php (Results 1 – 11 of 11)
Revision Date Author Comments
# 5e29103a 11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# ae522a2d 06-Jul-2023 Andreas Gohr <andi@splitbrain.org>

correctly nest items with the same values with different parents


# 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


# 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


# 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


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