History log of /plugin/struct/action/move.php (Results 1 – 20 of 20)
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


# 5b808f9f 29-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Remove islookup property of schemas

CSV import must still be adjusted


# dd40f4d1 16-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Use composite lookup values when moving pages


# 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


# 10575566 23-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Some fixme cleanups


# 0ceefd5c 11-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Start unifying schema types

Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.

The crucial change is i

Start unifying schema types

Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.

The crucial change is introduction of the composite key of pid and rid. Previous page data utilizes rid = 0 to differentiate itself. Other types, notably lookup, have autoincrementing rid.

Database migration is not implemented yet.

show more ...


# aa4884af 15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

move media references correctly


# 2cbf8951 15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

wrap move operations in a transaction


# 5a1a3bb1 15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

refactor type handling on moves. add Lookup type

still untested


# 07e48105 15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

update page references on move operations. fixes #193

untested


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

better handling of failing sqlite plugin init. fixes #200


# 025cb9da 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made Assignments singleton. fixes #163


# 606635f3 01-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

rename title pids on move as well


# e0e1cf44 01-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

only page schema's pids need to be updated on move


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# 0173e75d 21-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

handle page moves #72