| #
2ff510b4 |
| 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed unsupported config options from configparser
those were remains from other output modes in the data plugin but are not yet supported in struct
|
| #
4e7c197c |
| 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix config parsing of multiple schemas
|
| #
7d88e7ed |
| 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
output the key not value for unknown option in ConfigParser
|
| #
e0216289 |
| 27-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
properly parse width settings in aggregation table
makes sure only valid CSS values are supplied
|
| #
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.
|
| #
7051cfa1 |
| 10-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Enable sorting by mutiple columns
|
| #
01dd90de |
| 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
default to translated column labels in table aggregation
This also fixes errors that where thrown when headers were not specified.
|
| #
29877279 |
| 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Render output tables with data-like syntax
ToDo: summarize
|
| #
d930c197 |
| 15-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Correctly initialize $this->config
|
| #
74461852 |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
no array constants in older PHP versions
|
| #
5511bd5b |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
began work on the syntax component to aggregate data
This copies over a lot of configuration functionality from the data plugin, but is still missing the functionality itself.
|