<?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 tests</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7930587300104cf1bc6f40d322f168238a9fdfdc - fix RSS feed aggregation broken by SimplePie 1.9 upgrade</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/#7930587300104cf1bc6f40d322f168238a9fdfdc</link>
        <description>fix RSS feed aggregation broken by SimplePie 1.9 upgradeSimplePie 1.9 added a FileClient that rejects any response whose error isnon-null while the status code is zero. FeedParserFile never set a statuscode and copied DokuHTTPClient&apos;s error verbatim, which is an empty string(not null) on success - so every successful fetch was misclassified as afailed request and feeds rendered the &apos;rssfailed&apos; message.Populate the response through SimplePie&apos;s Response interface methods backedby our own properties (status code, body, normalized headers, requested URL)and report a missing error as null, instead of writing File&apos;s deprecatedbackwards-compatibility properties.

            List of files:
            /dokuwiki/_test/tests/Feed/FeedParserTest.php</description>
        <pubDate>Fri, 26 Jun 2026 21:00:00 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
