bd92cd68 | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use now as the timestamp to save new data |
0fe33e72 | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use one multivalue table per schema |
74461852 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
no array constants in older PHP versions |
5511bd5b | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
began work on the syntax component to aggregate data
This copies over a lot of configuration functionality from the data plugin, but is still missing the functionality itself. |
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 ...
|
b8fe6730 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
old php can't use list syntax in foreach |
9d7a36f9 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more work on the search. still in debugging state |
9e7c5990 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
store the table name without data_prefix in multivals table
this keeps it consistent with everywhere else |
dbffe06e | 04-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed bugs introduced by making admin components
also show a TOC on both admin pages to easily switch |
15929be2 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at data searching |
5742aea9 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow finindg columns by name in Schema |
90ae6c2d | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make more type properties accessible via Column |
63d51bbf | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
keep table reference in Column |
1a8d1235 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved more assignment related stuff to the Assignment class |
fb31ca9f | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
proper checking of assignments
more assignment related stuff needs to be moved to this class |
04641d56 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Save Schema-Data of pages for assigned Schemas |
ce206ec7 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added filter in getColumns to leave out disabled cols |
6390a534 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add rollback query if a previous method fails |
061660dc | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Make more internal SchemaData functions protected |
35f96dd4 | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
makes SQL builder function a proper protected method
It simplifies the method's signature (page, table and ts do not need to be passed) and streamlines the input (singles and multies are now the sam
makes SQL builder function a proper protected method
It simplifies the method's signature (page, table and ts do not need to be passed) and streamlines the input (singles and multies are now the same format). Testing has been adjusted using a derived class in the test namespace
show more ...
|
d54de4ab | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Update function comments |
b0e8f711 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Save data to the database |
04eb61a6 | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
moved tid to AbstractBaseType
it makes more sense there than in the Column |
a029a4e4 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Join data from multivals table and consolidate |
5bbc683f | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix tablename |