4e2abec0 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix PHP-Strict Warning
The warning was about passing only variables by reference. |
b7a5ee93 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix array keys to match actual form-input names |
e11451fa | 01-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
only one select is needed here |
250c83c2 | 01-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added new class to manage page's struct data |
2af472dc | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
enforce lower case table names |
6684d78d | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
properly handle data column creation
since we want to skip empty column names we need to create the data columns one by one as well. |
a57a64a5 | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added JSON editor
This makes editing the configuration for fields nicer. Types have to define a complete (possibly empty) default structure and the editor allows to edit it then. |
ae697e1f | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
resorted code a bit
This separates the actual data holders from their editing tools. |
351ea4ea | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Schema-Editor: made type a dropdown |
7182938b | 11-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some more PHP docs for better understanding |
1c502704 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
a very first basic version of the schema editor works |
083afc55 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
a first go at the overall structure. far from complete |