Version 4.5.15
Issue Resolution
-
Delete stale contextualized topic search records after reprocessing a DITA map. Stale search records refer to contextualized topics that no longer exist in the map (because the <topicref> was removed).
-
Correct preview links on files listed in the admin project details view, when the filename contains URL-encoded characters.
Improvements
-
Add metadata loading options to project upload tab of the TD admin app. (See Adding and Removing Content in a Project.)
-
Expand and revise user documentation for portal OIDC authentication. (See Configuring OIDC Authentication Clients.
Product Documentation
- Documented a limitation on the filename characters allowed in filenames in a Titania Delivery project. Semicolons cannot be used in the filenames uploaded to a project. See Adding and Removing Content in a Project.
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.