History log of /plugin/struct/meta/SchemaBuilder.php (Results 1 – 25 of 46)
Revision Date Author Comments
# b8d3247d 12-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Code style fixes


# 5e29103a 11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes


# 7fe2cdf2 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply #670 and manually cleanup afterwards

fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays


# 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


# 3a41f427 05-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Fix more PHP 8 warnings

Fixes #560 #618


# ff40ffd7 27-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Merge pull request #612 from cosmocode/publish

Base for publish status via new structpublish plugin


# a91bbca2 26-Aug-2022 Andreas Gohr <andi@splitbrain.org>

replace a few deprecated function calls


# 12d2f24f 08-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Fix code style violations


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

Add 'published' column to db tables

First step of integrating publishing workflows into struct


# 1ca21e17 31-Mar-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Multiple fixes for PHP 8 (#600)


# 8f171097 27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

use proper null coalesce


# 5cc23c44 27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Return proper type when creating a Schema


# ecf2cba2 27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Use $INPUT to access server variables


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

Manual code style adjustments


# 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


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

Automatic coding style fixes


# 86a40c1e 25-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Save empty page ids as strings, not NULL

pid is part of primary key and so must not be NULL. Otherwise the unique constraint does not work, SQLite effectively treats every NULL as unique.


# 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 ...


# 127d6bac 28-Feb-2017 Michael Große <grosse@cosmocode.de>

feat: Show translatable schema names on pages

SPR-841 #45


# 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


# e2c90eeb 06-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

added editors to schema. not checked anywhere, yet


# 76f0676d 25-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

supress some inspections


12