<?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 parser.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/parser/parser.php#8864f72790f578689ba15408545709876d1ac2fb</link>
        <description>remove deprecated codeThis removes code that has been marked as deprecated before 2020.

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

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Tue, 29 Aug 2023 15:58:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>bbe6b3a78bfaae7c3435ed2f909108be642b4684 - Remove the htmlok and phpok embedding options</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#bbe6b3a78bfaae7c3435ed2f909108be642b4684</link>
        <description>Remove the htmlok and phpok embedding optionsBoth options have grave security implications and novice users seem toignore advice about them. In the last decades I never came across a wikithat had legitimate use of these options.If someone needs the functionality, it can easily be added back using aplugin. But I prefer to give users one less option to shoot themselvesin the foot.Removal of the translations for the config strings can follow after thishas been merged.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Wed, 12 Oct 2022 11:22:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0d088939e12fafe35ba8b017a77b7a137748b5c5 - Restore backwards compatibility for Doku_Parser</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#0d088939e12fafe35ba8b017a77b7a137748b5c5</link>
        <description>Restore backwards compatibility for Doku_ParserApparently, #2358 introduced a breaking change to the constructor andusage of Doku_Parser, which broke some plugins, e.g. the move plugin inmichitux/dokuwiki-plugin-move#176This patch should restore the legacy behavior of this deprecated class.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Tue, 14 Jan 2020 23:08:15 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4d8fb184de61d888c72a567c003e4eb3c745a17 - moved Parser to Parsing namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#d4d8fb184de61d888c72a567c003e4eb3c745a17</link>
        <description>moved Parser to Parsing namespace

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 04 May 2018 13:03:58 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&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/inc/parser/parser.php#be906b566b9bdfd92c032ee07c4fd077d820a8d1</link>
        <description>moved all parsing related namespaces to their own

            List of files:
            /dokuwiki/inc/parser/parser.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>8b1b81be965547272e7d20de20c2783fa59178cd - cleaned up Doku_Handler for PSR-2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#8b1b81be965547272e7d20de20c2783fa59178cd</link>
        <description>cleaned up Doku_Handler for PSR-2

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 04 May 2018 10:53:39 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>de226116e984ae7ce90c637005262bd90a55f285 - adjusted the Lexer for PSR-2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#de226116e984ae7ce90c637005262bd90a55f285</link>
        <description>adjusted the Lexer for PSR-2

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 04 May 2018 09:13:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>47f73ecf3ecd5d2a8e07b52f22a70ce2329d24bb - adjusted Doku_Parser for PSR-2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#47f73ecf3ecd5d2a8e07b52f22a70ce2329d24bb</link>
        <description>adjusted Doku_Parser for PSR-2All properties are declared protected. The handler is now set via theconstructor.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 04 May 2018 07:58:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 - split out parser modes into their own files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1</link>
        <description>split out parser modes into their own filesThis moves all the parser classes into their own namespace and files.Next up are the handler classes.I&apos;m not sure about the namespace, yet. A nested namepspace Parser\Modeswould probably make more sense... we&apos;ll see.This also removes the duplicated coded in the Plugin mode. We now usethe plugin trait and can inherit from AbstractMode instead.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Sat, 28 Apr 2018 10:12:06 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>64159a61e94d0ce680071c8890e144982c3a8cbe - line lengths shortened</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#64159a61e94d0ce680071c8890e144982c3a8cbe</link>
        <description>line lengths shortenedThis makes sure all files use line lenghts shorter than 120 characters.This is a quick fix. It might not always be the nicest change.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 27 Apr 2018 17:07:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b4f2363aa1360136c8a826f09aaebc6505211c73 - remove DOKU_INC checks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#b4f2363aa1360136c8a826f09aaebc6505211c73</link>
        <description>remove DOKU_INC checksThere is no need for this check, since these files should not have anymain code that is executed on direct call.Fixes PSR1.Files.SideEffects.FoundWithSymbols

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 27 Apr 2018 12:32:42 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5a1650175ab98472a3435716949986f9698eef89 - fix regex character class. fixes #2301</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#5a1650175ab98472a3435716949986f9698eef89</link>
        <description>fix regex character class. fixes #2301

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Thu, 05 Apr 2018 14:58:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c99d7c88ba37664dcecbcf186347f5c387a31155 - Merge pull request #1988 from LarsGit223/issue936</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#c99d7c88ba37664dcecbcf186347f5c387a31155</link>
        <description>Merge pull request #1988 from LarsGit223/issue936Corrected external link syntax, now requires preceding whitespace.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Sun, 27 Aug 2017 10:49:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5e964d2be0e0be81d33f7c42ac9912bdcb6db4c4 - Corrected external link syntax, now requires preceding whitespace. Fixes #936.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#5e964d2be0e0be81d33f7c42ac9912bdcb6db4c4</link>
        <description>Corrected external link syntax, now requires preceding whitespace. Fixes #936.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Thu, 25 May 2017 08:57:45 +0000</pubDate>
        <dc:creator>LarsDW223 &lt;lars_paulsen@web.de&gt;</dc:creator>
    </item>
<item>
        <title>9bda387a69855ffde5c75a9a7f4388b101f7ae4e - Corrected internal link pattern to properly handle included square brackets. Fixes #829.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#9bda387a69855ffde5c75a9a7f4388b101f7ae4e</link>
        <description>Corrected internal link pattern to properly handle included square brackets. Fixes #829.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Wed, 24 May 2017 17:58:42 +0000</pubDate>
        <dc:creator>LarsDW223 &lt;lars_paulsen@web.de&gt;</dc:creator>
    </item>
<item>
        <title>79fdbafce5bbc3655294f139c92a4ce5071de315 - Adjusted pattern for matching media links to properly handle a single &apos;}&apos; in the link text. Fixes #1587.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#79fdbafce5bbc3655294f139c92a4ce5071de315</link>
        <description>Adjusted pattern for matching media links to properly handle a single &apos;}&apos; in the link text. Fixes #1587.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Sat, 20 May 2017 11:59:49 +0000</pubDate>
        <dc:creator>LarsDW223 &lt;lars_paulsen@web.de&gt;</dc:creator>
    </item>
<item>
        <title>f50a239b3b819527445d240746b09a05fb76d103 - I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#f50a239b3b819527445d240746b09a05fb76d103</link>
        <description>I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 31 Mar 2017 02:58:14 +0000</pubDate>
        <dc:creator>Takamura &lt;plehanov.v@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>45e8987e1f40331011f6c91dab7bff6cb34631ce - more object type hints and removal of &apos;&amp;&apos; operator before objects</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#45e8987e1f40331011f6c91dab7bff6cb34631ce</link>
        <description>more object type hints and removal of &apos;&amp;&apos; operator before objects

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 15 May 2015 17:33:44 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>26e22ab837dcabe137a0912fcd2f96d0c35f48c8 - Changes for PHP 7 Compatibility</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/parser.php#26e22ab837dcabe137a0912fcd2f96d0c35f48c8</link>
        <description>Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on  class name) with php 5 __construct()Also remove some &apos;&amp;&apos; reference operators used with objectsAnd add some object type hints

            List of files:
            /dokuwiki/inc/parser/parser.php</description>
        <pubDate>Fri, 15 May 2015 17:03:34 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
