<?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 metadata.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b1a9a7addb625755af19900df6d0fba816dce1c3 - Fix stored XSS vulnerability via do=export_metadata #4305</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#b1a9a7addb625755af19900df6d0fba816dce1c3</link>
        <description>Fix stored XSS vulnerability via do=export_metadata #4305This prevents metadata export in general and also ensures the thetemporary $doc property in the metadata renderer is cleared indocument_end

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Thu, 01 Aug 2024 15:36:49 +0000</pubDate>
        <dc:creator>Kazutaka Miyasaka &lt;kazmiya@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>95078f236f25cbd6aa6d3e5aae7a3f3d39de6834 - apply code sniffer rules to inc/parser as well</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#95078f236f25cbd6aa6d3e5aae7a3f3d39de6834</link>
        <description>apply code sniffer rules to inc/parser as well

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Sat, 02 Sep 2023 09:42:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>74981a4e680e4586b25ac0a679add084112cd604 - apply PSR-12 constant visibility rule</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#74981a4e680e4586b25ac0a679add084112cd604</link>
        <description>apply PSR-12 constant visibility rulePSR-12 says constants need their visibility declared from PHP 7.1onwards

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Wed, 30 Aug 2023 11:02:49 +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/metadata.php#faf3f01b9af152b16aca96437c109c41b8250689</link>
        <description>Apply rector fixes to inc/parser

            List of files:
            /dokuwiki/inc/parser/metadata.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>29d63aa571c7ffaccb323c0bb2a6a230f95c0d5d - metadata: consider webp and svg for first images as well</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#29d63aa571c7ffaccb323c0bb2a6a230f95c0d5d</link>
        <description>metadata: consider webp and svg for first images as well

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Mon, 17 Jul 2023 13:55:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ec34bb300b254ecd0dba0fac22d8115635141cc5 - Update core code to make use of sexplode()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#ec34bb300b254ecd0dba0fac22d8115635141cc5</link>
        <description>Update core code to make use of sexplode()This makes use of our own explode mechanism everywhere were we expect afixed number of results.

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Wed, 19 Oct 2022 13:18:31 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2cd6cc0aee287817853b56fa39a11b9eecd6da90 - move resolvers into File namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#2cd6cc0aee287817853b56fa39a11b9eecd6da90</link>
        <description>move resolvers into File namespace

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Sun, 02 Jan 2022 10:22:30 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8c6be208dcb4734cf5ad7e62ab5df1d42d46ad76 - replace deprecated function calls</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#8c6be208dcb4734cf5ad7e62ab5df1d42d46ad76</link>
        <description>replace deprecated function callsReplaces the use of resolve_pageid() and resolve_mediaid() with theproper class invocations

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Mon, 05 Apr 2021 09:49:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0a444b5aa4d90235fd8a35f1cbf4edce8f56dd53 - PHP8 fix part 1: Trying to access array offset on value of type bool/null</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#0a444b5aa4d90235fd8a35f1cbf4edce8f56dd53</link>
        <description>PHP8 fix part 1: Trying to access array offset on value of type bool/null

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Sun, 01 Dec 2019 18:32:35 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>8cbc5ee84fe788597ede5266255a74af6da47555 - replaced deprecated utf8 functions</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#8cbc5ee84fe788597ede5266255a74af6da47555</link>
        <description>replaced deprecated utf8 functionsFor now this uses full qualified namespaces, sensible imports may comelater.

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Mon, 10 Jun 2019 14:12:59 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3aa984aebffea8996fc8cf49fef36ab9e294e330 - metadata.php: applied PSR2 Coding Style Guide</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#3aa984aebffea8996fc8cf49fef36ab9e294e330</link>
        <description>metadata.php: applied PSR2 Coding Style Guide

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Fri, 04 Jan 2019 20:34:12 +0000</pubDate>
        <dc:creator>LarsGit223 &lt;lars_paulsen@web.de&gt;</dc:creator>
    </item>
<item>
        <title>d9d27cdbd78c9348f869653c665ba3dfe3d40232 - Merge branch &apos;master&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#d9d27cdbd78c9348f869653c665ba3dfe3d40232</link>
        <description>Merge branch &apos;master&apos; into psr2* master:  fix appveyor, download from https always  Issue #1250, associated unit test  translation update  translation update  fix(TASK_RECENTCHANGES_TRIM event): Add isMedia flag  rename task event  add missing visibility indicator and docblocks  translation update  refactor: Rename lib/exe/indexer.php to taskrunner.php &#55357;&#56616;  refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run &#55357;&#56616;  Fix for Issue#1250 Footnotes break metadata abstract saving  feat: Trigger new event when changelog is trimmed &#10024;  style(TaskRunner): automatic whitespace fixes &#55356;&#57256;  refactor: Extract code from lib/exe/indexer into new TaskRunner class &#55357;&#56616;  translation update

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Thu, 17 May 2018 07:23:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>b8f47726234de627bf87d33458e0d312c91f2da7 - Fix for Issue#1250 Footnotes break metadata abstract saving</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#b8f47726234de627bf87d33458e0d312c91f2da7</link>
        <description>Fix for Issue#1250 Footnotes break metadata abstract saving

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Wed, 16 May 2018 11:31:01 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>e1cdd96c58c2e0fad15488a02e78cb3fe7eeb1ef - some more visibility declarations</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#e1cdd96c58c2e0fad15488a02e78cb3fe7eeb1ef</link>
        <description>some more visibility declarations

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Mon, 07 May 2018 19:32:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>de369923ccbbc3c1e79fd7b4d03677397e03876a - visibility definition for the renderers</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#de369923ccbbc3c1e79fd7b4d03677397e03876a</link>
        <description>visibility definition for the renderersI made a lot of things public that probaly should be protected. But manysyntax plugins do access renderer mechanisms directly, so better stay onthe safe side here.The base renderer is now abstract.

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Sat, 28 Apr 2018 05:06:08 +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/metadata.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/metadata.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>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/metadata.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/metadata.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>8702de7f7e170bddfdb622c393c3cac3446fd1c5 - Merge remote-tracking branch &apos;origin/master&apos; into scrutinizerissues</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#8702de7f7e170bddfdb622c393c3cac3446fd1c5</link>
        <description>Merge remote-tracking branch &apos;origin/master&apos; into scrutinizerissuesConflicts:	inc/media.php	inc/plugin.php	inc/template.php	lib/plugins/authplain/_test/escaping.test.php	lib/plugins/syntax.php

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Tue, 09 Dec 2014 16:26:28 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e3a24861f53db7293b2b17f05d5821871b85b2f6 - Update inbuilt renderers for node/leaf state in listitem_open</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#e3a24861f53db7293b2b17f05d5821871b85b2f6</link>
        <description>Update inbuilt renderers for node/leaf state in listitem_open- includes, xhtml renderer adding &apos;node&apos; class to &lt;li&gt; when it contains  child list(s)

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Mon, 01 Dec 2014 17:02:56 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>59bc3b48fdffb76ee65a4b630be3ffa1f6c20c80 - more scrutinizer issue improvements</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/parser/metadata.php#59bc3b48fdffb76ee65a4b630be3ffa1f6c20c80</link>
        <description>more scrutinizer issue improvements

            List of files:
            /dokuwiki/inc/parser/metadata.php</description>
        <pubDate>Mon, 29 Sep 2014 19:45:27 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
