History log of /plugin/struct/meta/Schema.php (Results 1 – 25 of 60)
Revision Date Author Comments
# 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


# 438a804c 25-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Make all tests run with the new SQLiteDB class


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

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


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

Merge pull request #612 from cosmocode/publish

Base for publish status via new structpublish plugin


# 6c9d1a10 21-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Rename internal schemas to "internal"


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

replace a few deprecated function calls


# 55e23b11 18-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Config option noedit

Makes it possible to freeze a schema


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

Multiple fixes for PHP 8 (#600)


# 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


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

Remove islookup property of schemas

CSV import must still be adjusted


# 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


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


# 9007da58 24-Apr-2018 Michael Große <grosse@cosmocode.de>

Fix PHP notices


# 79c83e06 16-Jun-2017 Michael Große <grosse@cosmocode.de>

Add button to clear schema data


# f800af69 01-Mar-2017 Michael Große <grosse@cosmocode.de>

refactor: use trait to reduce duplicate code


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

feat: Show translatable schema names on pages

SPR-841 #45


# 636c8aba 08-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

allow other plugins to define new types. implements #170


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

better handling of failing sqlite plugin init. fixes #200


# 6ebbbb8e 10-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

check permissions


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

added editors to schema. not checked anywhere, yet


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

Merge branch 'master' into lookups

Note: this resolves a conflict in the migrations. If you worked with the
lookup branch before, you will probably need to throw away your
database.

* master:
tra

Merge branch 'master' into lookups

Note: this resolves a conflict in the migrations. If you worked with the
lookup branch before, you will probably need to throw away your
database.

* master:
translation update
Version upped
Partly reverting 12fe9b2c - export user again
Return false if schema doesn't exist
Leave error handling of helper methods to the caller
Do not export the user either
Add docblocks, better names and exception handling
Set the user explicitly during import
Fix tests
Reinitialize db if $conf['meta'] changed
Save user on schema change and more imexport tools
Reevaluate page assignments when replacing them
Delete assignments as well
Add helper for im&export by other plugins

show more ...


123