webmcp
log
| age | author | description |
|---|---|---|
| 2015-03-26 | jbe | Code cleanup in request.handler(...) and request.default_router(...) |
| 2015-03-26 | jbe | Bugfix in request.get_param_strings{...} which caused an empty table to be returned |
| 2015-03-26 | jbe | Bugfix in request.get_param_strings{...} regarding include_internal flag |
| 2015-03-26 | jbe | Bugfix in request.get_param{...} function regarding metadata |
| 2015-03-26 | jbe | Fixed comment |
| 2015-03-26 | jbe | Fixed indentation of autodoc comments |
| 2015-03-26 | jbe | Code cleanup and performance improvements regarding 404 check; Deprecated encode.action_file_path{...} and encode.view_file_path{...} |
| 2015-03-26 | jbe | extos.stat(...) returns false (instead of nil) if file does not exist; Added extos.lstat(...) and extos.fstat(...) |