| cf4e20c5 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests for recent delete handling changes |
| 26147f8c | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle field enable/disable |
| 814fd284 | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix entry tests
Now does simpler contains checks to be somehwat independent from (design) HTML. |
| 6cc3a794 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add more tests for action_plugin_struct_entry
Github Issue #11, Issue #5 |
| 4ee0bbc8 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add tests for createForm() and validate()
These functions are part of the class action_plugin_struct_entry
SPR-290, GitHub Issue #11 |
| 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 |
| 561f5be6 | 17-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added min/max for Integer type |
| 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 |
| a1603abd | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
ensure lables are unique in the schema |
| 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. |
| 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 ...
|
| 98c6f673 | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more work on the search tests |
| 9945e4d7 | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do some actual testing for search
simple test for now |
| ab700c1e | 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed type case in test |
| 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 |
| b04b8eef | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
reset database in search tests, hopefully fixes flaky tests |
| e4579419 | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed saving/loading when only one value was stored in multival
Needs test adjustment |
| 0fe33e72 | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use one multivalue table per schema |
| 7059e7e1 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
have a latest column on the data table
This makes it easier to query the most recent data without having to know the exact revision time stamp it was saved (it might be different across different ta
have a latest column on the data table
This makes it easier to query the most recent data without having to know the exact revision time stamp it was saved (it might be different across different tables)
show more ...
|