webmcp

log

age author description
2015-03-01 jbe Work on static file delivery
2015-03-01 jbe Bugfix in request.set_cookie{...}
2015-03-01 jbe Added missing pairs(...) call in for-loop in request.process() implementation
2015-03-01 jbe Added missing local declaration in framework/env/request/process.lua
2015-03-01 jbe Another bugfix in request.get_view()
2015-03-01 jbe Bugfix in request.get_view()
2015-03-01 jbe Added missing local declaration in ui.list{...} implementation
2015-03-01 jbe Send "Connection: close" header to terminate process
2015-03-01 jbe Skip application based initializers in interactive mode
2015-03-01 jbe Allow illegal routes
2015-03-01 jbe Added missing local statement in table.new(...)
2015-03-01 jbe Modified global_metatable.__newindex metamethod
2015-02-28 jbe Bugfix for globals exception (compare with _G instead of _ENV)
2015-02-28 jbe Exception for setting global variables
2015-02-28 jbe Added local variable declarations in request/default_router.lua
2015-02-28 jbe Corrected level of error() call in mcp.lua
2015-02-28 jbe Added level to error() call for setting global variables in mcp.lua
2015-02-28 jbe Allow setting certain global variables in autoloader
2015-02-28 jbe Pass _ENV to loaded chunks
2015-02-28 jbe Replace global environment as soon as possible in mcp.lua
2015-02-27 jbe Bugfix in local function pack_return_values in framework/env/execute/chunk.lua
2015-02-27 jbe Workaround for postfork-loading of multirand library
2015-02-27 jbe Added function request.get_cookie{...}
2015-02-27 jbe Added missing request.get_path() function
2015-02-27 jbe Fixed typo in execute._create_sorted_execution_list(...)
2015-02-27 jbe Initialize listeners list in framework/bin/mcp.lua
2015-02-27 jbe Removed request._app_basepath and request._app_basebase from env/request/__init.lua
2015-02-27 jbe Finished removing all references to cgi module (except demo-app); Removed partial loading mechanism
2015-02-27 jbe Use request.get_param{...} and request.get_param_strings{...} functions in request.process()
2015-02-25 jbe More work on Moonbridge integration: several changes in env/request

Impressum / About Us