<?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 AggregationValue.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>abd4e19cb52b68f4f95bbe3c847e3b4c3ca11850 - Fix #708</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.php#abd4e19cb52b68f4f95bbe3c847e3b4c3ca11850</link>
        <description>Fix #708

            List of files:
            /plugin/struct/meta/AggregationValue.php</description>
        <pubDate>Fri, 16 Feb 2024 11:26:35 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c2839eb299c2b690950316d87b096afd5cd44740 - Inline rendering of aggregarion value</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.php#c2839eb299c2b690950316d87b096afd5cd44740</link>
        <description>Inline rendering of aggregarion valueFixes #674

            List of files:
            /plugin/struct/meta/AggregationValue.php</description>
        <pubDate>Tue, 21 Nov 2023 21:17:55 +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/AggregationValue.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/meta/AggregationValue.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>af0ce8d2fb493ed201ed374daddbc04d257baa9c - added classes config parameter</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.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/AggregationValue.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/AggregationValue.php#00f71f1792dd6eaba8ea1c269be2cb4d9d469640</link>
        <description>fixed tests and codesniffer complaints

            List of files:
            /plugin/struct/meta/AggregationValue.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>d90aa848684950ae06490f12279278db183f4fa5 - some streamlining for the aggregation classes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.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/AggregationValue.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>de77c1236795adb882483da7abb80a3fbfe72feb - Update AggregationValue.php</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.php#de77c1236795adb882483da7abb80a3fbfe72feb</link>
        <description>Update AggregationValue.phpEnsure `$result` has the proper size.

            List of files:
            /plugin/struct/meta/AggregationValue.php</description>
        <pubDate>Wed, 30 Nov 2022 12:54:45 +0000</pubDate>
        <dc:creator>Laurent Forthomme &lt;lforthomme@protonmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/meta/AggregationValue.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>812a20f76a42af454ce9b827bf7c930f0774879f - Value aggregation type (#386)</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationValue.php#812a20f76a42af454ce9b827bf7c930f0774879f</link>
        <description>Value aggregation type (#386)* Allow a single value to be used inline in the page* Removed debug line* Added short form of value syntax - {{$s.f}}* Refactor inline parsing into a new class and add filtering for page ID* Allow recovery if the user has used single quotes* Fixed metadata rendering when using $INFO[&apos;id&apos;]* Handle no result better* Add configuration for whether to show a no records text* Linter fixes* Match array style with other entries* Simplify tokenising with -&gt; separator* Replace use of GLOBALS array* Revert to dots, remove block syntax* Suggestion of future syntax* Use space-separated parameters* Explanatory comments* Increase sort order* Don&apos;t lint for errors required by DokuWiki* Move syntax description to class documentation* Draft InlineConfigParser test* Docstring alignment

            List of files:
            /plugin/struct/meta/AggregationValue.php</description>
        <pubDate>Thu, 17 Jun 2021 12:44:57 +0000</pubDate>
        <dc:creator>Iain Hallam &lt;iainhallam@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
