<?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 Functions.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>762252ad3ba74bfc388548601f0a94f1f5dbb90a - make PAGEISHIDDEN return an integer</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#762252ad3ba74bfc388548601f0a94f1f5dbb90a</link>
        <description>make PAGEISHIDDEN return an integer

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Thu, 15 May 2025 08:32:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ba0d12e7d10c75896525f321f22ed4995a546ca6 - separate hidden check from ACL check</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#ba0d12e7d10c75896525f321f22ed4995a546ca6</link>
        <description>separate hidden check from ACL checkGETACCESSLEVEL now no longer returns 0 for hidden pages but only doesACL checking. Instead PAGEISHIDDEN can be used to do a hidden checkindependently from ACL checking.

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Thu, 15 May 2025 08:16:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c76618fb80edaed34929d09bb56c69ab73a36b12 - Rename methods to camelCase</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#c76618fb80edaed34929d09bb56c69ab73a36b12</link>
        <description>Rename methods to camelCase

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Thu, 25 Jan 2024 14:30:29 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>14fe8e279910db76dc1446ba0e4f688190343c1a - More style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#14fe8e279910db76dc1446ba0e4f688190343c1a</link>
        <description>More style fixes

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Thu, 25 Jan 2024 13:50:15 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>a7a40fb292e55f99ed1ae34981feed1314e2696b - Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#a7a40fb292e55f99ed1ae34981feed1314e2696b</link>
        <description>Automatic code style fixes

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Thu, 25 Jan 2024 12:06:49 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ded78afbd889d811c11ff75246ecd5562de9d575 - Readd custom GROUP_CONCAT ad GROUP_CONCAT_DISTINCT #78</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#ded78afbd889d811c11ff75246ecd5562de9d575</link>
        <description>Readd custom GROUP_CONCAT ad GROUP_CONCAT_DISTINCT #78Since using GROUP_CONCAT with a custom separator and the DISTINCTkeyword is still broken in sqlite (and might never be fixed), thisreadds our custom implementation back. Using a different name than thedefault allows developers to pick the native implementation whenadequate.See also https://github.com/cosmocode/sqlite/pull/73#issuecomment-1588651185This reverts commit ff1cb7aeb9f435cab452a4ebd057f46f4dcfc245.

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Tue, 20 Jun 2023 09:14:25 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>da6f67b74ae3d238a0b055b983396f4a6ba03059 - check access levels only when auth is available</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#da6f67b74ae3d238a0b055b983396f4a6ba03059</link>
        <description>check access levels only when auth is available

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Sun, 11 Jun 2023 09:19:19 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ff1cb7aeb9f435cab452a4ebd057f46f4dcfc245 - drop custom GROUP_CONCAT implementation #78</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#ff1cb7aeb9f435cab452a4ebd057f46f4dcfc245</link>
        <description>drop custom GROUP_CONCAT implementation #78This is supported natively in sqlite now

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Tue, 16 May 2023 12:52:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8da7d8059f7b9860b1f87a4aab15e87bf96c4064 - first go at refactoring</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/Functions.php#8da7d8059f7b9860b1f87a4aab15e87bf96c4064</link>
        <description>first go at refactoringThe goal is to completely deprecate the helper plugin in favor ofinstantiating SQLiteDB

            List of files:
            /plugin/sqlite/Functions.php</description>
        <pubDate>Wed, 15 Mar 2023 18:45:11 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
