<?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 admin.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>16e91cc05dc8f57f43feda69c1196c720afee918 - show database size in admin</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#16e91cc05dc8f57f43feda69c1196c720afee918</link>
        <description>show database size in admin

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 26 Aug 2025 19:37:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>14fe8e279910db76dc1446ba0e4f688190343c1a - More style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#14fe8e279910db76dc1446ba0e4f688190343c1a</link>
        <description>More style fixes

            List of files:
            /plugin/sqlite/admin.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/admin.php#a7a40fb292e55f99ed1ae34981feed1314e2696b</link>
        <description>Automatic code style fixes

            List of files:
            /plugin/sqlite/admin.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>04a1c67a0ed8236614f88389948e28711a484340 - Admin: direct download of database file</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#04a1c67a0ed8236614f88389948e28711a484340</link>
        <description>Admin: direct download of database file

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Mon, 08 Jan 2024 13:38:38 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>9038f70750bfbfe3c491d5027f066b50214e269d - Cleanup for the admin interface</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#9038f70750bfbfe3c491d5027f066b50214e269d</link>
        <description>Cleanup for the admin interface

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 20 Jun 2023 19:43:59 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5a212f8e61b602e1eb44e12787f0613caaee1414 - Remove listing of the now unsupported sqlite2 databases</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#5a212f8e61b602e1eb44e12787f0613caaee1414</link>
        <description>Remove listing of the now unsupported sqlite2 databases

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 20 Jun 2023 10:57:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>14e7409b4eb4c2697720b1025e7a0b957f431059 - fix method calls missed in refactoring operation</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#14e7409b4eb4c2697720b1025e7a0b957f431059</link>
        <description>fix method calls missed in refactoring operation

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 13 Jun 2023 06:54:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7ddaad1152dc0f87d85ab16db7c7c5e825f3ce1f - Fix import/export handling, always split multi-statements</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#7ddaad1152dc0f87d85ab16db7c7c5e825f3ce1f</link>
        <description>Fix import/export handling, always split multi-statementsEven though mutliple statements can be passed to $sth-&gt;execute(),failures will only be checked in the very first statement. Failureslater on will lead to the rest of the statements to be silently ignoredrendering our rollback strategy moot.We now always split multiline statements and run them separately(affects import and migrations).The export was adjusted to not include the transaction handling andfix entry exports.

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Mon, 12 Jun 2023 07:58:57 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3a56750b42e05745f84fd97217f7133805e622eb - admin interface cleanup</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#3a56750b42e05745f84fd97217f7133805e622eb</link>
        <description>admin interface cleanupQuery saving has been moved to its own class

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Wed, 15 Mar 2023 21:03:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ecc45fdcc894bf3f8161993d2becaa86dc0ddcc0 - admin.php uses Form class now</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#ecc45fdcc894bf3f8161993d2becaa86dc0ddcc0</link>
        <description>admin.php uses Form class now

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Mon, 13 Mar 2023 09:54:38 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>af0e76916dca735b9b3d5d616a41b9d0824cf96f - fix sqlite_rename functionality: use current Form class and check security token</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#af0e76916dca735b9b3d5d616a41b9d0824cf96f</link>
        <description>fix sqlite_rename functionality: use current Form class and check security token

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Mon, 13 Mar 2023 08:41:17 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>cd9d7ecb209c737eeda0635eddd776fd9feca1f7 - remove sqlite_convert suppor which is no longer avaliable in current PHP versions</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#cd9d7ecb209c737eeda0635eddd776fd9feca1f7</link>
        <description>remove sqlite_convert suppor which is no longer avaliable in current PHP versions

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Mon, 13 Mar 2023 08:30:23 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>7431dc9076094524bfb5ec91c5cc3ebd4c86ff3e - change $_REQUEST to $INPUT</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#7431dc9076094524bfb5ec91c5cc3ebd4c86ff3e</link>
        <description>change $_REQUEST to $INPUT

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Mon, 13 Mar 2023 08:23:59 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>d6f421984a7399879dacc0bd422c17f384d5b71d - the commit: b03109898c4112e80eed9238e98ec1d04bc7dc63 has broken the plugin&apos;s admin interface. This commit fix this and still prevents the warnings.</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#d6f421984a7399879dacc0bd422c17f384d5b71d</link>
        <description>the commit: b03109898c4112e80eed9238e98ec1d04bc7dc63 has broken the plugin&apos;s admin interface. This commit fix this and still prevents the warnings.

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Wed, 08 Mar 2023 12:22:02 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>f2fcfb537a35f5a6919a2e7b39e10450a04ee86b - fix conflict</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#f2fcfb537a35f5a6919a2e7b39e10450a04ee86b</link>
        <description>fix conflict

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Wed, 08 Mar 2023 12:06:17 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>b03109898c4112e80eed9238e98ec1d04bc7dc63 - Fixed warnings &apos;undefined arrays&apos; at lines 216 and 221.</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#b03109898c4112e80eed9238e98ec1d04bc7dc63</link>
        <description>Fixed warnings &apos;undefined arrays&apos; at lines 216 and 221.

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 29 Nov 2022 18:34:30 +0000</pubDate>
        <dc:creator>nerun &lt;nerunblogs@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f97ccf1023a6cf39ecc6971c0f0ebb3978597b - args for named queries; bug fixes; lang support</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#74f97ccf1023a6cf39ecc6971c0f0ebb3978597b</link>
        <description>args for named queries; bug fixes; lang support

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Wed, 01 Sep 2021 12:21:39 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>09a0e52b9672c84e9df36f31b6cb3ce4ca9a3d16 - store saved queries in separate database</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#09a0e52b9672c84e9df36f31b6cb3ce4ca9a3d16</link>
        <description>store saved queries in separate database

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Fri, 27 Aug 2021 07:46:04 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>271f9cae79deccd6c5d138d0ebf5aa9f77c0e187 - first version of query saver</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#271f9cae79deccd6c5d138d0ebf5aa9f77c0e187</link>
        <description>first version of query saver

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 20 Jul 2021 13:02:44 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;solewniczak@rid.pl&gt;</dc:creator>
    </item>
<item>
        <title>0dbd1d4c3c78fb22ab20d15d1bf7bf7c753ab483 - add import/export to admin interface</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/admin.php#0dbd1d4c3c78fb22ab20d15d1bf7bf7c753ab483</link>
        <description>add import/export to admin interfaceSometimes I need access to my sqlite databases on a hosting where I don&apos;t have the file-level access. This import/export feature is very helpful in this case.

            List of files:
            /plugin/sqlite/admin.php</description>
        <pubDate>Tue, 10 Oct 2017 08:42:00 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;solewniczak@imz.re&gt;</dc:creator>
    </item>
</channel>
</rss>
