History log of /plugin/struct/ (Results 126 – 150 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4fc1424a28-Jun-2023 Anna Dabrowska <dabrowska@cosmocode.de>

New syntax component "filter"

ae522a2d06-Jul-2023 Andreas Gohr <andi@splitbrain.org>

correctly nest items with the same values with different parents

4702d11905-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

f50405fa05-Jul-2023 Andreas Gohr <andi@splitbrain.org>

code sniffer fixes

1f53b3d505-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 ...

1855a1f905-Jul-2023 Andreas Gohr <andi@splitbrain.org>

make empty values easier to see in list dump method

eff6062e05-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Provide mechanism for disabling default select filter 'latest = 1'

7b7a929005-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

25609b9d04-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

fb2252ea04-Jul-2023 Andreas Gohr <andi@splitbrain.org>

fix accidentally broken test

This was broken by changing test data in the previous commit

71769bc304-Jul-2023 Andreas Gohr <andi@splitbrain.org>

add failing test for #512

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

add default style for indexed lists

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

index based on display not compare value

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

d90aa84822-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

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

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

Version upped

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

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

Version upped

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

avoid warning in syntax/output

12345678910>>...54