<?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 ChangeLogTrait.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d41f5a8f13cbe65aecfb29abc34975970b616198 - fix destructuring false returns from changelog functions</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#d41f5a8f13cbe65aecfb29abc34975970b616198</link>
        <description>fix destructuring false returns from changelog functionsThe changelog functions can return false when lines are unparsable ordon&apos;t exist. The result can no longer be destructured then in newer PHPversions. This adds the necessary checks.It should also handle corrupt lines within a changelog better.

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Sat, 07 Mar 2026 16:10:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 - codestyle adjustments: class declaration braces</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#8c7c53b0321a3cd3116b8d3b2ad27863a38dece7</link>
        <description>codestyle adjustments: class declaration braces

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Wed, 30 Aug 2023 15:05:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0603e565f99519c35708bab370f1c5f3271c1365 - Apply rector fixes to inc/ChangeLog</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#0603e565f99519c35708bab370f1c5f3271c1365</link>
        <description>Apply rector fixes to inc/ChangeLog

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Tue, 29 Aug 2023 12:26:54 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a15f05558b1380f41e9b351e47fedc716915f5ab - fix off-by-one error</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#a15f05558b1380f41e9b351e47fedc716915f5ab</link>
        <description>fix off-by-one errorsexplode needs to return 8 not 7 entries for making8364f07a11f076bb6973d0c434d189a7aa6c8c56 work correctly.

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Mon, 21 Aug 2023 14:44:40 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8364f07a11f076bb6973d0c434d189a7aa6c8c56 - avoid warning in ChangeLogTrait on weird log lines</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#8364f07a11f076bb6973d0c434d189a7aa6c8c56</link>
        <description>avoid warning in ChangeLogTrait on weird log lines

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Mon, 21 Aug 2023 14:31:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3d52dbfaad502fd64eb0a21b31d2a8264c756891 - Fix grammar error in PHPDoc</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#3d52dbfaad502fd64eb0a21b31d2a8264c756891</link>
        <description>Fix grammar error in PHPDoc

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Thu, 06 Apr 2023 15:05:56 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>baafd22ef6a1ebcb12d54891338c5a2ea54fcbe5 - Fix PHP Deprecated warning</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#baafd22ef6a1ebcb12d54891338c5a2ea54fcbe5</link>
        <description>Fix PHP Deprecated warningAdding null-coalescing operator to avoidstr_replace(): Passing null to parameter #3 ($subject) of typearray|string is deprecated

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Thu, 06 Apr 2023 15:04:35 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>eeda7ada8c965be1a48afa72ccc473ba9e1db91b - some spelling</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#eeda7ada8c965be1a48afa72ccc473ba9e1db91b</link>
        <description>some spelling

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Sun, 23 Jan 2022 20:46:39 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>79a2d7845d5e5e48fe3be8f192717de9294aaba5 - import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#79a2d7845d5e5e48fe3be8f192717de9294aaba5</link>
        <description>import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJupdate phpdocs,rename dokuwiki/Ui/Draft to PageDraft

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Wed, 05 Jan 2022 23:59:00 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a3a0fc589f758b9416b6fd0f98b1e743b8625de2 - move hasRevision() to trait</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#a3a0fc589f758b9416b6fd0f98b1e743b8625de2</link>
        <description>move hasRevision() to trait

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Sat, 13 Nov 2021 04:40:38 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1d11f1d3396b6d0e55489e568b4bb7028ff9f172 - ChangeLogTrait</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/ChangeLog/ChangeLogTrait.php#1d11f1d3396b6d0e55489e568b4bb7028ff9f172</link>
        <description>ChangeLogTrait- move ChangeLog low level methods  into trait- static ChangeLog::parseLogLine() replaces parseChangeLogLine()- new ChangeLog::buildLogLine()

            List of files:
            /dokuwiki/inc/ChangeLog/ChangeLogTrait.php</description>
        <pubDate>Sat, 06 Nov 2021 02:56:15 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
