| #
5a11127f |
| 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed problem with multicolumns and made the param name clearer
|
| #
7e06fb39 |
| 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
give types a way to influence sorting
|
| #
13c321db |
| 04-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
assignments and page checks do not apply to lookups
|
| #
c46f5fb1 |
| 03-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added mising doc block
|
| #
6f750ebe |
| 02-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'selectall' into inlinedit
* selectall: forgot to switch call after switching parameters
|
| #
636a5173 |
| 02-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
forgot to switch call after switching parameters
|
| #
7c85312d |
| 02-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'selectall' into inlinedit
* selectall: support * as wildcard column selection #121 iterate over tables not headers in aggregation Upped version let DateTime handle rev column o
Merge branch 'selectall' into inlinedit
* selectall: support * as wildcard column selection #121 iterate over tables not headers in aggregation Upped version let DateTime handle rev column on its own
show more ...
|
| #
577b462b |
| 02-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
support * as wildcard column selection #121
|
| #
d4b5a17c |
| 28-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added data attributes needed for the inline editor
|
| #
b92072dd |
| 28-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
let DateTime handle rev column on its own
This fixes filtering for %lastupdate%
|
| #
53528ecf |
| 27-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow multicolumn filters #124
when referencing a multi value column through the $STRUCT.<column>$ filter placeholder, all found values are used for the comparison using an OR sub group.
To make th
allow multicolumn filters #124
when referencing a multi value column through the $STRUCT.<column>$ filter placeholder, all found values are used for the comparison using an OR sub group.
To make this work some changes had to be introduced. You can only reference _one_ column in a filter, not multiple. Anything before or after the column placeholder will be applied to each value in the multicolumn.
Types overrifding the filter() method need to make sure they handle arrays in $value correctly.
show more ...
|
| #
cadfc3cc |
| 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
implement a %lastupdated% column #122
|
| #
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
|
| #
47849911 |
| 20-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #126 from cosmocode/querybuilder
WIP: use query builder for creating sql queries
|
| #
7da1a0fd |
| 20-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'regexfilter' into querybuilder
This also changes where comparators are checked
* regexfilter: reverted bad change caused by outdated IDEA index first go at regexp filters
|
| #
690e4eba |
| 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make use of filter() instead of compare()
|
| #
0dbe7bf6 |
| 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
group by the alias not the raw column
since the type may do somthing more fancy than accessing the column
|
| #
578407b2 |
| 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
have types define the column selection
|
| #
4c13ff97 |
| 18-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
rename $type to $op to avoid confusion about what a type is
|
| #
2081d4ca |
| 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use generic where in Search
|
| #
2f68434d |
| 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use the query builder in Search
Tests still run through, so it seems to be correct so far
|
| #
c9494930 |
| 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Treat 0 as a nonempty column
|
| #
9dbc8ec0 |
| 12-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not show rows in aggregations if they're empty
SPR-541
|
| #
c600e802 |
| 11-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
reverted bad change caused by outdated IDEA index
idea marked the false as an undefined parameter - turns out it was wrong.
|
| #
2e7595e7 |
| 11-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at regexp filters
|