webmcp

log

age author description
2015-03-17 jbe Added newline at end of file framework/env/slot/put.lua
2015-03-17 jbe Replaced request.add_initializer(...) and request.add_variable(...) with request.for_each(...) and request.configure(...) which both execute the passed function once in any case when being called
2015-03-16 jbe Added demo-app/app/main/_postfork/01-db.lua
2015-03-15 jbe Work on __init.lua files to support handling multiple requests per connect
2015-03-15 jbe Allow tables as sub-values of request variables (won't be cloned)
2015-03-15 jbe Initialize global variable 'app' on every request
2015-03-15 jbe Code optimization in slot.reset_all{...}
2015-03-15 jbe Remove env/ui_deprecated
2015-03-14 jbe New functions request.add_initializer(...) and request.add_variable(...) to allow per-request initialization; Merged request.process() with request.handler(...)
2015-03-02 jbe Work on demo application (to fit modified WebMCP API); Bugfixes of WebMCP
2015-03-01 jbe Bug in request.get_param_strings{...} fixed, which caused request._http_request.post_params to be corrupted
2015-03-01 jbe Use correct path for static file delivery
2015-03-01 jbe Bugfix in request.process(): io.open instead of file.open
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(...)

Impressum / About Us