3ece9074 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Some minor refactorings
SPR-291 |
04641d56 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Save Schema-Data of pages for assigned Schemas |
65598e4a | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
some refactoring in the form building
Now the whole form is inserted as a single HTML element. This makes it easier to correctly position it in the form (the position is determined dynamically now)
some refactoring in the form building
Now the whole form is inserted as a single HTML element. This makes it easier to correctly position it in the form (the position is determined dynamically now) than to have to work with permanently shifting positions witin the form object. Since we don't expect other plugins to modify our form this shuld be okay.
show more ...
|
f36fda9d | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
minor name cleanup
also always use protected instead of private as we may need to access internals during testing later on |
83beda18 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use $REV to load old schema data when editing old revision |
750a393b | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
columns are already sorted. no need to sort again |
c07703d4 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
objects are always passed by reference |
c2fd0bf0 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Show simple Schema-Form to enter values
SPR-291 |
009f0f28 | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
made autoloader function static
this makes it easier to reuse in testing |
7182938b | 11-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some more PHP docs for better understanding |
083afc55 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
a first go at the overall structure. far from complete |
549a0837 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
initial wizard generated structure |