Today's update (0863168) brings with it the following changes:
read_config
is now accessible by anonymous users when you're fetching global or site configuration. This fixes an issue with DrillPro apps on Servus.current_timezone
is available, which includes the time zone value from the browser (or a default value if not yet set). The default time zone can be set with the global configuration variable timezone
.human_date
, which is used in most situations to display timestamps. Timestamps generated before this update will show up in the UTC time zone, regardless of what time zone the user uses. The current time zone is now shown in the standard footer template, allowing for easier time zone debugging.sort_object
template handler now supports locale-aware sorting.unpack
HTTP request handler now always dispatches to an async job.PORTFOLIO.session_set_var
JavaScript function now supports async operation.unpack
HTTP request handler no longer supports unpacking archives without using async job.