Software /
code /
prosody
Log
util/dataforms.lua @ 7442:156c95bfed0b
description | author | age |
---|---|---|
util.dataforms: Allow separation of options from values in list fields | Kim Alvefur | Fri, 27 May 2016 15:44:41 +0200 |
util.dataforms: Track which fields are included in a form | Kim Alvefur | Tue, 08 Dec 2015 20:16:49 +0100 |
util.dataforms: Fix interaction of required fields and empty string values (fixes #521) | Kim Alvefur | Sat, 12 Sep 2015 17:49:47 +0200 |
util.dataforms: Refactor parsing to reuse simple text parser instead of duplicate code | Kim Alvefur | Sat, 12 Sep 2015 17:40:14 +0200 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | Sat, 21 Feb 2015 10:36:37 +0100 |
util.dataforms: Rename unused loop counter to '_' [luacheck] | Matthew Wild | Wed, 06 May 2015 19:43:51 +0100 |
util.dataforms: Remove unused import of pairs() (thanks luacheck) | Matthew Wild | Wed, 06 May 2015 19:38:29 +0100 |