History log of /plugin/struct/meta/AggregationTable.php (Results 51 – 67 of 67)
Revision Date Author Comments
# 8c4ee9be 02-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

iterate over tables not headers in aggregation


# d4b5a17c 28-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

added data attributes needed for the inline editor


# 35a53b7d 28-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into revisioncol

* master:
properly parse width settings in aggregation table


# e0216289 27-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

properly parse width settings in aggregation table

makes sure only valid CSS values are supplied


# 01f8b845 26-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

make label part of Page column


# b7e1d73b 12-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

do not show a result table if there are no results

There is no sense in showing headers, dynamic filters, pagination and a
sum row when there are absolutely no results. This change omits the
whole s

do not show a result table if there are no results

There is no sense in showing headers, dynamic filters, pagination and a
sum row when there are absolutely no results. This change omits the
whole shebang if there are no results (except when the table is
dynamically filtered and the empty set might be a result of that filter)

show more ...


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# 9b97e610 05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

reuse column's type renderer to output sums

This makes sure that sums will apply the same formatting as the values
they summarize.


# aee4116b 05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fixed summarize option. closes #83


# c73f0ee4 23-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fix error when an aggregation tries to select a nonexisting column


# 083109a1 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

adjusted active filter output


# d18090e8 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

correct summary output


# aa124708 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

streamline sort direction handling

we now use a boolean everywhere


# 76195677 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

some form fixes for the dynamic filters


# d60f71ef 10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

flatten array returned for URL parameters


# 986ab7e6 09-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

renamed methods for more coherence


# 07993756 09-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

major refactoring of the whole table aggregation

this is still completely untested


123