- sharpen the comment and warning about unintended uses of db_nextval- use a sequence name without t_ prefix for anon_func_seq- bump version number to 5.9.1d4
version update:- add class BanUser (use. e.g. ip address to disallow requests from a user)- optional user tracking in DB- modernize mime types- used explicit "create" statements- bump version number to 0.46
- add property "payload" to "WorkflowConstruct" in order to simplify customized workflow "allocate" actions (payload might contain a dict with the fields {name parent_id m})- simplify form loading and document source code
After fixing previous commit, use ad_urlencode_path and ad_urlencode_query instead of ns_urlencode in export_vars and export_entire_form_as_url_vars.This way URL is encoded properly and we avoid a bug when variables called "--" or with value "--" are exported.