#
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
#
87788c7f |
| 13-Mar-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow column config in serial syntax
The same columns are used in aggregation and new entry editor
|
#
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 ...
|
#
308cc83f |
| 14-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page *
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page * serial data - for an unrevisioned list of struct data attached to a page * global data - for an unrevisioned list of struct data not attached to any page (formaly known as lookup schema)
The editor mechanism used for serial and global data is now called AggregationEditor
Some reference to lookup schemas is still in the bureaucracy support part.
show more ...
|