History log of /plugin/struct/meta/ (Results 376 – 400 of 512)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7fb68f9e05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fix grave schema editing bug

Might be related to #82.

The SchemaBuilder expects input columns indexed by their colref number,
but Schema->columns is indexed by sort. Thus each edit possibly juggled

fix grave schema editing bug

Might be related to #82.

The SchemaBuilder expects input columns indexed by their colref number,
but Schema->columns is indexed by sort. Thus each edit possibly juggled
field definitions around.

show more ...

aee4116b05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fixed summarize option. closes #83

de07ec2330-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fixed grouping in search

9d58042624-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

refacored tests to use StructTest as base class

this makes schema setup and data loading much easier and gets rid of a
lot of duplicate code

f2e141a024-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

catch JSON error in importer

7629557e24-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

the column array should start at 0 and be sorted correctly

For some reason we stored them in column ref order. This might break
things that are not covered by tests but I hope not.

59b668aa23-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

removed distinct feature from search

this was added for tag autocompletion but does not work as expected.
should be implemented in tag type directly

b2d67e7d23-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

check for page existance in search. fixes #77

This requires an uptodate sqlite plugin

c73f0ee423-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fix error when an aggregation tries to select a nonexisting column

bd363da923-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

print stacktrace on allow debug

16b7d91422-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

adjust cachung if an aggregation depends on dynamic values #75

d19ba4b122-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fixed struct filter vars and added tests #75

45560cc722-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

JSON_PRETTY_PRINT is not available in PHP 5.3

8ddf87af22-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added Schema Import #32

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

d486d6d721-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

allow exposting struct schemas as JSON #32

5625b98521-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

support for dynamic filter place holders #75

tests for struct stuff still missing
no cache handling, yet

0215a63721-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

avoid errors when no schema or column is given

0173e75d21-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

handle page moves #72

2350b48e17-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added hidden functionality #15

9914e87e17-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

allow regexps for page assignments. #70

08e7b56816-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

moved pseudo syntax generation to SchemaData

9e7dc74c16-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fixed SQL when only multi values are selected. related to #64

806eec8216-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

allow validation to modify the value before saving

3227051015-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

correctly handle multi val columns. fixes #64

now group_concat is used

29394e6c15-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

no special handling for multi vals on sorting. fixes #61

since we have a copy of the first value now, we can simply sort by the
single value column. This will only work for data saved from now on.

1...<<1112131415161718192021