<?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 renderer_xhtml.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ac56bec8fe6fd490404eea13c205c47f81b471c7 - fall back to empty (root) dir for base dir detection</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#ac56bec8fe6fd490404eea13c205c47f81b471c7</link>
        <description>fall back to empty (root) dir for base dir detectionWhen a basedir could not be detected, the default previously was &apos;.&apos;resulting in a valid but weird URL (http://example.com/./doku.php). Wenow default to an empty dir, resulting in a more sensible URL ofhttp://example.com/doku.phpThis should not matter in real web server setups but will be in effectwhile testing.

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Wed, 17 Jan 2024 17:53:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1c33cec37215d0c964cf961bdbc49ae7db3657e6 - add needed type hints for phpunit8</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#1c33cec37215d0c964cf961bdbc49ae7db3657e6</link>
        <description>add needed type hints for phpunit8This will break a lot of plugin tests, but can&apos;t be avoided

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Thu, 04 Feb 2021 19:41:37 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>90d36bec4240d860ffd71a9a50c4a97264db61c4 - fix data-wiki-id test failure</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#90d36bec4240d860ffd71a9a50c4a97264db61c4</link>
        <description>fix data-wiki-id test failure

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Mon, 09 Mar 2020 21:11:49 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>be906b566b9bdfd92c032ee07c4fd077d820a8d1 - moved all parsing related namespaces to their own</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#be906b566b9bdfd92c032ee07c4fd077d820a8d1</link>
        <description>moved all parsing related namespaces to their own

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Fri, 04 May 2018 12:22:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5c2aad12d4f86628f0242d895e0b38d772a807f1 - split handler.php into multiple files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#5c2aad12d4f86628f0242d895e0b38d772a807f1</link>
        <description>split handler.php into multiple filesFor now I left Doku_Handler itself as it were. We will need to keep theclass name around for backwards compatibility but should move the classitself.I introduced a new ReWriter Interface to formalize how the various callwriter implementations are accessed.There are a whole bunch of doc blocks missing.

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Mon, 30 Apr 2018 13:19:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6506eaac3ac079120577edda961e5018bcb29465 - do not static cache useheading during tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#6506eaac3ac079120577edda961e5018bcb29465</link>
        <description>do not static cache useheading during testsThis took me way to long to figure out. The useheading setting wascached in a static variable which is fine usually as it doesn&apos;t changeduring a single request. But in testing we want to change it often.

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Wed, 30 Nov 2016 13:57:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f515db7fa4f336497ade5e5831cfd1365c7862ea - fix problems with header that look falsy. fixes #1770</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#f515db7fa4f336497ade5e5831cfd1365c7862ea</link>
        <description>fix problems with header that look falsy. fixes #1770

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Mon, 28 Nov 2016 17:23:38 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2e0ebe60098548cab64ec8414073784ae53fa22a - allow passing multiple classes as array</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#2e0ebe60098548cab64ec8414073784ae53fa22a</link>
        <description>allow passing multiple classes as array

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Fri, 10 Jun 2016 07:28:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0c4c028148c71233cd6f0a7f17b8c723dfee0aac - optional class for methods that open a table,row,cell,header, ul,ol</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php#0c4c028148c71233cd6f0a7f17b8c723dfee0aac</link>
        <description>optional class for methods that open a table,row,cell,header, ul,olLet plugins add their own classes to builtin tables or lists.Fixes #1188Alternative for #1360 (and PR #1515)

            List of files:
            /dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php</description>
        <pubDate>Sat, 30 Apr 2016 21:51:22 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
