| 17dda596 | 29-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Respect ACLs in serial editor (#599)
Fixes #589 |
| 927ee7cd | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 8f171097 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
use proper null coalesce |
| 8267c301 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
replaced more deprecated assertions |
| 5cc23c44 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Return proper type when creating a Schema |
| 138025f8 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
make bureaucracy optional when testing |
| ecf2cba2 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Use $INPUT to access server variables |
| d7298ee4 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Refactor deprecated assertion |
| 2af9c5bb | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Replaces deprecated expectException annotation |
| 8e974668 | 26-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| b871825a | 18-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle serial data in cloud control |
| 848c3698 | 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 17a3a578 | 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments |
| 0549dcc5 | 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes |
| 30bf61e6 | 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Apply aggregation type specific filters in render phase
The different aggregation types add their own filters to ensure that the appropriate data is selected. This used to happen in handle() but thi
Apply aggregation type specific filters in render phase
The different aggregation types add their own filters to ensure that the appropriate data is selected. This used to happen in handle() but this meant that theses filters were only ever updated when the syntax of the page they are used in is updated.
Since we refer to getID() to filter serial schemas based on the global ID to enable their use in includes, we can not have that in the handle stage, otherwise output is always filtered for the include ID.
show more ...
|
| da7041d3 | 05-Oct-2021 |
Alexander Yakovlev <keloero@oreolek.ru> |
Do not link table headers in a PDF
No sorting rows in PDF, no need to print links |
| 8e12458a | 11-Aug-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| d384ebe5 | 11-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix PHP code style |
| b26126ed | 11-Aug-2021 |
Andreas Hubel <andi@saerdnaer.de> |
Add option to remove single columns from wildcard (#533) |
| 3f640228 | 11-Aug-2021 |
Frieder Schrempf <34034373+fschrempf@users.noreply.github.com> |
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced.
To use the format/mode in the event let's
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced.
To use the format/mode in the event let's pass it in the context.
Signed-off-by: Frieder Schrempf <dev@fris.de>
show more ...
|
| fd265f3b | 05-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 95507c08 | 05-Jul-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Cleanup to make checks and tests pass |
| b9458b71 | 28-Jun-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c7273e8e | 28-Jun-2021 |
Andreas Gohr <andi@splitbrain.org> |
Better output mechanisms for URL Type |
| dca29226 | 17-Jun-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |