<?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 feed.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7e23bd088acc9a711a4d14ca8e1bc21b87709866 - use correct FeedOptions methods. fixes #4203</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#7e23bd088acc9a711a4d14ca8e1bc21b87709866</link>
        <description>use correct FeedOptions methods. fixes #4203This makes feed.php use the correct methods for setting the feed typeand content-type header. It also adds the missing type definition forRSS 1.0

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Sun, 11 Feb 2024 09:11:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2abe2b13fc3a340833a24d1367b4aac7efede450 - &#55358;&#56598; Rector and PHPCS fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#2abe2b13fc3a340833a24d1367b4aac7efede450</link>
        <description>&#55358;&#56598; Rector and PHPCS fixes

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Tue, 30 Jan 2024 08:44:03 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>87f6c7185502767dd23d1039195eed23f0048dd1 - remove obsolete feed creation code</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#87f6c7185502767dd23d1039195eed23f0048dd1</link>
        <description>remove obsolete feed creation codeThis was left over in #4156

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Fri, 26 Jan 2024 19:11:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>72c714a3b85fbc49a7d75bd8d9e49e1a2f0c125a - &#55358;&#56598; Rector and PHPCS fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#72c714a3b85fbc49a7d75bd8d9e49e1a2f0c125a</link>
        <description>&#55358;&#56598; Rector and PHPCS fixes

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Fri, 26 Jan 2024 14:24:41 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>fe9d054b302adfcd4618e9e33079c36cccb90d10 - Feed creation refactoring</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#fe9d054b302adfcd4618e9e33079c36cccb90d10</link>
        <description>Feed creation refactoringThis breaks up the humongous functions from feed.php into multipleclasses. To keep compatibility with existing Plugin events, the basicprinciple of how the feed is assembled has not been changed:* depending on the given mode and other options lose arrays of items are  gathered* these items are then converted (again based on the various options)  into proper FeedItems* the FeedItems are then added to the FeedThe conversion from loosely typed item data to something more structuredis now done by the FeedItemProcessor classes. Some very basic tests havebeen added. It does not cover erverything but covers more than before(which was nothing).Manual testing before merging this is highly recommended. I am notconfident that I ported over everything correctly.No new features have been added, but especially media support could andshould be improved in the future.

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Mon, 15 Jan 2024 15:30:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6547cfc7454f26cc353587c1314f9fde93a0a056 - use $auth instanceof AuthPlugin instead of not null check</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#6547cfc7454f26cc353587c1314f9fde93a0a056</link>
        <description>use $auth instanceof AuthPlugin instead of not null check

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Thu, 31 Aug 2023 23:10:48 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>26dfc2323f8f70cb69aac4c8c51bf7997809f2ca - Rector to rename print to echo calls</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#26dfc2323f8f70cb69aac4c8c51bf7997809f2ca</link>
        <description>Rector to rename print to echo calls

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Thu, 31 Aug 2023 20:00:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7d34963b3e75ea04c63ec066a6b7a692e123cb53 - coding style: control flow line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#7d34963b3e75ea04c63ec066a6b7a692e123cb53</link>
        <description>coding style: control flow line breaks

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Thu, 31 Aug 2023 13:04:10 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>177d6836e2f75d0e404be9c566e61725852a1e07 - coding style: control flow whitespaces</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#177d6836e2f75d0e404be9c566e61725852a1e07</link>
        <description>coding style: control flow whitespaces

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Thu, 31 Aug 2023 12:22:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ff84abad8a47d56c1370f7c1fe638403fe2be7f1 - reformatting at top level</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#ff84abad8a47d56c1370f7c1fe638403fe2be7f1</link>
        <description>reformatting at top level

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Wed, 30 Aug 2023 22:55:36 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dccd6b2bba7367e4d1d2d7aa84c9f9d15584b593 - coding style: function call spacing</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#dccd6b2bba7367e4d1d2d7aa84c9f9d15584b593</link>
        <description>coding style: function call spacing

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Wed, 30 Aug 2023 16:41:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b1f206e1d439d693686c99955ab305e7ca94e760 - Apply rector fixes to bin and toplevel</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#b1f206e1d439d693686c99955ab305e7ca94e760</link>
        <description>Apply rector fixes to bin and toplevel

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Wed, 30 Aug 2023 12:48:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>adb8672aa6634989c730588d514522b9b8b08c46 - Fix titles in feeds</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#adb8672aa6634989c730588d514522b9b8b08c46</link>
        <description>Fix titles in feedsThe check introduced in 6fd2d4b0 did not work when media was setexplicitly to false.

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Tue, 01 Nov 2022 08:04:40 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6fd2d4b07c014a9eb907759ea660163bf766558e - fix warnings in feed.php. #3728</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#6fd2d4b07c014a9eb907759ea660163bf766558e</link>
        <description>fix warnings in feed.php. #3728

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Sat, 27 Aug 2022 17:22:03 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a30be5ec00ba89ade3ec8ffa407fa7e18824943c - fix linelengths in feed.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#a30be5ec00ba89ade3ec8ffa407fa7e18824943c</link>
        <description>fix linelengths in feed.php

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Fri, 04 Feb 2022 22:20:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>140bc872548d3e0cfe13c8fb41b9247516ad82c1 - Code Style fix</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#140bc872548d3e0cfe13c8fb41b9247516ad82c1</link>
        <description>Code Style fix

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Wed, 26 Jan 2022 23:07:01 +0000</pubDate>
        <dc:creator>jpedryc &lt;jan.pedryc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>95dc9a1d667b3f0de7afcc1840088a4759e6bef4 - feed.php updates:</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#95dc9a1d667b3f0de7afcc1840088a4759e6bef4</link>
        <description>feed.php updates:  * search is disabled  * code style fixes

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Tue, 25 Jan 2022 23:16:18 +0000</pubDate>
        <dc:creator>jpedryc &lt;jan.pedryc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>08e9b52fd042874f5ca3604983658e70ff560703 - Renamed constant to RECENTS_ONLY_CREATION</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#08e9b52fd042874f5ca3604983658e70ff560703</link>
        <description>Renamed constant to RECENTS_ONLY_CREATIONThis clarifies that it also works when requesting media changelog.

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Sun, 16 Jun 2019 23:10:16 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>68f43bcf6b19ba5d21836c5f2346d3ef1ad66f3f - Implemented only_new option for RSS feed, so you can request RSS feed that contains only new files.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#68f43bcf6b19ba5d21836c5f2346d3ef1ad66f3f</link>
        <description>Implemented only_new option for RSS feed, so you can request RSS feed that contains only new files.

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Fri, 26 Oct 2018 01:26:42 +0000</pubDate>
        <dc:creator>Tero Kivinen &lt;kivinen@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>8de6bd9892cd224fd1b42bcede36ffffc8b08a62 - initialize rssRecentChanges flag to 0</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/feed.php#8de6bd9892cd224fd1b42bcede36ffffc8b08a62</link>
        <description>initialize rssRecentChanges flag to 0

            List of files:
            /dokuwiki/feed.php</description>
        <pubDate>Mon, 09 Mar 2020 21:20:19 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
</channel>
</rss>
