<?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 DifferenceEngine.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>0f7af8fc15eb9fba16bfb0870949756495d96a36 - replace E_USER_ERROR triggers with RuntimeExceptions</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#0f7af8fc15eb9fba16bfb0870949756495d96a36</link>
        <description>replace E_USER_ERROR triggers with RuntimeExceptionsThe use of trigger_error with a E_USER_ERROR is deprecated in PHP 8.4

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Mon, 25 Nov 2024 09:23:59 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ebba5e5de95eaa1b96ed300126060c0be9fe7603 - Add undeclared Class Properties</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#ebba5e5de95eaa1b96ed300126060c0be9fe7603</link>
        <description>Add undeclared Class PropertiesFixes Creation of dynamic property _HWLDF_WordAccumulator::$_lines /$_line / $_group / $_tag is deprecated in ./inc/DifferenceEngine.phpon line 936And proactively caught another bunch in _Diff3_Op class (not reportedin unit tests)

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Thu, 06 Apr 2023 16:04:23 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>fc55d0b2e6b8eb4249d184d2b332f6771347bdfd - remove string argument in assert - DiffEngine</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#fc55d0b2e6b8eb4249d184d2b332f6771347bdfd</link>
        <description>remove string argument in assert - DiffEngine

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Tue, 26 Dec 2017 23:14:10 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>d3b71b9db34736457aa221f20ac19242984eb524 - add tests to DifferenceEngine and optimize each removal in it</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#d3b71b9db34736457aa221f20ac19242984eb524</link>
        <description>add tests to DifferenceEngine and optimize each removal in it

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Tue, 26 Dec 2017 23:07:04 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>dd5c3e2b276985d3cf00e75dcb4fe8b3e6e71d5f - remove deprecated each calls in libraries</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#dd5c3e2b276985d3cf00e75dcb4fe8b3e6e71d5f</link>
        <description>remove deprecated each calls in libraries

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Wed, 20 Dec 2017 12:20:20 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&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/DifferenceEngine.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/DifferenceEngine.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>34df7cb037a3bc9c3b7337a01bc8615be1b6ab8d - make merge conflict labels completely customizable</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#34df7cb037a3bc9c3b7337a01bc8615be1b6ab8d</link>
        <description>make merge conflict labels completely customizable

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sat, 30 Apr 2011 11:15:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a297e675b310055196e041491f6f31444bc7e423 - Added 3way merge from PEAR Text_Diff3</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#a297e675b310055196e041491f6f31444bc7e423</link>
        <description>Added 3way merge from PEAR Text_Diff3This adds 3way merge functionality to our DifferenceEngine stack. Thecode was taken from the PEAR Text_Diff3 package and adapted to work withour implementation.For the curious:Here&apos;s a short Origin tree of the different versions of the Diff code tomake clear how our implementation is related to the PEAR package.-- original code Geoffrey T. Dairiki   `-- Adaption for the Horde project       |-- Adaption for phpwiki       |   `-- Adaption for MediaWiki       |       `-- Adaption for DokuWiki       `-- Creation of PEAR Text_Diff

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sat, 30 Apr 2011 06:24:02 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>42ea7f447f39fbc2f79eaaec31f8c10ede59c5d0 - Many PHPDocs, some unused and dyn declared vars</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#42ea7f447f39fbc2f79eaaec31f8c10ede59c5d0</link>
        <description>Many PHPDocs, some unused and dyn declared varsmany PHPDocssome unused variablessome dynamically declared variables declared

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Wed, 01 Oct 2014 09:30:27 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7ef8e99fe605c5da36ab6b5d317b22fcd17f665b - Fix CodeSniffer violations</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#7ef8e99fe605c5da36ab6b5d317b22fcd17f665b</link>
        <description>Fix CodeSniffer violationsChange indentation to ensure code confirms to CodeSniffer rules.

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Thu, 22 Aug 2013 08:01:41 +0000</pubDate>
        <dc:creator>Matt Perry &lt;matt@mattperry.com&gt;</dc:creator>
    </item>
<item>
        <title>bfd197d22f32f74940afadf1e308828773dbde18 - Added comment to DiffFormatter _escape() method</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#bfd197d22f32f74940afadf1e308828773dbde18</link>
        <description>Added comment to DiffFormatter _escape() methodClarify use of _escape() method in base class.

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Mon, 20 May 2013 18:12:52 +0000</pubDate>
        <dc:creator>hArpanet &lt;github@harpanet.com&gt;</dc:creator>
    </item>
