History log of /plugin/struct/action/entry.php (Results 51 – 66 of 66)
Revision Date Author Comments
# 053212b1 16-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

make use of the new Value objects in the entry form


# bd92cd68 11-Feb-2016 Andreas Gohr <andi@splitbrain.org>

use now as the timestamp to save new data


# fb31ca9f 09-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

proper checking of assignments

more assignment related stuff needs to be moved to this class


# afbd4e60 03-Feb-2016 Michael Große <grosse@cosmocode.de>

Split the values based on type, if not array already

SPR-291


# 09386d7e 03-Feb-2016 Michael Große <mic.grosse@posteo.de>

Merge pull request #3 from cosmocode/multivalueedit

first go at better multi editing support


# 899b86ac 03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

first go at better multi editing support


# 3ece9074 03-Feb-2016 Michael Große <grosse@cosmocode.de>

Some minor refactorings

SPR-291


# 016bf382 03-Feb-2016 Michael Große <grosse@cosmocode.de>

Merge remote-tracking branch 'origin/master'


# 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


# 549a0837 17-Dec-2015 Andreas Gohr <andi@splitbrain.org>

initial wizard generated structure


123