<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in AggregationList.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ba7f5789bbbcab95d7a655f6ec50a97b731b40d5 - No direct search execution</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#ba7f5789bbbcab95d7a655f6ec50a97b731b40d5</link>
        <description>No direct search execution

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Tue, 06 Feb 2024 08:45:39 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>67f70d54d911c6c842e298d4a97622e9d01815b3 - Revert &quot;Lazy search execution&quot;</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#67f70d54d911c6c842e298d4a97622e9d01815b3</link>
        <description>Revert &quot;Lazy search execution&quot;This reverts commit 95a8e37d986b141b2caee5b396741b93cd31c0e6.

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Thu, 18 Jan 2024 15:14:43 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>95a8e37d986b141b2caee5b396741b93cd31c0e6 - Lazy search execution</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#95a8e37d986b141b2caee5b396741b93cd31c0e6</link>
        <description>Lazy search executionMove search out of aggregation constructors. It should only be executedbefore actual rendering, not e.g. on metadata run

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Thu, 18 Jan 2024 15:10:44 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>62c804cc11db5ad59330873e041f0294e4b72688 - Fix headers in flat list aggregations</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#62c804cc11db5ad59330873e041f0294e4b72688</link>
        <description>Fix headers in flat list aggregationsFixes #678

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Wed, 01 Nov 2023 14:34:14 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>7234bfb14e712ff548d9266ef32fdcc8eaf2d04e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Wed, 13 Sep 2023 09:45:56 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>1f53b3d5435f4be49651ccf62c572e3f2ee9938d - do not sort lists alphabetically</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#1f53b3d5435f4be49651ccf62c572e3f2ee9938d</link>
        <description>do not sort lists alphabeticallyNow nested lists reflect the result set order again. The only exceptionbeing the index level which is always sorted alphabetically. N/A entriesare still always last.

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Wed, 05 Jul 2023 15:13:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7b7a9290f8a0cb5d24bd768166706412896cffe5 - lists: correctly handle nesting with empty values</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#7b7a9290f8a0cb5d24bd768166706412896cffe5</link>
        <description>lists: correctly handle nesting with empty valuesempty values are shown as n/a when they are used in nesting, otherwisenot shown just as before

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Wed, 05 Jul 2023 11:40:01 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>af0ce8d2fb493ed201ed374daddbc04d257baa9c - added classes config parameter</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#af0ce8d2fb493ed201ed374daddbc04d257baa9c</link>
        <description>added classes config parameterThis allows users to set custom CSS classes on aggregations potentiallyrestyling them differently for different use cases.This makes startScope and finishScope part of the public API of theAggregation class. It should no longer be called within render() but isinstead called outside.This might potentially break plugins implementing their ownaggregations. Needs to be checked

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Mon, 26 Jun 2023 13:09:40 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>00f71f1792dd6eaba8ea1c269be2cb4d9d469640 - fixed tests and codesniffer complaints</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#00f71f1792dd6eaba8ea1c269be2cb4d9d469640</link>
        <description>fixed tests and codesniffer complaints

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Mon, 26 Jun 2023 12:31:25 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ce44c6393fcd559a7f07942c55824e5b8379912c - Add indexing support</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#ce44c6393fcd559a7f07942c55824e5b8379912c</link>
        <description>Add indexing supportUsing the index keyword, lists can now have an alphabetical Index at thetop level.

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Mon, 26 Jun 2023 12:11:18 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d90aa848684950ae06490f12279278db183f4fa5 - some streamlining for the aggregation classes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#d90aa848684950ae06490f12279278db183f4fa5</link>
        <description>some streamlining for the aggregation classesHave an abstract base class for aggregations to ensure propersignatures, reuse more code from the table syntax

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Thu, 22 Jun 2023 13:58:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5bc00e117f7d6c42d7b1b5918894e63f3f847966 - Add nesting option for List Aggregations</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#5bc00e117f7d6c42d7b1b5918894e63f3f847966</link>
        <description>Add nesting option for List AggregationsThis allows to create nested lists based on the selected number ofresult columns. This is basically a group-by after the fact anddisplaying it in a tree. Multivalues are split up for grouping, so thata result can be nested by tags for example.

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Thu, 22 Jun 2023 13:05:08 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Thu, 13 Jan 2022 13:29:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d6d97f6064c3b0f90310be8341edc9585520ee54 - Automatic coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#d6d97f6064c3b0f90310be8341edc9585520ee54</link>
        <description>Automatic coding style fixes

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Thu, 09 Apr 2020 14:54:27 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>4b303cda4f3419d0d58d2e50e81e8423db527045 - fix: Let renderes parse spaces for themselves</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#4b303cda4f3419d0d58d2e50e81e8423db527045</link>
        <description>fix: Let renderes parse spaces for themselves

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Wed, 07 Dec 2016 15:54:36 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2c6e107c9fb5770cf6a0d6b9cfa7910f8890492d - fix: make list renderer-sensitive</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#2c6e107c9fb5770cf6a0d6b9cfa7910f8890492d</link>
        <description>fix: make list renderer-sensitive

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Wed, 07 Dec 2016 14:56:24 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ea5ad12ac615a67b2c935ce7472ece1c00189ba7 - feat: add list aggregation</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationList.php#ea5ad12ac615a67b2c935ce7472ece1c00189ba7</link>
        <description>feat: add list aggregationImplement the list aggregation known from the dokuwiki data plugin. Thisfeature is useful when an entire table would be to much boilerplate.Usually one would select only a few columns.Enable the option sepbyheader to behave analogous to the data plugin.Report any options that are not valid for a list aggregation as error.Show that error during the render phase of a page. That way the error is visiblealways when the page is rendered, not only after the initial save when it isparsed.See #90 and see SPR-710

            List of files:
            /plugin/struct/meta/AggregationList.php</description>
        <pubDate>Tue, 22 Nov 2016 16:06:43 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
