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

            List of files:
            /plugin/struct/meta/AccessTablePage.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>2029240745a920e8c47936dd9ceac96395d3b47c - save unset data as empty string. #658</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#2029240745a920e8c47936dd9ceac96395d3b47c</link>
        <description>save unset data as empty string. #658Previous versions of the SQLite plugin (incorrectly) saved PHP nullvalues as empty strings. The new version correctly saves them asdatabase NULL. However for struct, we always want empty strings.

            List of files:
            /plugin/struct/meta/AccessTablePage.php</description>
        <pubDate>Wed, 09 Aug 2023 08:41:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>79b29326ae29dcbf2571b932f1b531c400b9460b - Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#79b29326ae29dcbf2571b932f1b531c400b9460b</link>
        <description>Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access

            List of files:
            /plugin/struct/meta/AccessTablePage.php</description>
        <pubDate>Wed, 24 May 2023 14:38:34 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>fc6ac2e560a8d00924bd642434731ce9aa18206d - Add &apos;published&apos; column to db tables</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#fc6ac2e560a8d00924bd642434731ce9aa18206d</link>
        <description>Add &apos;published&apos; column to db tablesFirst step of integrating publishing workflows into struct

            List of files:
            /plugin/struct/meta/AccessTablePage.php</description>
        <pubDate>Tue, 17 Aug 2021 17:59:48 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>17a3a5782666ca8742a2c64cc11565d4f9fe1076 - Manual code style adjustments</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#17a3a5782666ca8742a2c64cc11565d4f9fe1076</link>
        <description>Manual code style adjustments

            List of files:
            /plugin/struct/meta/AccessTablePage.php</description>
        <pubDate>Thu, 13 Jan 2022 14:52:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/meta/AccessTablePage.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>25e910de1500999f18a03995e9ae0922c7c182ec - Never load serial data in page editor</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#25e910de1500999f18a03995e9ae0922c7c182ec</link>
        <description>Never load serial data in page editorfixes #535Previously the page data editor pulled anything from the database associated with the current page id and having rev &lt;= current timestamp. This included serial data with rev = 0, which are now excluded.

            List of files:
            /plugin/struct/meta/AccessTablePage.php</description>
        <pubDate>Sun, 31 Jan 2021 19:39:56 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>9e5ba3244003a377d4862139d60bf2280278dd70 - Keep serial data intact when revisioning page data with the same schema and id</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.php#9e5ba3244003a377d4862139d60bf2280278dd70</link>
        <description>Keep serial data intact when revisioning page data with the same schema and id

            List of files:
            /plugin/struct/meta/AccessTablePage.php</description>
        <pubDate>Wed, 14 Oct 2020 18:07:36 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>308cc83fd5391df29d21d2bc1306c8da49fdb335 - refactoring names</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AccessTablePage.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/meta/AccessTablePage.php</description>
        <pubDate>Thu, 14 May 2020 10:41:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
