History log of /plugin/struct/action/inline.php (Results 26 – 35 of 35)
Revision Date Author Comments
# c384ac7e 15-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Revert "Fix broken page fields with title-option"

This is no longer needed, since getDataArray now always returns raw
values

This reverts commit 32488b14e3de6593c3d13408e3783b0fd3c03d5c.


# f474d7f7 15-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into lookups

* master:
Fix broken page fields with title-option
Revert "check rawValue when checking for empty rows #148"
check rawValue when checking for empty rows #148

Merge branch 'master' into lookups

* master:
Fix broken page fields with title-option
Revert "check rawValue when checking for empty rows #148"
check rawValue when checking for empty rows #148
added missing phpunit headers
allow multiple sorts on one line
removed unsupported config options from configparser

show more ...


# 32488b14 12-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Fix broken page fields with title-option

helper_plugin_struct::saveData() expects raw data

See #155


# 13eddb0f 09-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

inline editing for lookups works now

Additionally only the edited field not the wohle row is validated now.


# 94c9aa4c 08-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

renamed SchemaData and SchemaLookupData

This is to reflect that they no longer inherit from Schema


# 4ec54c67 08-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

add use of new AccessTable in action components

The inline is not fully compatible, yet.


# 63e019d0 02-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fix inline autocompletion


# 4d2da382 02-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

give explicit errors and fix sectok spelling


# cdd09a96 01-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

do various checks before editing and saving

ACLs, CSRF, page locking


# 4731b875 01-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

first rough working version of the inline editor

lots of FIXMEs to fix.


12