<?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 DokuWikiTest.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>83b3acccb42578eaa33f84e6b13612436320090b - SearchIndex: rewrite Indexer to use Collection classes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#83b3acccb42578eaa33f84e6b13612436320090b</link>
        <description>SearchIndex: rewrite Indexer to use Collection classesReplace the intermediate #2943 classes (FulltextIndex, MetadataIndex)with the new Collection-based architecture. The Indexer is now a thinstateless orchestrator that delegates all index work to collections.Key changes:- Indexer no longer extends AbstractIndex; page name passed to methods- addPage/deletePage/clear use PageTitleCollection,  PageFulltextCollection, and PageMetaCollection- New PageMetaCollection replaces separate ReferencesCollection and  MediaCollection with a single class that handles arbitrary metadata  keys dynamically- Shared writable FileIndex(&apos;page&apos;) passed to all collections- Logger callback replaces verbose parameter- Methods return void instead of bool- Index classes implement IteratorAggregate for clean data access- Indexer tests consolidated into namespaced IndexerTest.php- All callers updated to new stateless API

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Mon, 06 Apr 2026 10:31:11 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7f394dd683d14aba9f6131a7f9d011383c280834 - Merge branch &apos;master&apos; into searchIndex-finish</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#7f394dd683d14aba9f6131a7f9d011383c280834</link>
        <description>Merge branch &apos;master&apos; into searchIndex-finish* master: (55 commits)  Translation update (pt-br)  Bump phpseclib/phpseclib from 3.0.49 to 3.0.50  &#55358;&#56598; Update deleted files  strict value comparison in auth session check. fixes #4602  Translation update (pt-br)  Translation update (pt-br)  remove utf8_encode() from authad plugin  todo checker action: ignore vendor  updated rector and applied it  removed another php 7.4 workaround  removed an old PHP 5 workaround in HTTPClient  remove checks for mbstring.func_overload  removed php 8 polyfills  ignore HTML validation issue with skipped headline levels  declare PrefCookie constant visibility  update slika which fixes another php 8.5 deprecation issue  fix http tests  fix destructuring false returns from changelog functions  avoid using null as cache key  Fix deprecation warning in UTF8/Conversion  ...

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Sun, 05 Apr 2026 09:15:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>da1e6c6b54d727a425787f5725727152d95107c2 - updated tests for PHP 8.2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#da1e6c6b54d727a425787f5725727152d95107c2</link>
        <description>updated tests for PHP 8.2* now using DomWrapper 3.0 which removes a bunch of deprecation messages* fixed class name throwing a warning* fixed deprecated reflection use

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Sat, 07 Mar 2026 13:08:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>9df9f0c8d11cfaadf321a358ea52a8328f6661ad - Merge branch &apos;master&apos; into searchIndex-finish</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#9df9f0c8d11cfaadf321a358ea52a8328f6661ad</link>
        <description>Merge branch &apos;master&apos; into searchIndex-finishThere were a lot of conflicts to resolve. Not all of them may have beenresolved correctly...* master: (1094 commits)  Login accessibility improvements  Translation update (it)  translation update  translation update  translation update  translation update  translation update  translation update  translation update  translation update  translation update  translation update  translation update  translation update  Remove HTML from strings based on title and tagline  SECURITY: fix XSS vulnerability. fixes #4512  translation update  Fix typos in usermanager English strings  Replace hardcoded message by localized string  set DOKU_INC in rector  ...

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Mon, 27 Oct 2025 13:09:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f577a2efaaaefaee955f65130d5d7f54483f9be1 - Allow tests to expect log messages</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#f577a2efaaaefaee955f65130d5d7f54483f9be1</link>
        <description>Allow tests to expect log messages

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Mon, 25 Nov 2024 12:58:25 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dfa189a85768a42e53182a27d300bd6d69cdcc93 - avoid timeouts in tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#dfa189a85768a42e53182a27d300bd6d69cdcc93</link>
        <description>avoid timeouts in testsFor some reason it seems that CLI tests on github run with a executiontime limit that can&apos;t be disabled by setting the appropriate ini value.Even more odd, the problem seems to exist on windows only (even thoughthe same limit is set on both OSes). In any case, this simply resets thetime limit for each test run and that seems to fix the timeout issue.

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Wed, 22 Jun 2022 21:18:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>c1803f3da174a1e102253af2bf9c53f5f26de2e9 - Merge remote-tracking branch &apos;upstream/master&apos; into Refactor_Fulltext</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#c1803f3da174a1e102253af2bf9c53f5f26de2e9</link>
        <description>Merge remote-tracking branch &apos;upstream/master&apos; into Refactor_Fulltext

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Mon, 29 Nov 2021 04:24:16 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e937d00471b8194e1dc5cf14501b68d8840212a3 - typo</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#e937d00471b8194e1dc5cf14501b68d8840212a3</link>
        <description>typo

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Sun, 24 Oct 2021 07:43:31 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3366d071232242fdb14b4a47af0c5d23e8602247 - fix PHP8 errors in tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#3366d071232242fdb14b4a47af0c5d23e8602247</link>
        <description>fix PHP8 errors in testsThese were problems within the tests itself. There are many moreproblems in the actual code.

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Thu, 04 Feb 2021 20:11:45 +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/core/DokuWikiTest.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/core/DokuWikiTest.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>bd9dab32dbf9956a33ffe2b84def740c0db664a4 - remove unnamespaced php unit wrapper</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#bd9dab32dbf9956a33ffe2b84def740c0db664a4</link>
        <description>remove unnamespaced php unit wrapper

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Thu, 04 Feb 2021 19:39:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a32da6dda625a55bd713657b22f3ab332757fca6 - change Index objects to non-singleton</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#a32da6dda625a55bd713657b22f3ab332757fca6</link>
        <description>change Index objects to non-singletonIndexer, FulltextIndex, MetadataIndex uses common directory to store *.idx files, but this does not mean they should be singleton objects to avoid lock confrictions.

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Fri, 25 Sep 2020 07:15:28 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4027a91aac0d8a078226f0e5beb2158d508a1897 - use Indexer.php instead of PageIndex.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#4027a91aac0d8a078226f0e5beb2158d508a1897</link>
        <description>use Indexer.php instead of PageIndex.php

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Thu, 30 Jan 2020 12:47:41 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bb38a8844779053f301e1eafe5a5214ac3bbb407 - rewrite test files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#bb38a8844779053f301e1eafe5a5214ac3bbb407</link>
        <description>rewrite test filesreplace idx_* and ft_* functions with relevant class metods

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Sun, 19 Jan 2020 09:50:25 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4af692c25adeba403c19bd84342f212d90051447 - Avoid flaky tests by waiting full seconds</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#4af692c25adeba403c19bd84342f212d90051447</link>
        <description>Avoid flaky tests by waiting full secondsThe waitForTick() method tried to be clever and return early if a secondhad passed since the last call already. Unfortunatel this did not workreliably in our tests and we often had failures on tests that requiredunique revision numbers.Pull requests for a reliable version welcome. Until the we wait a secondon each call.

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Tue, 15 Oct 2019 12:42:59 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>3a7140a158be7afab7773c232f6a21a68ec807a8 - moved plugin controller to Extension namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#3a7140a158be7afab7773c232f6a21a68ec807a8</link>
        <description>moved plugin controller to Extension namespace

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Fri, 15 Jun 2018 16:23:52 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cbb44eabe033d70affb048ec0daf4e579e09dd20 - deprecated trigger_event() in favor of a static method on Event</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#cbb44eabe033d70affb048ec0daf4e579e09dd20</link>
        <description>deprecated trigger_event() in favor of a static method on Event

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Fri, 15 Jun 2018 15:35:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402 - First go at moving the plugin classes into their own namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402</link>
        <description>First go at moving the plugin classes into their own namespace

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Fri, 15 Jun 2018 15:05:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ccc4c71ca88c25bcefb7f42eb01f0c040487e3a9 - adjusted the Input clases for PSR2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#ccc4c71ca88c25bcefb7f42eb01f0c040487e3a9</link>
        <description>adjusted the Input clases for PSR2They are now in their own namespace.

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Tue, 19 Feb 2019 19:39:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d7e6f3915ea6c1bd7f7288d84bd94cacfab8de86 - Merge branch &apos;testinit&apos; into psr2-config</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/core/DokuWikiTest.php#d7e6f3915ea6c1bd7f7288d84bd94cacfab8de86</link>
        <description>Merge branch &apos;testinit&apos; into psr2-config* testinit:  reset config directory for every test

            List of files:
            /dokuwiki/_test/core/DokuWikiTest.php</description>
        <pubDate>Fri, 18 May 2018 14:01:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
