log util/dataforms.lua @ 7153:89fa66d4e502

age author description
Tue, 08 Dec 2015 20:16:49 +0100 Kim Alvefur util.dataforms: Track which fields are included in a form
Sat, 12 Sep 2015 17:49:47 +0200 Kim Alvefur util.dataforms: Fix interaction of required fields and empty string values (fixes #521)
Sat, 12 Sep 2015 17:40:14 +0200 Kim Alvefur util.dataforms: Refactor parsing to reuse simple text parser instead of duplicate code
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end