webmcp
log
| age | author | description |
|---|---|---|
| 2017-07-23 | jbe | Improve efficiency of table.insert in case of Lua 5.3 (do not use compatibility wrapper) |
| 2017-07-23 | jbe | New function request.add_error_handler(...); Allow layout_ident to be passed directly to slot.render_layout(...) |
| 2017-07-02 | jbe | Bugfix in request.handler(...) for allowing actions to directly return content |
| 2017-06-30 | jbe | Provide custom implementation of table.insert for Lua 5.2 |
| 2017-06-28 | jbe | Improved documentation |
| 2017-06-27 | jbe | Simplified implementation of slot.set_layout(...) when using request.is_in_progress() |