History log of /plugin/struct/helper/imexport.php (Results 1 – 16 of 16)
Revision Date Author Comments
# 5e29103a 11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 79b29326 24-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 748e747f 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 7cbcfbdb 07-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

better handling of failing sqlite plugin init. fixes #200


# 26d59c4a 15-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Return false if schema doesn't exist

This way neither the JSON has to be created nor has it to be decoded in
order to understand that the schema doesn't exist


# 57920350 15-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Leave error handling of helper methods to the caller


# c4ce7499 12-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Add docblocks, better names and exception handling


# 78bff02f 12-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Set the user explicitly during import

If left unset, it will default to the currently logged-in user


# aeca15ad 11-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Reinitialize db if $conf['meta'] changed


# fa7b96aa 10-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Save user on schema change and more imexport tools


# b25bb9fe 10-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Reevaluate page assignments when replacing them


# 1bd268d2 10-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Delete assignments as well


# 7c5fd8d6 09-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Add helper for im&export by other plugins