388a5a95 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
copy first multi val to single val on save. fixes #43 |
153400c7 | 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
method for getting all pages known to struct |
097f4a53 | 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved schema listing to central place |
c8a548a8 | 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved validation to its own class
the validator class is partly test covered through the entry tests but dedicated tests might be helpful |
7051cfa1 | 10-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Enable sorting by mutiple columns |
083109a1 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted active filter output |
d18090e8 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correct summary output |
c74e0e40 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
let PageColumns always have the same fq label |
aa124708 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
streamline sort direction handling
we now use a boolean everywhere |
668e4f8e | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly apply dynamic params to the search config |
76195677 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some form fixes for the dynamic filters |
9dbc32ae | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved the filter reducing to Search |
d60f71ef | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
flatten array returned for URL parameters |
b2b64eb3 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added tests for dynamic parameters |
9447008b | 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure page columns have a label |
3ad292a8 | 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
schemas and columns need to be known before init dyn params |
986ab7e6 | 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed methods for more coherence |
07993756 | 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
major refactoring of the whole table aggregation
this is still completely untested |
00f6af48 | 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make dynamic parameters a bit better to handle
Now the aggregation class no longer needs to juggle around with ugly strings but can simply call functions on the SearchConfigParameter class to genera
make dynamic parameters a bit better to handle
Now the aggregation class no longer needs to juggle around with ugly strings but can simply call functions on the SearchConfigParameter class to generate new parameters.
show more ...
|
9cc86dfc | 08-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
new option to select distinct data through search
this is useful for aggregating exisitng data regardless of page context |
9e07bdbf | 08-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
filters need to be their own group in the SQL |
bbf3d6aa | 07-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make column context available to types
This allows renderers to access the column info. Eg. the tag type will need the column's name to set up a filter parameter |
3a717675 | 03-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added field hints #29 |
ed713594 | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
made methods public again, protected was wrong |
0e9e058f | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix some assignment bugs and add tests #35 |