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{...} |