log core/modulemanager.lua @ 2171:c418f2ee3ead

age author description
Mon, 23 Nov 2009 16:07:33 +0000 Matthew Wild modulemanager: New module API methods for getting config options with type conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_set
Sun, 08 Nov 2009 15:09:11 +0000 Matthew Wild modulemanager: api:get_option(): Handle correctly option values of boolean false, don't assume value unset
Sun, 18 Oct 2009 05:17:07 +0500 Waqas Hussain modulemanager: Module loading rewritten to gracefully deal with errors in module initialization.
Sun, 18 Oct 2009 03:15:33 +0500 Waqas Hussain modulemanager: Use componentmanager to create new components.