Home
last modified time | relevance | path

Searched hist:"30 bf61e6ee06783dba12a485133923c61e03f3bd" (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/syntax/
H A Dglobal.php30bf61e6ee06783dba12a485133923c61e03f3bd Thu Jan 13 10:48:27 UTC 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 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.

H A Dtable.php30bf61e6ee06783dba12a485133923c61e03f3bd Thu Jan 13 10:48:27 UTC 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 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.