History log of /plugin/struct/meta/ValueValidator.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 5e29103a 11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes


# 66055609 14-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Clear multi fields that try to save multiple empty values


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 69f051e4 09-Aug-2023 Andreas Gohr <andi@splitbrain.org>

fixed code style error


# 20292407 09-Aug-2023 Andreas Gohr <andi@splitbrain.org>

save unset data as empty string. #658

Previous versions of the SQLite plugin (incorrectly) saved PHP null
values as empty strings. The new version correctly saves them as
database NULL. However for

save unset data as empty string. #658

Previous versions of the SQLite plugin (incorrectly) saved PHP null
values as empty strings. The new version correctly saves them as
database NULL. However for struct, we always want empty strings.

show more ...


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# d680cb37 20-Jul-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Allow deleting all values from a multi field in inline editor

Fixes #439

Puts a mechanism in place to delete any previous values when saving an
empty multi field. This does NOT apply to page data,

Allow deleting all values from a multi field in inline editor

Fixes #439

Puts a mechanism in place to delete any previous values when saving an
empty multi field. This does NOT apply to page data, which is versioned
and should not be deleted on update.

show more ...


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 93ca6f4f 23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

more Validator refactoring