<item>
        <title>df9752e9c1bfd3eaff132b15817baa1c6e989506 - add comment to Unified Diff Formatter making it clear the output is unsafe for use in HTML as is</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#df9752e9c1bfd3eaff132b15817baa1c6e989506</link>
        <description>add comment to Unified Diff Formatter making it clear the output is unsafe for use in HTML as is

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Wed, 10 Apr 2013 17:01:04 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>3a4ea35cfcc40e754577cb6a1e41442d14b6a0a6 - replace remaining hardcoded &apos;colspan&apos; values with -&gt;colspan</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#3a4ea35cfcc40e754577cb6a1e41442d14b6a0a6</link>
        <description>replace remaining hardcoded &apos;colspan&apos; values with -&gt;colspan

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sun, 17 Feb 2013 19:30:55 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>333ef4f3bdb4c2b3332744e3f894d9990d3c24e8 - Merge remote-tracking branch &apos;whoopdedo/diffmarkup&apos; into FS#2720</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#333ef4f3bdb4c2b3332744e3f894d9990d3c24e8</link>
        <description>Merge remote-tracking branch &apos;whoopdedo/diffmarkup&apos; into FS#2720

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sun, 17 Feb 2013 18:26:39 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>60056e697fb1666e9b491b6f9f5654b694e3b8c9 - ensure diff formatters escape their output</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#60056e697fb1666e9b491b6f9f5654b694e3b8c9</link>
        <description>ensure diff formatters escape their output

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sun, 17 Feb 2013 14:56:12 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>a69506c52fbd9c92500be4f380acc7e68d4d6560 - Remove the prefix from inline diffs.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#a69506c52fbd9c92500be4f380acc7e68d4d6560</link>
        <description>Remove the prefix from inline diffs.The line prefix was not actually indicating what it should indicate.In particular, anything in a &quot;changed&quot; block would show a &quot;!&quot; evenif the entire line was added or deleted. Better to print nothing thansomething that&apos;s wrong.

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sat, 16 Feb 2013 23:27:12 +0000</pubDate>
        <dc:creator>Tom N Harris &lt;tnharris@whoopdedo.org&gt;</dc:creator>
    </item>
<item>
        <title>56133a04d1c5dcd4825f4c0c978b8a9336d603d0 - Fix width of indicator column.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#56133a04d1c5dcd4825f4c0c978b8a9336d603d0</link>
        <description>Fix width of indicator column.

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sat, 16 Feb 2013 23:15:13 +0000</pubDate>
        <dc:creator>Tom N Harris &lt;tnharris@whoopdedo.org&gt;</dc:creator>
    </item>
<item>
        <title>f76724a46dee840092905f3d819423ffd556f14e - Move inline diff headers into a vertical column.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#f76724a46dee840092905f3d819423ffd556f14e</link>
        <description>Move inline diff headers into a vertical column.

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sat, 16 Feb 2013 21:07:00 +0000</pubDate>
        <dc:creator>Tom N Harris &lt;tnharris@whoopdedo.org&gt;</dc:creator>
    </item>
<item>
        <title>e260f93b6cea05bc39bbd77b9db5bdc0c2c424bf - xml compatibility fixes (mainly entities to unicode conversions)</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#e260f93b6cea05bc39bbd77b9db5bdc0c2c424bf</link>
        <description>xml compatibility fixes (mainly entities to unicode conversions)

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Thu, 05 Jul 2012 21:58:24 +0000</pubDate>
        <dc:creator>Anika Henke &lt;anika@selfthinker.org&gt;</dc:creator>
    </item>
<item>
        <title>ae7c596cf4e6a0a09ebcf01fe8ae98789360c5be - Merge branch &apos;master&apos; into htmlmail</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/DifferenceEngine.php#ae7c596cf4e6a0a09ebcf01fe8ae98789360c5be</link>
        <description>Merge branch &apos;master&apos; into htmlmail* master: (382 commits)  Romanian language update  Marathi language update  Arabic Language Update  when there&apos;s not enough space for images, make sure they stay proportional (might be FS#2480)  added minimal RTL print styles (part of FS#2185)  moved plugins&apos; rtl.css to their style.css counterpart (part of FS#2185)  removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary  removed comments from accidentally commented lines in tpl_includeFile()  removed obsolete template file  added tpl_includeFile() to core  Make getTitle method in remote interface public  Changed an error code in XML-RPC interface. This error hasn&apos;t anything to do with the rest of the -32600 errors.  BG: language update  Korean language update  fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447)  deleted very old (and unused) images  added accidentally removed &apos;&lt;?php&apos; back in (was in 57fc5edd)  wrapped X-UA-Compatible meta tag with conditional comments  added explanation to todo in _forms.css  removed problematic &apos;overflow: hidden&apos; from lists again (&apos;unfixes&apos; FS#1950)  ...Conflicts:	inc/auth.php	inc/load.php

            List of files:
            /dokuwiki/inc/DifferenceEngine.php</description>
        <pubDate>Sun, 15 Apr 2012 11:45:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
