<?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 db.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9ab8cbae39a6ffa37705f745bc76916ea212a92b - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#9ab8cbae39a6ffa37705f745bc76916ea212a92b</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Fri, 15 Aug 2025 10:53:30 +0000</pubDate>
        <dc:creator>annda &lt;17853330+annda@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>31e730e145521fb7010758415a11c928f44439b8 - Code style adjustments</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#31e730e145521fb7010758415a11c928f44439b8</link>
        <description>Code style adjustments

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Tue, 29 Aug 2023 18:40:26 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2467315abf73fd4101807db1a2bc8556e173dd38 - Fix publishable check</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#2467315abf73fd4101807db1a2bc8556e173dd38</link>
        <description>Fix publishable checkBug in aggregations: the check was always applied to current page.Instead it should check the pid of the current result row.

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Tue, 29 Aug 2023 10:53:14 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>5b1fd00b9f767f78b08ea3240adf8c1fe925892a - use composing instead of inheritance to access DB</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#5b1fd00b9f767f78b08ea3240adf8c1fe925892a</link>
        <description>use composing instead of inheritance to access DBthis should avoid two connections to the database

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Wed, 19 Jul 2023 09:57:30 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f734c62f8dcce4b72345d54c58ddabc05ccf5d4f - Update queries for new SQLiteDB class</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#f734c62f8dcce4b72345d54c58ddabc05ccf5d4f</link>
        <description>Update queries for new SQLiteDB class

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Thu, 22 Jun 2023 12:37:00 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ed00f27d283750104fb7f80bdad97cf3156c4d59 - register IS_PUBLISHED on our own database connection</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#ed00f27d283750104fb7f80bdad97cf3156c4d59</link>
        <description>register IS_PUBLISHED on our own database connectionIdeally the plugin shouldn&apos;t open it&apos;s own connection, but rely on themain struct connection. But since our helper inherits from the structhelper it is treated as a different class (not as the same as struct).So we need to ensure that our function is registered on the correctconnection.Why this has worked before is unclear. With the devel branch of thesqlite plugin it fails.In the future this should be refactored correctly.

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Mon, 22 May 2023 14:34:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8b0ba635402b9a3b9717898c9e08f6ff65eb73f7 - added more docblocks and some reformatting</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#8b0ba635402b9a3b9717898c9e08f6ff65eb73f7</link>
        <description>added more docblocks and some reformatting

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Thu, 15 Sep 2022 12:14:41 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>126b0b8e78a33b559ee525a8bc42a60b44e89ceb - Update assignments when patterns are added</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#126b0b8e78a33b559ee525a8bc42a60b44e89ceb</link>
        <description>Update assignments when patterns are added

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Wed, 14 Sep 2022 12:34:06 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>e31c94d7935dccc7709b66e483c744379995197d - move all constants to their own class</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#e31c94d7935dccc7709b66e483c744379995197d</link>
        <description>move all constants to their own class

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Wed, 14 Sep 2022 12:09:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2b546eccbf453fa6e7a7b042659a4ecc69ad11e9 - make it easier to check permissions for the current user</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#2b546eccbf453fa6e7a7b042659a4ecc69ad11e9</link>
        <description>make it easier to check permissions for the current user

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Wed, 14 Sep 2022 12:08:54 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dafa98129e3380a0db14657af63bb43f9cf8d39e - Register custom sqlite function via event</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#dafa98129e3380a0db14657af63bb43f9cf8d39e</link>
        <description>Register custom sqlite function via event

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Wed, 24 Aug 2022 10:09:49 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>939e6e3ca86690c99bc0cda50a62d61e0294ae7e - Remove obsolete helper</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#939e6e3ca86690c99bc0cda50a62d61e0294ae7e</link>
        <description>Remove obsolete helper

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Tue, 23 Aug 2022 21:19:03 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>40f4519b316f8d5316baab41bc31c713611b3179 - Working check whether current user may see not only published revisions</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#40f4519b316f8d5316baab41bc31c713611b3179</link>
        <description>Working check whether current user may see not only published revisions

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Tue, 23 Aug 2022 13:30:20 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>910e7e15ab7eacafbaa096c48916ba3bb1c5258f - Admin interface and required code cleanup</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#910e7e15ab7eacafbaa096c48916ba3bb1c5258f</link>
        <description>Admin interface and required code cleanup

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Fri, 19 Aug 2022 13:40:56 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>e394901a0f7c5b3f8d056c0f4d754d974f4f8413 - Use a regular struct schema instead of custom table</title>
        <link>http://127.0.0.1:8080/history/plugin/structpublish/helper/db.php#e394901a0f7c5b3f8d056c0f4d754d974f4f8413</link>
        <description>Use a regular struct schema instead of custom table

            List of files:
            /plugin/structpublish/helper/db.php</description>
        <pubDate>Wed, 06 Oct 2021 09:43:35 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
