Gentics Content.Node 5.30.8
Optional Manual Change
When saving forms containing ‘><”‘ chrome xss auditor was triggered. This can be deactivated by sending the X-XSS-Protection: 0 header.
Please enable the Apache 2 module “headers“. On most distributions this is done by executing “a2enmod headers”. Apache 2 has to be restarted afterwards. See https://bugs.chromium.org/p/chromium/issues/detail?id=654794 for more details on the topic.
Bugfix SUP-6295
When a previous version of a page was restored in the new UI, the page‘s status label was not updated to ‘edited‘. This has been fixed now.
Bugfix SUP-6315
When copying a tag containing a checkbox part using the REST API endpoint /page/newtag
, the tag returned by that call always claimed the checkbox part to have value “false“ (even if the copied tag was stored with the correct value “true”). This has been fixed now, the returned tag will always contain the correct data.
Bugfix SUP-6589
Groups were removed from the list of selectable recipients when sending a message.
Bugfix SUP-5179
When publishing files into a ContentRepository, errors like com.gentics.api.lib.exception.NodeException: Error while adding a dependency
where logged. Those errors had no functional consequence and will be omitted now.
Bugfix SUP-6280
When objects were synchronized between channels, overviews were not dirted and republished in all cases. This has been fixed now.
Gentics Content.Node 5.30.7
The Gravatar feature will be removed in GCMS Version 5.32.
Meanwhile, Gravatar should be disabled by setting
$FEATURE[“no_gravatar”] = true;
See also No Gravatar in the guides.
Bugfix SUP-6161
The uniqueness check for page filenames failed to detect conflicts with published page versions, when the page was modified to another filename and not republished. This has been fixed now, the uniqueness check will now also check against published page versions.
Bugfix SUP-6075
When using the feature devtools
and editing a template from the Templates list of a Node, this sometimes failed with an SGB due to an incorrect permission check. This has been fixed now.
Bugfix SUP-5153
The progress bar for downloading an import bundle has been improved to update more often.
Bugfix SUP-6501
The performance of the extended search in the new UI (especially for nodes containing many folders) has been improved.
Bugfix SUP-6250
The GlobalIdSync tool has been extended to support synchronization of datasource_values, if the datasources are in sync.
Bugfix SUP-6020
The loading of the available templates for a node (during navigation and advanced search) has been sped up.
Gentics Content.Node 5.30.6
Bugfix SUP-6041
UI: Update advanced search help texts
Bugfix SUP-5896
UI: Update gentics-ui-core version to fix modal scrolling
Bugfix SUP-6030
UI: Fix german texts for Send and Reply buttons when replying to message
Bugfix SUP-5992
UI: Fix displaying error messages
Bugfix SUP-5807
UI: Show full path in editor title when hovered
Bugfix SUP-6112
Deleting folders or triggering dependencies in multichannelling environments sometimes failed with an error like: Data inconsistent: Folder {[id]} of page {[id]} does not exist!
The cause for this error was no data inconsistency, but an incorrect multichannelling fallback, which has been fixed now.
Bugfix GTXPE-248
UI: Style image attributes to not overlapp action buttons
Bugfix SUP-6413
Sometimes files where not cached correctly. This has been fixed now.
Bugfix GTXPE-218
UI: Remove UI version from user menu and login
Bugfix SUP-6329
UI: Fix styling of overlay tagfill modals
Bugfix SUP-6361
UI: Fix styling in node properties
Bugfix SUP-6424
Sometimes, searching for contentattributes in a multichannelling contentrepository with the CR Browser failed with an error. This has been fixed now.
Bugfix SUP-6115
UI: When saving a page with an empty filename, derive it from the page name
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