| 1dfe5343 | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
another safe guard when adding our instruction. closes #79 |
| 9d580426 | 24-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 |
| f2e141a0 | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
catch JSON error in importer |
| d862884d | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added testing for tag autocompletion #80 |
| 28318177 | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
new base type for testing
introduces helper functions and basic setup. needs to be introduced to all the tests, yet. |
| 7629557e | 24-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. |
| 4d9dfb8e | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
run custom query for tag autocompletion #80 |
| 59b668aa | 23-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 |
| b025022e | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
catch fatal errors in AJAX responses |
| 9dfe4ab9 | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
autocomplete: print stack trace to console if allowdebug |
| 1dc771ec | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix caching behaviour with dynamic parameters. closes #78 |
| b2d67e7d | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check for page existance in search. fixes #77
This requires an uptodate sqlite plugin |
| 58cb1498 | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not clear data on delete during move #72 |
| c73f0ee4 | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix error when an aggregation tries to select a nonexisting column |
| bd363da9 | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
print stacktrace on allow debug |
| 16b7d914 | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust cachung if an aggregation depends on dynamic values #75 |
| d19ba4b1 | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed struct filter vars and added tests #75 |
| 45560cc7 | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
JSON_PRETTY_PRINT is not available in PHP 5.3 |
| 230f954e | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
build returns an int |
| c8500b4d | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added json import/export tests
the json facilities can now be used for other tests as well |
| 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 |
| 0fe32c6b | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed enabled/disabled handling in JS |
| d486d6d7 | 21-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow exposting struct schemas as JSON #32 |
| 5625b985 | 21-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
support for dynamic filter place holders #75
tests for struct stuff still missing no cache handling, yet |
| 0215a637 | 21-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
avoid errors when no schema or column is given |