<?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 diff.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5e29103a15bd9873f422f66a6a5239b6aec4651e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#5e29103a15bd9873f422f66a6a5239b6aec4651e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Mon, 11 Dec 2023 15:31:16 +0000</pubDate>
        <dc:creator>annda &lt;annda@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>7234bfb14e712ff548d9266ef32fdcc8eaf2d04e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Wed, 13 Sep 2023 09:45:56 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 13 Jan 2022 13:29:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>308cc83fd5391df29d21d2bc1306c8da49fdb335 - refactoring names</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#308cc83fd5391df29d21d2bc1306c8da49fdb335</link>
        <description>refactoring namesTo avoid confusion with the Lookup type, the three different ways ofaccessing a schema have now the following names:* page data - for revisioned struct data attached to a page* serial data - for an unrevisioned list of struct data attached to a                page* global data - for an unrevisioned list of struct data not attached to                any page (formaly known as lookup schema)The editor mechanism used for serial and global data is now calledAggregationEditorSome reference to lookup schemas is still in the bureaucracy supportpart.

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 14 May 2020 10:41:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd5cc28e2bf004aed676e9b1f46cc188a4b2240 - Introduce new factory methods for data access and deprecate old ones</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#4cd5cc28e2bf004aed676e9b1f46cc188a4b2240</link>
        <description>Introduce new factory methods for data access and deprecate old ones

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 07 May 2020 16:38:10 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>748e747f37aa44250ee32847b5fc3ff1e47f0835 - Manual coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#748e747f37aa44250ee32847b5fc3ff1e47f0835</link>
        <description>Manual coding style fixesMethod and variable visibility, camel case method names. Some exclusions due to inheritance

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 09 Apr 2020 18:32:42 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>d6d97f6064c3b0f90310be8341edc9585520ee54 - Automatic coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#d6d97f6064c3b0f90310be8341edc9585520ee54</link>
        <description>Automatic coding style fixes

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 09 Apr 2020 14:54:27 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>7f803aa873894c400484b80e8b543a49fdf1f9d5 - Fix data access for lookup types</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#7f803aa873894c400484b80e8b543a49fdf1f9d5</link>
        <description>Fix data access for lookup types

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Tue, 07 Apr 2020 13:57:27 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>a28d6152d34fbf818ce3f37a9ca258c2a0418144 - correctly handle old revisions pre-schema creation. fixes #241</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#a28d6152d34fbf818ce3f37a9ca258c2a0418144</link>
        <description>correctly handle old revisions pre-schema creation. fixes #241When looking at a page&apos;s old revsion (or diff) a now assigned schema maynot have existed at the the time of the given revision. This caused afatal error. Now such exceptions are ignored.

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 08 Dec 2016 14:09:19 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>0c555ad4f09fc9ecdf1857f8156a308e464a0a61 - fix: preface pagename w/ namespace for inline diff</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#0c555ad4f09fc9ecdf1857f8156a308e464a0a61</link>
        <description>fix: preface pagename w/ namespace for inline diffThe event IO_WIKIPAGE_READ saves the namespace of a page in $data[1] andonly the page_name itself in $data[2]. So this code was broken for allpages not in the root namespace.see https://www.dokuwiki.org/devel:event:io_wikipage_readFixes #232 and fixes SPR-572

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Mon, 28 Nov 2016 14:19:10 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>025cb9da4274aac00be48202c8eb49058f2dd283 - made Assignments singleton. fixes #163</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#025cb9da4274aac00be48202c8eb49058f2dd283</link>
        <description>made Assignments singleton. fixes #163

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Wed, 02 Nov 2016 13:52:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>72b4cd73ad0f3b8abb45dd442742f49fe03dd3e6 - adjust for removed option in AccessTable</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#72b4cd73ad0f3b8abb45dd442742f49fe03dd3e6</link>
        <description>adjust for removed option in AccessTable

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 11 Aug 2016 14:01:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2ff345c494645a6d26edd92e35af1da0f5e383df - Merge branch &apos;master&apos; into lookups</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#2ff345c494645a6d26edd92e35af1da0f5e383df</link>
        <description>Merge branch &apos;master&apos; into lookups* master:  Version upped  diff needs to compare raw values

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Mon, 08 Aug 2016 15:21:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>94c9aa4c35772fbb179d28f4aef658deddfcccb4 - renamed SchemaData and SchemaLookupData</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#94c9aa4c35772fbb179d28f4aef658deddfcccb4</link>
        <description>renamed SchemaData and SchemaLookupDataThis is to reflect that they no longer inherit from Schema

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Mon, 08 Aug 2016 15:08:15 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f411d87222d57469b74e2810a1ff3b1f60d1daa8 - refactor SchemaData into AccessTable with factory</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#f411d87222d57469b74e2810a1ff3b1f60d1daa8</link>
        <description>refactor SchemaData into AccessTable with factoryfirst part of the refactoring for the SchemaData and SchemaLookupDataclasses. Both now inherit from AccessTable which provides common methodsand two factory methods to automatically create the correct classdepending on the schema.Both classes no longer inherit from Schema. Instead they contain aSchema as a member variable. This makes it possible to initialize themwith an existing schema (which is required for the factory methods).The flow is now like this:1: init a schema (read info from the database)2: look at the schema to figure out if it&apos;s a lookup or not3: initialize the right Data object with the schema

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Mon, 08 Aug 2016 14:49:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>0cf47abb6db28bbf3d77ca6aac45c23b3c46a200 - diff needs to compare raw values</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#0cf47abb6db28bbf3d77ca6aac45c23b3c46a200</link>
        <description>diff needs to compare raw values

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Wed, 03 Aug 2016 13:57:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ba76620163eb4cb2b8d6042c6bec7725074f508c - Use DokuWiki new autoloader for class files</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#ba76620163eb4cb2b8d6042c6bec7725074f508c</link>
        <description>Use DokuWiki new autoloader for class filesNo longer do we need to register our own autoloader. Namespace had to bevendor prefixed.

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Thu, 28 Apr 2016 13:40:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>08e7b568f1c5230d7a69f10078bf85611fd6c0a4 - moved pseudo syntax generation to SchemaData</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#08e7b568f1c5230d7a69f10078bf85611fd6c0a4</link>
        <description>moved pseudo syntax generation to SchemaData

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Wed, 16 Mar 2016 15:39:48 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>10caaf49b40633de3b5904a1b930df150efdf1d6 - Show struct differences in diff view. SPR-31 closes #4</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/diff.php#10caaf49b40633de3b5904a1b930df150efdf1d6</link>
        <description>Show struct differences in diff view. SPR-31 closes #4

            List of files:
            /plugin/struct/action/diff.php</description>
        <pubDate>Tue, 23 Feb 2016 11:43:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
