<?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 list.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7476786e932619a0035ae0633c66e2b5ce8b715e - Breaking Change: inverted meaning of &quot;*&quot; and &quot;!&quot; in due/start-at/before/after. Makes more sense that way and was not documented before.</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#7476786e932619a0035ae0633c66e2b5ce8b715e</link>
        <description>Breaking Change: inverted meaning of &quot;*&quot; and &quot;!&quot; in due/start-at/before/after. Makes more sense that way and was not documented before.

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Thu, 10 Jul 2025 09:22:29 +0000</pubDate>
        <dc:creator>Christian Marg &lt;marg@rz.tu-clausthal.de&gt;</dc:creator>
    </item>
<item>
        <title>2e50ddd9db1ad161d36a2912b533c6c0101efcb0 - is_object -&gt; isset</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#2e50ddd9db1ad161d36a2912b533c6c0101efcb0</link>
        <description>is_object -&gt; isset

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Mon, 31 Jul 2023 06:05:02 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>fe07407468ba09bd06419edc265d28b4b1eed6be - fix &apos;Unknown key&apos; for PHP8.2</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#fe07407468ba09bd06419edc265d28b4b1eed6be</link>
        <description>fix &apos;Unknown key&apos; for PHP8.2

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Mon, 24 Jul 2023 22:20:36 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>58eb9854a538e5e9ef16a40a321eadbe3779e347 - fix &apos;Unknown key&apos; for PHP8.2</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#58eb9854a538e5e9ef16a40a321eadbe3779e347</link>
        <description>fix &apos;Unknown key&apos; for PHP8.2

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Mon, 24 Jul 2023 01:40:36 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>312a5b06bc660a41efa64b70cb6350453c35cb29 - Shows empty todo items in todo list as &lt;no title&gt;</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#312a5b06bc660a41efa64b70cb6350453c35cb29</link>
        <description>Shows empty todo items in todo list as &lt;no title&gt;

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Tue, 11 Jul 2023 12:50:55 +0000</pubDate>
        <dc:creator>Robert Weinmeister &lt;develop@weinmeister.org&gt;</dc:creator>
    </item>
<item>
        <title>ad908e5c66bd455967e2997d802f81b01546b465 - Fixes undefined variable $condition2 in list.php on line 419</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#ad908e5c66bd455967e2997d802f81b01546b465</link>
        <description>Fixes undefined variable $condition2 in list.php on line 419

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Thu, 06 Apr 2023 10:31:34 +0000</pubDate>
        <dc:creator>robert &lt;develop@weinmeister.org&gt;</dc:creator>
    </item>
<item>
        <title>01008d98acee0318c65b608e2678de6319882645 - return empty array if there are no todo pages</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#01008d98acee0318c65b608e2678de6319882645</link>
        <description>return empty array if there are no todo pagesCalling function expects an array.Returning an empty array instead of null saves a null check and also makes sense when reasoning about the function.

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Tue, 21 Feb 2023 08:07:20 +0000</pubDate>
        <dc:creator>EmTeedee &lt;git.emteedee@das-komitee.de&gt;</dc:creator>
    </item>
<item>
        <title>f936f0e7bb9d3176c840a7f33dcd1aef9fb7d6e3 - Fix for empty $todopages when array is expected. </title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#f936f0e7bb9d3176c840a7f33dcd1aef9fb7d6e3</link>
        <description>Fix for empty $todopages when array is expected. Fixes #139. related to #121. Fixes same problem in other functions too.

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Mon, 08 Aug 2022 20:51:52 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>6bf69edb77493dd82bc39b1f48ef57b5b2df6390 - fix shortlist because of unnecessary return</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#6bf69edb77493dd82bc39b1f48ef57b5b2df6390</link>
        <description>fix shortlist because of unnecessary return#128

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Mon, 28 Sep 2020 11:58:51 +0000</pubDate>
        <dc:creator>chaotic-bruno &lt;46114370+chaotic-bruno@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>03fb911fb2b4c47b5a242422f1b993a57b61e67e - Merge pull request #111 from Braintelligence/patch-1</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#03fb911fb2b4c47b5a242422f1b993a57b61e67e</link>
        <description>Merge pull request #111 from Braintelligence/patch-1Sort todos by due date by default - fixes #110

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Thu, 25 Jun 2020 14:19:25 +0000</pubDate>
        <dc:creator>Christian Marg &lt;marg@rz.tu-clausthal.de&gt;</dc:creator>
    </item>
