History log of /plugin/struct/action/migration.php (Results 1 – 20 of 20)
Revision Date Author Comments
# ba662a60 07-Apr-2025 Andreas Gohr <andi@splitbrain.org>

some automatic rector fixes


# 52637a9c 18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

DB migration: add indexes for latest and published


# 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


# 66164365 21-Aug-2023 Andreas Gohr <andi@splitbrain.org>

can't pass table names as prepared params

Fixes https://forum.dokuwiki.org/d/21476/3


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

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


# fc6ac2e5 17-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Add 'published' column to db tables

First step of integrating publishing workflows into struct


# 17a3a578 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Manual code style adjustments


# bbd79bcc 10-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Migration cleanup

Finally removes a temp table left over by migration 16


# eb85832d 08-Dec-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix migration statement affecting some fields

Multivalue lookup fields referencing page schemas got corrupted by error
in SQL statement


# ef747633 20-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix order in which lookup columns are migrated


# 544dca1b 18-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix some incorrectly migrated lookup data


# e361da24 18-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix migration of lookup fields pointing to pages


# 8acbe1a4 15-May-2020 Szymon Olewniczak <solewniczak@rid.pl>

fix migration for structcombolookup plutin


# 8248cfab 29-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix code style violations


# 76a74c23 23-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Migrate database to unified schema


# 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


# 3eafcbab 15-Mar-2017 Michael Große <grosse@cosmocode.de>

Do not break migrations of other plugins

SPR-850


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

add a latest column to the multi_* tables

This makes it easier to access the most current data, similar to what we
have in single tables already