| 01f8b845 | 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make label part of Page column |
| 918ccc27 | 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
only allow Page types for PageColumn |
| 94603e42 | 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
show full ID when usetitles is on #133 |
| 84a4b714 | 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Revert "Add $TITLE$ placeholder for aggregations and tests"
This reverts commit 7249dd99c6b513e7a0e270e0532734a1bf838ae4.
As discussed in #133 the $TITLE$ place holder is no longer needed since tit
Revert "Add $TITLE$ placeholder for aggregations and tests"
This reverts commit 7249dd99c6b513e7a0e270e0532734a1bf838ae4.
As discussed in #133 the $TITLE$ place holder is no longer needed since title columns match against the pid as well. Since gathering the title data for the filter is actually performance relevant, it makes sense to remove it again.
show more ...
|
| 8824339d | 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
load new config when changing the type in editor #74 |
| 31dc7cc4 | 26-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix test-filter for %pageid% haveing no effect |
| 0a4b3a41 | 26-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add test for %title% column
Issue #132 |
| db7315f6 | 25-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly dynamically filter %title% column #132 |
| d683a527 | 25-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix reverts with no content changes. (mentioned in #129)
When a revert reverts to a version that does not change the content, it should still revert the struct data. |
| bf4e3880 | 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use rawValue for old revisions and column filters #131 #129 |
| 0dd23cef | 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
changed SchemaData to have options for output control
instead of having a whole bunch of paramters to the output functions. Introduces rawValue cleaning as a new option. |
| 128d4e83 | 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduce a %title% column for aggregations. fixes #132
Using %title% works like the %pageid% column but sets usetitles to true |
| fab65495 | 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
search in pageid as well as in title. fixes #130 |
| 8b8243b2 | 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
run rawValue on found columns only |
| e7ee2b64 | 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduce Type::rawValue(). fixes #131 |
| 7249dd99 | 20-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add $TITLE$ placeholder for aggregations and tests |
| 8c8e74d3 | 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
upped version |
| 7b243b8d | 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed title select when title is unknown, adds test |
| 1815561d | 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted tests for the comparator change
filter() now gets SQL comparators passed, this saves some repeated code in different implementations. |
| 85716d37 | 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use usetitles config in autocompletion |
| a827267c | 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make titles actually work for the page type
This needs tests |
| e21befe4 | 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add PID to SchemaData select() queries |
| 40bdf4fd | 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
drop the compare() function in favor of filter() |
| 0bb4c291 | 19-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Create explicit columns with types now needed |
| 690e4eba | 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make use of filter() instead of compare() |