<?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 deprecated.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8864f72790f578689ba15408545709876d1ac2fb - remove deprecated code</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#8864f72790f578689ba15408545709876d1ac2fb</link>
        <description>remove deprecated codeThis removes code that has been marked as deprecated before 2020.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Fri, 22 Nov 2024 16:20:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f9a94e78392d6a178b0e7f29a005688fc44e5cc3 - deprecate ptln()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#f9a94e78392d6a178b0e7f29a005688fc44e5cc3</link>
        <description>deprecate ptln()This method was used to ensure some basic readability in the createdHTML sources long before Firebug and later the builtin inspector toolsin browsers pretty printed the HTML for you. Today, this is no longerneeded.This adds a custom rector rule to automatically change all occurances toecho statements.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Thu, 31 Aug 2023 18:44:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a0aeafaa2be80428767dc89e2f806edd8de8c981 - define custom renames</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#a0aeafaa2be80428767dc89e2f806edd8de8c981</link>
        <description>define custom renamesAutomatically rename occurances of deprecated functions and classes.These renames will come in even more handy when rector is applied to 3rdparty plugins.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Wed, 30 Aug 2023 13:42:06 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>723f2b49fa59f20ad0c261f69fbd4d9373086851 - add deprecated IXR classes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#723f2b49fa59f20ad0c261f69fbd4d9373086851</link>
        <description>add deprecated IXR classes

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Sat, 02 Jul 2022 18:44:25 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6225b270e09ba8d1cb10e70c9cbdbd0fe690c253 - Extract dokuwiki\Search\Indexer class</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#6225b270e09ba8d1cb10e70c9cbdbd0fe690c253</link>
        <description>Extract dokuwiki\Search\Indexer classNot sure why Doku_Indexer caused phpcs to complain about the class namenot being in PascalCase, but Doku_Handler didn&apos;t. &#55358;&#56631;The namespace and new class name was selected to be compatible with theupcoming changes in #2943. This should hpopefully reduce the overallhassle of touching the same code base.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Sat, 28 Dec 2019 23:52:19 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>820934dc5dde4982117063a0296c135334fdc7a3 - Merge branch &apos;psr2-pluginredux&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#820934dc5dde4982117063a0296c135334fdc7a3</link>
        <description>Merge branch &apos;psr2-pluginredux&apos; into psr2* psr2-pluginredux:  Minor optimizations in PluginController  Snake to Camel case fixes inn PluginController  Fix snake-&gt;camel case, doc blocks  minor code simplification  snake to camel case fixes in EventHandler  Move list of plugin types to plugin controller constant  Avoid accessing the evet system before it&apos;s intialized  Avoid processing events before the Event System is intiialized  isEnabled instead of isDisabled  removed get_directory() method from PluginController  fix type hints  moved plugin controller to Extension namespace  removed deleted file from autoloader  deprecated trigger_event() in favor of a static method on Event  First go at moving the plugin classes into their own namespace

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Sun, 19 May 2019 09:09:54 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>451969ab7559b14e82720d165019a94010752965 - &#55357;&#56986; Move Subscription class to deprecated.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#451969ab7559b14e82720d165019a94010752965</link>
        <description>&#55357;&#56986; Move Subscription class to deprecated.phpThis class has been replaced by the classes in thedokuwiki/Subscriptions namespace.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Mon, 22 Apr 2019 19:36:04 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>3a7140a158be7afab7773c232f6a21a68ec807a8 - moved plugin controller to Extension namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#3a7140a158be7afab7773c232f6a21a68ec807a8</link>
        <description>moved plugin controller to Extension namespace

            List of files:
            /dokuwiki/inc/deprecated.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/inc/deprecated.php#cbb44eabe033d70affb048ec0daf4e579e09dd20</link>
        <description>deprecated trigger_event() in favor of a static method on Event

            List of files:
            /dokuwiki/inc/deprecated.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>5a8d6e48ea57255f66cd0126355f1b73f1000de9 - Rename HTTPClient namespace to HTTP</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#5a8d6e48ea57255f66cd0126355f1b73f1000de9</link>
        <description>Rename HTTPClient namespace to HTTPThis should make namespace a bit more flexible in scope and allow us tomove more functionality there later.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Tue, 26 Mar 2019 21:05:09 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>60b9af73d5be94f130ac24a6add338442a22fe6d - Move deprecated HTTPClient classes to deprecated.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#60b9af73d5be94f130ac24a6add338442a22fe6d</link>
        <description>Move deprecated HTTPClient classes to deprecated.php

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Sun, 17 Mar 2019 12:30:28 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>c3cc6e05f5349786307d8b1c79f3da75d5fee9de - PSR2 adjustments for the PassHash class</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#c3cc6e05f5349786307d8b1c79f3da75d5fee9de</link>
        <description>PSR2 adjustments for the PassHash classI opted for ignoring the camel case funtion check not because the public hash_*methods are widely used but because I find this style actually cleanerin this case where the method name is auto-built from the hash typename.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Wed, 06 Mar 2019 19:22:43 +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/inc/deprecated.php#ccc4c71ca88c25bcefb7f42eb01f0c040487e3a9</link>
        <description>adjusted the Input clases for PSR2They are now in their own namespace.

            List of files:
            /dokuwiki/inc/deprecated.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>d443762bafe99b9292cee141f99fbe818e8d2f16 - deprecated JSON class</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#d443762bafe99b9292cee141f99fbe818e8d2f16</link>
        <description>deprecated JSON classJSON is natively supported since years. This makes2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Fri, 27 Jul 2018 13:10:49 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b78f68bc5708b0979539d0c69e2bd75e33d3cd28 - some small fixes for PSR2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#b78f68bc5708b0979539d0c69e2bd75e33d3cd28</link>
        <description>some small fixes for PSR2

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Fri, 15 Jun 2018 09:52:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0c3a5702735953748f68955d51bb478538fb6eda - split changelog classes into their own namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#0c3a5702735953748f68955d51bb478538fb6eda</link>
        <description>split changelog classes into their own namespaceThe remaining functions in inc/changelog.php should be moved into autility class.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Fri, 15 Jun 2018 09:45:58 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a6e1db4a9c0b6bd991bac30cd7f60fe26f4f5b5a - fallback classes for plugins inheriting from old settings classes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#a6e1db4a9c0b6bd991bac30cd7f60fe26f4f5b5a</link>
        <description>fallback classes for plugins inheriting from old settings classesThis will still throw a signature mismatch warning on PHP7 but at leastit is no longer fatal.

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Fri, 01 Jun 2018 09:19:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4cdb68428468a2501f137772f2429a88d41115f2 - started a dedicated file for deprecated stuff</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#4cdb68428468a2501f137772f2429a88d41115f2</link>
        <description>started a dedicated file for deprecated stuff

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Mon, 07 May 2018 20:26:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dd87735d917b53fa3e3ac66675834419ed24f832 - PSR-2 compatibility for the remote API libs</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/deprecated.php#dd87735d917b53fa3e3ac66675834419ed24f832</link>
        <description>PSR-2 compatibility for the remote API libs

            List of files:
            /dokuwiki/inc/deprecated.php</description>
        <pubDate>Mon, 07 May 2018 20:21:39 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
