<?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 cache_use.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1c33cec37215d0c964cf961bdbc49ae7db3657e6 - add needed type hints for phpunit8</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.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/cache_use.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>d2f1d7a17e2e29d7a2471b10445570be500d337c - Rename fields and add deprecated __get/__set</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#d2f1d7a17e2e29d7a2471b10445570be500d337c</link>
        <description>Rename fields and add deprecated __get/__setThese fields might still be accessed from the outside, so in order tonot break backwards compatibility, this uses magic methods that emitdeprecation errors.

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Thu, 14 Feb 2019 22:41:13 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>0db5771e6b5f779df34a039ad49d4652eaf21893 - Refactor cache.php into different files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#0db5771e6b5f779df34a039ad49d4652eaf21893</link>
        <description>Refactor cache.php into different files

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Sat, 02 Feb 2019 12:05:17 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>bd8c2ebfb888520b80db00d3c1c6288be289862c - introduce new &quot;flaky&quot; test group</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#bd8c2ebfb888520b80db00d3c1c6288be289862c</link>
        <description>introduce new &quot;flaky&quot; test groupthis group is skipped by default

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Sat, 25 Apr 2015 08:20:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a5ac1d91deb9f263c360e34096a469b3beb681f9 - skip cache test until #694 has been fixed</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#a5ac1d91deb9f263c360e34096a469b3beb681f9</link>
        <description>skip cache test until #694 has been fixed

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Fri, 18 Jul 2014 10:19:31 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>9d60a747702d8da1436fda4de3126116a7db002b - Issue 694: fix failing test - set filemtimes explicitly in test setup</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#9d60a747702d8da1436fda4de3126116a7db002b</link>
        <description>Issue 694: fix failing test - set filemtimes explicitly in test setup

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Tue, 13 May 2014 15:14:44 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>5f3da53e253bc878946671173feef853a48604b8 - put PHPDocs comment back the way it should be</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#5f3da53e253bc878946671173feef853a48604b8</link>
        <description>put PHPDocs comment back the way it should be

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Sun, 16 Mar 2014 19:43:40 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>b23560022e3a99310a04296b3c385325e7abb747 - Fix longstanding issue with cache class &amp; cachetime setting</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#b23560022e3a99310a04296b3c385325e7abb747</link>
        <description>Fix longstanding issue with cache class &amp; cachetime setting1. cachetime setting should only be applied to the cache_renderer   class.  Previously it was applied to cache_parser (and by   extension cache_handler).2. two special cachetime values, -1 &amp; 0, weren&apos;t handled, per   FS#2183To handle the cachetime setting, -1, disable caching, a newproperty _nocache is added.  When that property is true, any cachefile must not be used and storecache() should not store any values

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Sun, 16 Mar 2014 18:32:07 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>16ca217de8ce72a9c736f35f1a62718437369d88 - Add a basic test case for the cache</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/cache_use.test.php#16ca217de8ce72a9c736f35f1a62718437369d88</link>
        <description>Add a basic test case for the cacheThis very basic test ensures that the useCache method works asexpected for simple scenarios. This test case fails without commita8795974051a91137b01ff88dbf5586a647b24ce and then also triggers thewarning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152

            List of files:
            /dokuwiki/_test/tests/inc/cache_use.test.php</description>
        <pubDate>Fri, 14 Mar 2014 12:08:32 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
</channel>
</rss>
