Version 4.5.6
Issue Resolution
-
Retain portal page query parameters after SAML session timeout and automatic re-authentication. This will minimize disruption when a session timeout occurs while viewing a page that was invoked with URL query parameters.
-
Suppress useless validation errors from content processing when schema validation is not needed. These errors showed up in the content item validation report like
[ERROR] (filename.xml) cvc-elt.1.a: Cannot find the declaration of element 'map'.
.
Changes
-
The total number of custom site data indices is limited to 100, to prevent search system instability due to too many indices. Portal theme developers who use the indexed site data feature should ensure that the total number of user-created data indices on the platform does not exceed 100.
-
By default, Java stack traces are suppressed from freemarker error reports and portal error pages. If allowed by company security policy, administrators can enable display of stack traces on a portal by setting the portal feature
Display FreeMarker Stack Traces
. (See Portal Features.)
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.