History log of /plugin/struct/admin/schemas.php (Results 26 – 40 of 40)
Revision Date Author Comments
# ae5c46fa 23-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

do not invalidate ALL caches when a schema is updated. #216

Instead we keep a separate reference file to be updated when schemas are
changed. A cache handler adds this file to all pages having schem

do not invalidate ALL caches when a schema is updated. #216

Instead we keep a separate reference file to be updated when schemas are
changed. A cache handler adds this file to all pages having schema
assignments.

Saving a schema feels noticably faster now (because JS and CSS no longer
are invalidated).

show more ...


# 0845722b 15-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fix importing into a new lookup schema


# 7c080d69 04-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

lookup schemas can now be created


# 4e427bd5 04-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

added lookup selection in schema creation dialog


# e33460e2 15-Jun-2016 Michael Grosse <grosse@cosmocode.de>

Use last file in config cascade

This last file is the one actually used to determine whether the cache
is still valid. DOKU_CONF . 'local.php' is not necessarily part of that
cascade


# c327364b 14-Jun-2016 Michael Grosse <grosse@cosmocode.de>

Invalidate the cache when a schema changes

So Schema changes are visibly immediately.

SPR-347


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


# d5a1a6dc 07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Added way to delete a schema and all its data


# 8ddf87af 22-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added Schema Import #32

This also adds a nice interface for that to the schema editor


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

allow exposting struct schemas as JSON #32


# 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


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

some localization


# 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


# 87fdbc6b 03-Feb-2016 Michael Große <grosse@cosmocode.de>

Add an adminpage for schema<->page/ns assignments

Todo: The test if a page is in a namespace with an schema assigned is
not yet implemented.


12