Version 4.4
August 16, 2021
Improvements
Most of the changes in this release were to upgrade backend services and improve application stability.
- Content engine performance and stability has been improved. This will provide faster and more reliable content processing.
- Upgraded elasticsearch version and libraries to 6.8.
- Zip archives uploaded to a project will be read using CP437 character set, which recognizes a greater range of filename characters. This will avoid upload failures due to foreign characters in filenames.
- Project administrators now have the option to delete all project search records when reprocessing an entire project.
- The admin app will automatically logout after 15 minutes of idle time (no user activity in the admin browser window). A warning will be displayed 1 minute before logout to allow user to continue the session if desired.
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 Managing Static Files for a Portalbootstrap.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.