Gentics Content.Node Changelog Summary

Gentics Content.Node 5.30.5


Bugfix SUP-6214

When using the features nice_url and publish_cache in combination, saving pages with nice URLs could fail with an internal error, which has been fixed now.


Bugfix SUP-6171

Sometimes page versions where created out of order, which could also cause some page versions to be used multiple times. This has been fixed now.


Bugfix SUP-6113

The REST API Endpoints

  • /page/usage/tag
  • /page/usage/variant
  • /page/usage/page
  • /file/usage/page
  • /image/usage/page

never returned additional data with the pages (like contenttags, objecttags, ...), although the example in the REST API documentation showed this data.
The endpoints now accept additional query parameters to add various information (similar to /folder/getPages/[id]).


Gentics Content.Node 5.30.4


Bugfix SUP-6034

When uploading a file failed (e.g. due to insufficient permissions or because it has been denied by the file upload manipulator), the response message was general and not specific to the causing problem. This has been fixed now. Especially when the file is denied by the file upload manipulator, the message provided by the file upload manipulator will be returned now.


Bugfix SUP-6010

When using the features nice_urls and multichannelling, copying a page into a folder with more restrictive inheritance settings than the source folder failed with an internal error. This has been fixed now.


Bugfix SUP-6178

UI: Enable/disable save button when an editable updates the page via the GCN JSLib.


Bugfix SUP-6238

UI: Fixed an edge-case which prevented new users from logging in.


Bugfix SUP-6162

The Tag Type Migration did not correctly handle queued pages. Queued pages have automatically been published before. This behaviour has been fixed now. Handled pages will now be put back into the queued status by the migration.


Bugfix SUP-6015

UI: Editor no longer overrides link behavior for anchor links. This restores the behavior of editables which rely on jQuery UI and other jQuery plugins.


Gentics Content.Node 5.30.3


Bugfix SUP-5856

When creating or updating a page over the REST API or with the new UI, and setting a filename without or with a wrong extension (that is: an extension that does not match the extension enforced by the page‘s template), the correct extension was not automatically appended. This has been fixed now.


Bugfix SUP-5756

When a page was rendered in preview or edit mode with Aloha Editor, the response contained the content-type of the page, but returned basically HTML code. This caused the browser to not display the response, but an error instead. This has been changed now, so that the content-type of the response will always be text/html.


Bugfix SUP-6148

UI: Embedded tools can correctly provide navigation breadcrumbs


Bugfix SUP-5755

UI: Show search field more visible


Bugfix SUP-5748

UI: Show correct usage count after new page variation created


Gentics Content.Node 5.30.2


Bugfix SUP-6086

UI: Multiple bugs of the embedded tools feature were fixed.


Gentics Content.Node 5.30.1


Documentation SUP-5990

The compatibility list has been updated.


Bugfix SUP-4942

Fixed a bug where the printing of error messages didn‘t work correctly. This could affect the error messages logged in the Scheduler logs.


Bugfix SUP-6035

In special cases when a publish process failed, this could cause some connections to the backend database to remain open. This has been fixed now.


Bugfix SUP-5894

UI: Add option to keep existing filename when replacing item


Bugfix SUP-3564

The script /Node/bin/nodectl has been modified to return a proper exit status when the Tomcat cannot be started.


Bugfix SUP-6017

When the feature nice_urls was activated, publishing of pages in a channel into the filesystem did not work, if the master node did not have publishing into the filesystem activated. This has been fixed now.


Gentics Content.Node 5.30.0


Enhancement GTXPE-259

It is now possible to configure GCMS to act as authenticating Proxy for external resources. See the Guides for details.


Enhancement GTXPE-170

UI: Add ability to send and reply to messages


Enhancement GTXPE-174

It is now possible to configure Custom Tools, that are accessible in the new UI. See the Guides for details.
The new REST API endpoint rest/admin/tools can be used to get the list of Custom Tools available for the current user.


Enhancement GTXPE-257

Improved the help text for the advanced search feature in the UI.


Enhancement GTXPE-137

The feature “cluster” allows to setup a cluster of GCMS instances. Please consult the Infoportal Guides on details.


Enhancement

The start/stop scripts of Apache Tomcat used by the CMS can now be configured, so that autoupdate uses the system specific scripts. See the Installation Guide for details.


Enhancement GTXPE-165

ImageManipulation: It is now possible to set a focal point for images.
The focal point information can be used by the Image Store Render Directive to generate Image Store URLs which apply the focal point aware crop and resize logic.
The REST API has also been enhanced to support saving and loading focal point information of images.


Enhancement GTXPE-169

UI: Add Edit to dropdown menu when editing page properties


Enhancement GTXPE-163

The Keycloak identity and access management system can now be used for SSO logins. For further information on how to enable Keycloak authentication see the documentation.


Bugfix SUP-5967

When a request with an invalid session ID was made to the Rest API, the used transaction has not been returned to the connection pool. After a while this could lock up the CMS because the connection pool was exhausted. This has been fixed.


Bugfix SUP-5925

When values of static datasource were changed in the GCMS, the values were stored with new global IDs, which caused problems during synchronization using the devtools. This has been fixed now, the global IDs of datasource values will not change during updating.


Bugfix SUP-5823

UI: Fix permissions when changing node in repository browser


Bugfix GTXPE-238

UI: Keep unread message list displayed correctly after receiving new message


Bugfix SUP-5726

UI: Fix styling for favourites stars to be more visible


Bugfix SUP-5876

When a tag containing a visible overview part was rendered in edit mode, the page was not editable any more, if the overview contained the page itself. This has been fixed now.


Bugfix SUP-5727

UI: Fix opening an item in the editor when clicking on a page in the favourites list