History log of /plugin/struct/_test/ (Results 276 – 300 of 315)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cf4e20c525-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fixed tests for recent delete handling changes

26147f8c24-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

handle field enable/disable

814fd28423-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fix entry tests

Now does simpler contains checks to be somehwat independent from
(design) HTML.

6cc3a79419-Feb-2016 Michael Große <grosse@cosmocode.de>

Add more tests for action_plugin_struct_entry

Github Issue #11, Issue #5

4ee0bbc819-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

01a8eccd18-Feb-2016 Michael Große <grosse@cosmocode.de>

Fix <>, !~, and *~ comps to data behaviour but simpler

SPR-317, SPR-309, GitHub: #21, #22

561f5be617-Feb-2016 Andreas Gohr <andi@splitbrain.org>

added min/max for Integer type

eb3ad34e17-Feb-2016 Michael Große <grosse@cosmocode.de>

Add *~ and = comp and adjust to data functionality

9c09fee417-Feb-2016 Michael Große <grosse@cosmocode.de>

Add missing $page parameter to setCorrectTimestamp

2987727917-Feb-2016 Michael Große <grosse@cosmocode.de>

Render output tables with data-like syntax

ToDo: summarize

a1603abd16-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

ensure lables are unique in the schema

4a7f35ff16-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

return Value objects in SchemaData

38fa36fb16-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.

d3f94fb715-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

use %pageid% instead of %pid%

to be closer to the old data plugin

7f9cb79415-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 ...

98c6f67315-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

more work on the search tests

9945e4d715-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

do some actual testing for search

simple test for now

ab700c1e15-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fixed type case in test

d1b04e8915-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

0561158f15-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

added support for selecting the PageID

b2ed727a15-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

added execute() method to search

b04b8eef11-Feb-2016 Andreas Gohr <andi@splitbrain.org>

reset database in search tests, hopefully fixes flaky tests

e457941911-Feb-2016 Andreas Gohr <andi@splitbrain.org>

fixed saving/loading when only one value was stored in multival

Needs test adjustment

0fe33e7211-Feb-2016 Andreas Gohr <andi@splitbrain.org>

use one multivalue table per schema

7059e7e110-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 ...

1...<<111213