Version 4.5.9
Issue Resolution
-
An extra newline after DITA
conref
replaced content has been suppressed. This was occasionally causing unwanted whitespace to appear in HTML rendition of processed DITA topics. This processing defect was introduced in TD 4.5.3 but is now resolved. -
DITA submaps are now processed with any doctype preprocessing XSL templates that have been specified for the document type. Previously, <mapref> elements in DITA maps were resolved without benefit of custom preprocessing, which could cause errors in cases where preprocessing changes were significant for downstream processing.
-
Analytics query performance has been improved to avoid memory stress and data deficiencies, and improve system stability. As part of this change, analytics queries are limited to a 3-year date range.
Improvements
-
The TD admin application has been upgraded to comply with stricter Content Security Policy (CSP) directives. See Content-Security-Policy and Administration Application for additional information.
-
Added a documentation topic, "Content-Security-Policy and Portal Pages" in the Titania Delivery Developer's Guide to provide information on implementing strict Content Security Policy (CSP) for TD portal pages. Contact Oberon Support to discuss your TD portal CSP requirements or to engage Oberon professional services to modify a portal theme for strict CSP.
-
Multi-Factor Authentication (MFA) for administrative login has been added as an optional feature that can be enabled when requested. Contact Oberon Support to enable or disable MFA on your site. See Admin Application Login for more information.
-
The default portal page session timeout value of 15 minutes can now be configured per site. TD administrators should contact Oberon Support to request a change to the value. The new value will affect all portals on the site. Note that longer timeout values may increase security vulnerability. Administrators should check with their corporate security officer to verify compliance before requesting any change.
-
The default admin application session timeout value of 15 minutes can now be configured per site. TD administrators should contact Oberon Support to request a change to the value. Note that longer timeout values may increase security vulnerability. Administrators should check with their corporate security officer to verify compliance before requesting any change.
-
Internal upgrades to improve reliability of portal login session lifecycle.
-
Added missing documentation for
setContentFilter
custom tag. See <@td.setContentFilter>.
Deprecated Features
These platform features are deprecated and will be removed at the next major release.
-
/resources/scripts/libs
javascript files.The Titania Delivery platform includes the following javascript files that are available to themes using a url like
[td-host]/resources/scripts/libs/[filename]
. The preferred way to include front-end javascript resources is to put them in thestatic/scripts
theme directory. Refer to the Developers Guide topic, "Managing Static Files for a Portal".bootstrap.js
(version 3.0.3)bootstrap.min.js
(version 3.0.3)jquery-1.11.0.js
jquery-1.11.0.min.js
moment.min.js
(version 2.9.0)
- The default (built-in) portal login page will be removed at the
next major release. This page is automatically supplied by the
platform if the portal theme did not include a
pages/login.ftl
template. All themes provided by Oberon Technologies for the last several years have included this file. But it is possible that very old themes do not includepages/login.ftl
. To avoid problems when upgrading to the next major release, Titania administrators should verify that their portal themes include this file (if using portal authentication). Refer to the Titania Delivery Developer's Guide for additional information.