<?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 sqlite.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8e7694e09b852a01b431ebce2c1c99e4945f23b8 - authPDO: extend mysql test to ensure multiple groups are read</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#8e7694e09b852a01b431ebce2c1c99e4945f23b8</link>
        <description>authPDO: extend mysql test to ensure multiple groups are readI noticed that all our tests basically only ever used one group peruser. This makes sure multiple groups work as intended.

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Sun, 02 Jan 2022 09:00:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1c33cec37215d0c964cf961bdbc49ae7db3657e6 - add needed type hints for phpunit8</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#1c33cec37215d0c964cf961bdbc49ae7db3657e6</link>
        <description>add needed type hints for phpunit8This will break a lot of plugin tests, but can&apos;t be avoided

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Thu, 04 Feb 2021 19:41:37 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3213bf4e5dd55220bd7614bf0030e6e680b4c227 - PSR-2 for authpdo plugin</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#3213bf4e5dd55220bd7614bf0030e6e680b4c227</link>
        <description>PSR-2 for authpdo plugin

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Tue, 08 May 2018 18:00:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1bff2abab47a9f8dec5518d13a0e05c44e093c6c - mark some tests as non-risky</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#1bff2abab47a9f8dec5518d13a0e05c44e093c6c</link>
        <description>mark some tests as non-riskyThose tests either just check that an exception is NOT thrown or arethere to check dependencies for other tests. Newer phpunits mark alltests as risky that have no assertion.

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Fri, 31 Mar 2017 08:08:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>12c7f5c33935c7f1a33b257b427eaac6ab58e1bc - authpdo: fix group filter</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#12c7f5c33935c7f1a33b257b427eaac6ab58e1bc</link>
        <description>authpdo: fix group filterThe filter passed by the user manager is called &apos;grps&apos; not &apos;group&apos;

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Tue, 20 Dec 2016 15:43:18 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>3e2a8145efd6c07bc5f8abdbd0ab7a2475520e9a - authpdo: fix return type of retrieveUsers() #1781</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#3e2a8145efd6c07bc5f8abdbd0ab7a2475520e9a</link>
        <description>authpdo: fix return type of retrieveUsers() #1781

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Tue, 20 Dec 2016 15:34:57 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f3c1c2076223e2d982ae33df71239d421543b264 - authpdo: fix wrong return type for getUserCount() #1781</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#f3c1c2076223e2d982ae33df71239d421543b264</link>
        <description>authpdo: fix wrong return type for getUserCount() #1781

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Tue, 20 Dec 2016 15:18:34 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>29a1d29118859a65e07d45891c58c0734b38ca9d - skip tests if sqlite or pdo is missing</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#29a1d29118859a65e07d45891c58c0734b38ca9d</link>
        <description>skip tests if sqlite or pdo is missing

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Sat, 30 Jan 2016 17:07:19 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6459f496c8689d7960a4c338677ae020055d1038 - user listing and counting added</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#6459f496c8689d7960a4c338677ae020055d1038</link>
        <description>user listing and counting added

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Sat, 30 Jan 2016 16:24:33 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e19be5160bbe04352d6ae60d2294855d246d0dde - added user deletion</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#e19be5160bbe04352d6ae60d2294855d246d0dde</link>
        <description>added user deletion

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Sat, 30 Jan 2016 15:22:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4fb8dfab9fa5bc3e6249a16d39713415988a5ec2 - usermodification works now</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#4fb8dfab9fa5bc3e6249a16d39713415988a5ec2</link>
        <description>usermodification works now

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Sat, 30 Jan 2016 14:51:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5de3a6a5ad40cfd5f62c9a028f248d53e3f9da6d - user and group creation works now</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#5de3a6a5ad40cfd5f62c9a028f248d53e3f9da6d</link>
        <description>user and group creation works now

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Sat, 30 Jan 2016 11:16:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>70a89417b85aed070861be4f936ffa8844eb63dd - added user group selection</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#70a89417b85aed070861be4f936ffa8844eb63dd</link>
        <description>added user group selection

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Fri, 29 Jan 2016 23:09:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f64dbc90055403db700941e4691ea451bb971cef - began work on PDO auth plugin</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php#f64dbc90055403db700941e4691ea451bb971cef</link>
        <description>began work on PDO auth plugin

            List of files:
            /dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php</description>
        <pubDate>Fri, 29 Jan 2016 20:25:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
