<?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 Table.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>643ea3a6eaa27d23e64c1e9e0bac118f6174594d - fix overeager optimization in Table handler. fixes #4186</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Parsing/Handler/Table.php#643ea3a6eaa27d23e64c1e9e0bac118f6174594d</link>
        <description>fix overeager optimization in Table handler. fixes #4186This reverts an optimization introduced inbcaec9f47d06126b3e653fea89a86d8b6a6cbef8The number of elements in $this-&gt;tableCalls may change during the loop,so they need to be recounted on every step. To protect it from being&quot;optimized&quot; again, the loop was changed into a while loop.Ultimately it should be checked if this method could be optimized inanother way.

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.php</description>
        <pubDate>Wed, 07 Feb 2024 08:09:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Parsing/Handler/Table.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.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>90fb952c4c30c09c8446076ba05991c89a3f0b01 - code style: operator spacing</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Parsing/Handler/Table.php#90fb952c4c30c09c8446076ba05991c89a3f0b01</link>
        <description>code style: operator spacing

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.php</description>
        <pubDate>Thu, 31 Aug 2023 20:38:07 +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/Parsing/Handler/Table.php#7d34963b3e75ea04c63ec066a6b7a692e123cb53</link>
        <description>coding style: control flow line breaks

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

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.php</description>
        <pubDate>Tue, 29 Aug 2023 16:14:40 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>533aca443d11c7850d99ed088b80c85fdff14be3 - Fix accessing calls</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Parsing/Handler/Table.php#533aca443d11c7850d99ed088b80c85fdff14be3</link>
        <description>Fix accessing callsSome plugins need access to the handler (and rewriter) calls. Oneexample is the do plugin.This adds some accessing methods to the callWriter objects, ensures$calls can be accessed and removes some duplicate code by introducing anabstract base class.

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.php</description>
        <pubDate>Tue, 02 Jun 2020 22:28:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>277113f107ff36d064d0875e210e27a19f542f71 - Merge branch &apos;master&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Parsing/Handler/Table.php#277113f107ff36d064d0875e210e27a19f542f71</link>
        <description>Merge branch &apos;master&apos; into psr2* master:  upgraded JSON class to latest (2006) version  continue is break in switch  translation update  reference existing proper progress gif. fixes #2441  Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js for jquery  removed accidental merges of outdated translations  Change `const` use to `var` for Safari 9 (on iOS)  Fix .htaccess files for Apache 2.4 (and 2.2)  add logic if the server uses unlimited memory settings in is_mem_available()  removed safemode hack

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.php</description>
        <pubDate>Fri, 27 Jul 2018 13:04:27 +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/Parsing/Handler/Table.php#be906b566b9bdfd92c032ee07c4fd077d820a8d1</link>
        <description>moved all parsing related namespaces to their own

            List of files:
            /dokuwiki/inc/Parsing/Handler/Table.php</description>
        <pubDate>Fri, 04 May 2018 12:22:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
