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


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

Rename internal schemas to "internal"


# 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


# 61e808e6 19-Nov-2020 jf908 <jf908@users.noreply.github.com>

Fix missing closing form tag


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


# d982cb29 22-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Merge pull request #472 from micgro42/fixDeprecation

fix PHP7.4 deprecation warning


# 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


# fc26989e 11-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

make sure lookups aren't assigned to pages

This prevents pattern assignment and will ignore any lookups when
reading the assignments for a given page.

Should probably have some tests


# e4e17387 13-Jul-2016 Michael Grosse <grosse@cosmocode.de>

Confirm before deleting assignment

SPR-538


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


# 9914e87e 17-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

allow regexps for page assignments. #70


# 097f4a53 14-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

moved schema listing to central place


# 4d220607 08-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

make admin interface available to managers. closes #31


# f8d8a899 01-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fixed assignment listing


# 33d7be6a 25-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

renamed a few methods to be more clear

now that we have assignments and patterns we have to differentiate
correctly


# f94f4c4f 25-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fixed a bunch of minor things found by IntelliJ Idea


# ececd523 24-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

added localization in schema assignment


# 28e05468 24-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fixed wrong error message in schema assignment


# 5f803f49 10-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fixed loading sqlite helper in assignment screen


# a3d1e459 04-Feb-2016 Andreas Gohr <andi@splitbrain.org>

made assignment overview a table

I'm not too happy about the links for the delete action, but with the
form wrapped around the table, this was the easiest way.


# dbffe06e 04-Feb-2016 Andreas Gohr <andi@splitbrain.org>

fixed bugs introduced by making admin components

also show a TOC on both admin pages to easily switch


12