<?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 CacheRenderer.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/CacheRenderer.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.php</description>
        <pubDate>Thu, 31 Aug 2023 20:44:40 +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/inc/Cache/CacheRenderer.php#7d34963b3e75ea04c63ec066a6b7a692e123cb53</link>
        <description>coding style: control flow line breaks

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.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/inc/Cache/CacheRenderer.php#177d6836e2f75d0e404be9c566e61725852a1e07</link>
        <description>coding style: control flow whitespaces

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.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>a95427a565a82aca45ae276c0f1d330606f6f9b4 - Apply rector fixes to inc/Cache</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/CacheRenderer.php#a95427a565a82aca45ae276c0f1d330606f6f9b4</link>
        <description>Apply rector fixes to inc/Cache

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.php</description>
        <pubDate>Tue, 29 Aug 2023 11:59:33 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b4b0b31be159c157f279e565ddbe3ae02269246b - Use deprecation helper</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/CacheRenderer.php#b4b0b31be159c157f279e565ddbe3ae02269246b</link>
        <description>Use deprecation helperInstead of writing our own magic getters and setters for all variablesthat used to be public, this adds a trait that does that in a genericway.This trait was copied from MediaWiki and adjusted to DokuWiki.The original author seems to be @tgr Tisza Gerg&#337;The downside of this trait is that the properties keep their(potentially undesired) name. While that could be fixed within thehelper, that might add unnecessary complexity. The name can change whensupport is dropped.

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.php</description>
        <pubDate>Fri, 22 Feb 2019 22:23:30 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>d2f1d7a17e2e29d7a2471b10445570be500d337c - Rename fields and add deprecated __get/__set</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/CacheRenderer.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/inc/Cache/CacheRenderer.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>72c2bae8d6b05c60c9a71e50d60489ff63353f57 - Fix typo and rename method in comments too</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/CacheRenderer.php#72c2bae8d6b05c60c9a71e50d60489ff63353f57</link>
        <description>Fix typo and rename method in comments too

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.php</description>
        <pubDate>Mon, 04 Feb 2019 08:53:08 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>42c00b4522b22bb210a8dd2d76c87dfcda07bc7d - Rename methods to conform with PSR 2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/CacheRenderer.php#42c00b4522b22bb210a8dd2d76c87dfcda07bc7d</link>
        <description>Rename methods to conform with PSR 2The method _useCache doesn&apos;t seem to be in use outside the core cacheclasses[0], thus no deprecation placeholder was created.[0]: https://codesearch.dokuwiki.org/search?project=dokuwiki&amp;project=plugin&amp;project=template&amp;q=&amp;defs=&amp;refs=_useCache&amp;path=&amp;hist=&amp;type=php

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.php</description>
        <pubDate>Sat, 02 Feb 2019 13:01:18 +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/inc/Cache/CacheRenderer.php#0db5771e6b5f779df34a039ad49d4652eaf21893</link>
        <description>Refactor cache.php into different files

            List of files:
            /dokuwiki/inc/Cache/CacheRenderer.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>
</channel>
</rss>
