01a8eccd | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix <>, !~, and *~ comps to data behaviour but simpler
SPR-317, SPR-309, GitHub: #21, #22 |
eb3ad34e | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add *~ and = comp and adjust to data functionality |
9c09fee4 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add missing $page parameter to setCorrectTimestamp |
29877279 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Render output tables with data-like syntax
ToDo: summarize |
daebf1aa | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
translated Integer validation message |
17560ecb | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added validation support #11 |
61809d19 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add the sort config to the search object |
9e9bee91 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added option to translate column labels |
cf25d54b | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix problem when cols or new are are not supplied in SchemaBuilder |
2d8ff844 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make labels unique with case insensitivity |
a1603abd | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
ensure lables are unique in the schema |
a0ebae1e | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
the render method is now in the Value object instead of the column
This reverts commit 404c847729d636c8e9de4f08d5300adbbda2697a. |
053212b1 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make use of the new Value objects in the entry form |
4a7f35ff | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
return Value objects in SchemaData |
38fa36fb | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduced Value class
This class holds the value of a single cell and a reference to the column. |
404c8477 | 16-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add render method to column class |
0234787d | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added Page type and use it for the %pageid% special column |
d930c197 | 15-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Correctly initialize $this->config |
d3f94fb7 | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use %pageid% instead of %pid%
to be closer to the old data plugin |
7f9cb794 | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
implemented limit/offset with full result set count
We always sleect the full result set, then skip and fetch only what we need, counting the full set. This gives us all the data we need for proper
implemented limit/offset with full result set count
We always sleect the full result set, then skip and fetch only what we need, counting the full set. This gives us all the data we need for proper paging (with jump to end or page numbers) and is the recommended way to do it in SQLite: http://sqlite.1065341.n5.nabble.com/SQL-CALC-FOUND-ROWS-td5169.html
show more ...
|
5b2d2a8c | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed getColName to contain the data_ prefix
Added a few more guarding exceptions. We want things to break early instead of having debugging headaches later |
d1b04e89 | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
streamlined PageColumn handling
introduced a method that returns the full column name. It can always be called - on Column and PageColumn |
0561158f | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added support for selecting the PageID |
b2ed727a | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added execute() method to search |
e4579419 | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed saving/loading when only one value was stored in multival
Needs test adjustment |