<item>
        <title>cbf034ab54df05c242f1cfcdedb512b457f3dedb - Don&apos;t try to render empty Todotable. Fixes #121</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#cbf034ab54df05c242f1cfcdedb512b457f3dedb</link>
        <description>Don&apos;t try to render empty Todotable. Fixes #121

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Wed, 17 Jun 2020 07:12:35 +0000</pubDate>
        <dc:creator>Christian Marg &lt;marg@rz.tu-clausthal.de&gt;</dc:creator>
    </item>
<item>
        <title>b654694379ede71d2693cef516e1bab9a4024f6f - corrected regex greedyness, fixed #84</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#b654694379ede71d2693cef516e1bab9a4024f6f</link>
        <description>corrected regex greedyness, fixed #84

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Thu, 06 Feb 2020 14:52:11 +0000</pubDate>
        <dc:creator>Christian Marg &lt;marg@rz.tu-clausthal.de&gt;</dc:creator>
    </item>
<item>
        <title>db9337b05381834ed40b39deadfed3e4aea325a5 - Fix #117</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#db9337b05381834ed40b39deadfed3e4aea325a5</link>
        <description>Fix #117

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Thu, 06 Feb 2020 09:42:52 +0000</pubDate>
        <dc:creator>Christian Marg &lt;marg@rz.tu-clausthal.de&gt;</dc:creator>
    </item>
<item>
        <title>47ba2f771eaddc34791ce1eef20bf004faab94c9 - Sort duedated todos above those without</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#47ba2f771eaddc34791ce1eef20bf004faab94c9</link>
        <description>Sort duedated todos above those without

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Thu, 14 Feb 2019 06:52:32 +0000</pubDate>
        <dc:creator>Braintelligence &lt;Braintelligence@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e1fc243e91d4375d19c6d4baacd18f347a58eab0 - Fixes #110 by default</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#e1fc243e91d4375d19c6d4baacd18f347a58eab0</link>
        <description>Fixes #110 by defaultFixes #110 by default. You are free to change the PR so it becomes an option rather than the default. I&apos;m not very good at PHP, so please do comment on if you can do it in a better way.

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Wed, 13 Feb 2019 11:29:49 +0000</pubDate>
        <dc:creator>Braintelligence &lt;Braintelligence@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ba3bbb2d1a8885ec4a7f5add92cfe5c8b5ec3fc5 - delete duplicate comments</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#ba3bbb2d1a8885ec4a7f5add92cfe5c8b5ec3fc5</link>
        <description>delete duplicate comments

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Tue, 05 Jun 2018 21:49:38 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>2a2b0fb26eb3feb0598c32c994e63f6e1ce7434b - Merge branch &apos;master&apos; into master</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#2a2b0fb26eb3feb0598c32c994e63f6e1ce7434b</link>
        <description>Merge branch &apos;master&apos; into master

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Tue, 05 Jun 2018 19:24:35 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>0d312c3820ae83cf8b3601acbea58d5b9148a16a - Fixed code style</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#0d312c3820ae83cf8b3601acbea58d5b9148a16a</link>
        <description>Fixed code style

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Sun, 12 Nov 2017 17:22:19 +0000</pubDate>
        <dc:creator>Gnedov Pavel &lt;pavel@gnedov.info&gt;</dc:creator>
    </item>
<item>
        <title>6a3917d83885a0eacd7d397b7442da8b708a065f - Update list.php</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#6a3917d83885a0eacd7d397b7442da8b708a065f</link>
        <description>Update list.php

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Sat, 09 Jul 2016 18:02:41 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
<item>
        <title>4818435f4e04a0bd113665eefe69ac8a31b0a943 - bug, error if no todos defined</title>
        <link>http://127.0.0.1:8080/history/plugin/todo/syntax/list.php#4818435f4e04a0bd113665eefe69ac8a31b0a943</link>
        <description>bug, error if no todos definedcloses issue #80

            List of files:
            /plugin/todo/syntax/list.php</description>
        <pubDate>Wed, 06 Jul 2016 18:30:52 +0000</pubDate>
        <dc:creator>runout-at &lt;markus@runout.at&gt;</dc:creator>
    </item>
</channel>
</rss>
