f36cc634 | 06-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add raw CSV export
This allows exporting the raw data of a schema in the same format as used in the CSV import. |
a0b3799e | 05-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at CSV import #239
This adds CSV importing for Lookup Schemas. The format is fixed (comma separator, " encapsulation, \ escape). The first row has to contain headers matching the Schema's f
first go at CSV import #239
This adds CSV importing for Lookup Schemas. The format is fixed (comma separator, " encapsulation, \ escape). The first row has to contain headers matching the Schema's field names. Non matched fields are ignored.
No validation is done on import. All data is stored as is and will then bw interpreted by the different types.
show more ...
|
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 ...
|
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 |
0845722b | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix importing into a new lookup schema |
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 |
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 |
e4e17387 | 13-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Confirm before deleting assignment
SPR-538 |
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 |
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 |
6af24d3e | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some localization |