log mod_adhoc_cmd_admin/mod_adhoc_cmd_admin.lua @ 60:5cca708c9f11

age author description
Sat, 17 Oct 2009 01:37:25 +0200 Florian Zeitz mod_adhoc, mod_adhoc_cmd_admin: Check permissions in one place for all commands
Sat, 17 Oct 2009 01:36:25 +0200 Florian Zeitz mod_adhoc_cmd_admin: Fix session leak
Fri, 16 Oct 2009 01:37:10 +0200 Florian Zeitz mod_adhoc_cmd_admin: Possibility to limit number of received answers
Fri, 16 Oct 2009 01:36:04 +0200 Florian Zeitz mod_adhoc, mod_adhoc_cmd_admin: Show only commands they may execute to the user
Wed, 14 Oct 2009 00:52:58 +0200 Florian Zeitz mod_adhoc_cmd_admin: Add Get List of Online Users command
Sun, 11 Oct 2009 01:20:16 +0200 Florian Zeitz mod_adhoc: add adhoc.lib.lua to ease implementing new commands (as a consequence mod_adhoc is a directory now)
Sat, 10 Oct 2009 09:33:44 +0100 Matthew Wild mod_adhoc_cmd_admin: Fixed style, some typos, and got down to <100LOC. Perhaps we need util.adhoc?
Sat, 10 Oct 2009 04:16:11 +0200 Florian Zeitz mod_adhoc_cmd_admin: Define form layout only once.
Sat, 10 Oct 2009 04:01:45 +0200 Florian Zeitz mod_adhoc_cmd_admin: More utils.dataforms sugar
Sat, 10 Oct 2009 03:24:41 +0200 Florian Zeitz mod_adhoc_cmd_admin: switch to utils.dataforms. Thanks MattJ for making this possible ;)
Fri, 09 Oct 2009 21:48:20 +0200 Florian Zeitz mod_adhoc_cmd_admin: Initial commit