History log of /plugin/sqlite/admin.php (Results 1 – 25 of 35)
Revision Date Author Comments
# 16e91cc0 26-Aug-2025 Andreas Gohr <andi@splitbrain.org>

show database size in admin


# 14fe8e27 25-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

More style fixes


# a7a40fb2 25-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic code style fixes


# 04a1c67a 08-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Admin: direct download of database file


# 9038f707 20-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Cleanup for the admin interface


# 5a212f8e 20-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Remove listing of the now unsupported sqlite2 databases


# 14e7409b 13-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix method calls missed in refactoring operation


# 7ddaad11 12-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Fix import/export handling, always split multi-statements

Even though mutliple statements can be passed to $sth->execute(),
failures will only be checked in the very first statement. Failures
later

Fix import/export handling, always split multi-statements

Even though mutliple statements can be passed to $sth->execute(),
failures will only be checked in the very first statement. Failures
later on will lead to the rest of the statements to be silently ignored
rendering 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 and
fix entry exports.

show more ...


# 3a56750b 15-Mar-2023 Andreas Gohr <andi@splitbrain.org>

admin interface cleanup

Query saving has been moved to its own class


# ecc45fdc 13-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

admin.php uses Form class now


# af0e7691 13-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

fix sqlite_rename functionality: use current Form class and check security token


# cd9d7ecb 13-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

remove sqlite_convert suppor which is no longer avaliable in current PHP versions


# 7431dc90 13-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

change $_REQUEST to $INPUT


# d6f42198 08-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

the commit: b03109898c4112e80eed9238e98ec1d04bc7dc63 has broken the plugin's admin interface. This commit fix this and still prevents the warnings.


# f2fcfb53 08-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

fix conflict


# b0310989 29-Nov-2022 nerun <nerunblogs@gmail.com>

Fixed warnings 'undefined arrays' at lines 216 and 221.


# 74f97ccf 01-Sep-2021 Szymon Olewniczak <szyolewn@pg.edu.pl>

args for named queries; bug fixes; lang support


# 09a0e52b 27-Aug-2021 Szymon Olewniczak <szyolewn@pg.edu.pl>

store saved queries in separate database


# 271f9cae 20-Jul-2021 Szymon Olewniczak <solewniczak@rid.pl>

first version of query saver


# 0dbd1d4c 10-Oct-2017 Szymon Olewniczak <solewniczak@imz.re>

add import/export to admin interface

Sometimes I need access to my sqlite databases on a hosting where I don't have the file-level access. This import/export feature is very helpful in this case.


# 5eb2cff1 10-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

visualize NULL values in interface


# f57002af 04-May-2015 PPPCR <c.raeuber@3p-engineering.de>

p tag must not contain block level elements

Paragraphs must not contain block level elements. Therefore, changed paragraph to division tag.


# 79288b58 14-May-2014 Gerrit Uitslag <klapinklapin@gmail.com>

no pass by ref for objects


# 355597ac 22-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

removed a bit of unneeded stuff


# 0542fc8e 01-Nov-2012 Klap-in <klapinklapin@gmail.com>

Changed link of headers in ToC of admin page to static url. Some code reformating.


12