Gentics Content.Node Changelog Summary

Gentics Content.Node 5.32.7


Bugfix SUP-7377

The button for editing images with the feature Image Manipulation 2 out of the tagfill dialog was sometimes not shown in the new UI, and if shown opened the old image manipulation. Those issues have been fixed, the button will now always be visible and will open the new image manipulation.


Bugfix SUP-7324

When publishing into a Mesh ContentRepository, obsolete objects will now be removed before other objects are created/updated. This fixes uniqueness issues, when e.g. a page is deleted and replaced with another page having the same filename.


Bugfix SUP-7342

The internal links rendered in a live preview did not contain the correct SID when using a Mesh portal preview URL. This has been fixed now.


Gentics Content.Node 5.32.6


Bugfix SUP-7346

If the portletapp prefix was changed in the context path configuration the FUM Url of the File Upload Manipulator did not point to the destination where the file to manipulate could be fetched from. This has been fixed.


Bugfix SUP-6971

Fixes an issue with unexpected “Invalid SID” error messages on login.


Bugfix SUP-7331

Fixes an issue when a modal is open and navigating away is still possible.


Bugfix SUP-7397

Fixes an issue when the page is editable, but the save button is not active immediately.


Bugfix SUP-7355

A NullpointerException occured when using the GIS Directive option “fpsmart” without a valid source image. This has been fixed.


Gentics Content.Node 5.32.5


Bugfix SUP-7241

Fix incorrect behavior of the ‘publish‘ action for pages with a ‘publish at‘ date. The user can now choose whether to publish the page immediately or to leave the set ‘publish at‘ date.


Bugfix SUP-7325

The number of parallel image resize operations performed by the CMS Server has been limited to 10 in order to avoid memory exhaustion.
See the guides for details on configuration of the GenticsImageStore.


Bugfix SUP-7283

Removed the discontinued webdav feature.


Gentics Content.Node 5.32.4


Bugfix SUP-7057

Error handling for database problems during publish runs has been improved.


Bugfix SUP-7260

Fixed an Angular “Expression changed after it was checked” error.


Bugfix SUP-7275

The page menu entry “Delete old versions” has been removed. Old page versions can be purged with the purgeversions scheduler task.


Bugfix SUP-7188

Resolves an issue that prevented opening new translations in the translations editor.


Bugfix SUP-7278

MeshPublisher: A potential deadlock situation has been fixed.


Bugfix SUP-7136

Fixes the letter case on advanced search filter labels.


Gentics Content.Node 5.32.3


Documentation SUP-7180

Enhanced the “Indexing with Elasticsearch” documentation page.


Bugfix SUP-7125

Resolves an issue when folders/images/files/pages are non-existing anymore but the associated favourites are still in the list.


Bugfix SUP-7112

Timemanagement for modified pages was not performed correctly. This has been fixed, and pages with timemanagement will now be published and taken offline accordingly.


Bugfix SUP-7248

  • Remove the restriction to fill out both FROM and TO input fields for “showing pages online” feature.

Bugfix SUP-7192

  • Resolves an issue for images when dimensions cannot be detected correctly.
  • Removes editing capabilities on images that cannot be edited or when editing may cause data loss for that image.

Bugfix SUP-7120

Rendering the preview of a page by posting the page model to the REST endpoint /CNPortletapp/rest/page/render failed with an error in preview mode. This also affected rendering the preview of a tag using the Gentics Content.Node JavaScript API and has been fixed now.


Bugfix SUP-7184

Fixes an issue that prevented users to publish a page in edit mode.


Bugfix

Updated the Gentics UI Image Editor to 0.4.0, which address an issue when a translation is not exists in Gentics UI Image Editor it was stopped working in some cases.


Bugfix

The REST API has been extended to allow loading node specific settings via the endpoint /rest/node/[NODEID]/settings. For configuration options and how to retrieve the settings via the REST API look the the documentation


Bugfix SUP-6814

When several parts of a tagtype had the same keyword and the tagtype was synchronized into the filesystem by the devtools feature, the created files for those tagparts were overwritten. The behavior has been changed so that such tagtypes will not be synchronized into the filesystem, and the synchronization process will fail.


Gentics Content.Node 5.32.2


Bugfix SUP-7026

Fix ItemList layout problems on mobile devices with long item names.


Bugfix SUP-7094

When publishing into a Mesh ContentRepository with “Project per Node” enabled, the publish directory segment of the root folder will now be appended to the pathPrefix of the Mesh branch.


Bugfix SUP-7094

Requests to render a page preview in a channel with a Mesh preview URL will now get the channel uuid as query parameter.


Gentics Content.Node 5.32.1


Bugfix SUP-7040

Fixed an error when viewing devtools packages.


Bugfix SUP-7025

Fix problems with IFrames that are nested inside the content frame‘s master IFrame and which are incompatible with the injected GCMS UI scripts and/or styles, by allowing such IFrames to skip GCMS UI scripts and styles injection.


Bugfix SUP-7068

Fix ‘Publish‘ context menu item being erroneously displayed for images and files as well.


Bugfix SUP-7066

When using multithreaded publishing in a clustered GCMS environment, the GCMS start page would not load when requested from a cluster node, which was not the current master while the publish process was running. The error log would show an error like “java.io.NotSerializableException: com.gentics.contentnode.publish.PublishThreadInfo”. This has been fixed now.


Bugfix SUP-7069

Make sure that the “Force Publish” file/image property is only displayed when the contentfile_auto_offline feature is active for a node.


Bugfix SUP-7046

Fixed an Angular expression changed after it was checked error.


Bugfix SUP-6107

Fix bug with pagination for images.


Bugfix GTXPE-408

When publishing into a Mesh ContentRepository, the publish directory prefix configured for the Node/Channel was ignored. This has been fixed now, the publish directory prefix of the Node/Channel will now be set onto the pathPrefix of the Mesh branch.


Bugfix SUP-7020

When using the basic search bar to filter the items of the current folder, in most cases only the first page of items got filtered. This has been fixed.


Bugfix SUP-7033

During a publish process, unnecessary EmptyStackExceptions were logged, which are suppressed now.


Bugfix SUP-7031

Creating a new node with “publish directory segments” enabled failed with an error. This has been fixed now


Gentics Content.Node 5.32.0


Optional Manual Change

Publishing into a Mesh ContentRepository requires at least version 0.27.1 of Gentics Mesh.

See the Changelog of Gentics Mesh for details.


Enhancement GTXPE-272

UI: Allow image list to switch between grid view and list view


Enhancement GTXPE-304

The File Upload Manipulator has been extended:

  • The request to the FUM URL will now also include information about the user uploading the file.
  • FUM actions will now also be logged in the logcmd.

Enhancement GTXPE-336

The REST Model for Constructs has been extended. See the Guides for details.


Enhancement GTXPE-318

The Gravatar feature (display Gravatar images in the old UI) has been removed.


Enhancement GTXPE-321

The search (and extended search) will now also search for Nice URLs of pages.


Enhancement GTXPE-321

The REST API endpoint /folder/getPages/{id} has been extended:

  • The new query Parameter niceurl allows filtering the returned pages by nice URL (with regular expressions)
  • Searches done with the query Paramter search will now also search nice URLs

Enhancement GTXPE-368

Introduces Debug Tools with the following features:

  • Adds possibility to clear local data stored in the browser regarding to Gentics CMS.
  • Adds possibility to generate report from Gentics CMS for further analysis and product improvements.

Enhancement GTXPE-354

It is now possible to filter the list of tagtypes by used part types in the extended tagtype search.


Enhancement GTXPE-402

When synchronizing an object from a channel with the master channel, all dependencies of the object are now pre-selected for synchronization by default.


Enhancement GTXPE-333

When publishing into a Mesh ContentRepository, it is now possible to set an Implementation Version in order to publish new implementations into a separate Mesh branch, while the old implementation is still available in the old Mesh branch. For details, see the Guides


Enhancement SUP-6811

Add offline/online label for files and images and add a possibility to change the ForceOnline Property.


Enhancement GTXPE-387

Add a context menu item to create page variations for multiple pages at once.


Enhancement GTXPE-240

UI: Adds ability to publish pages with language variants.


Enhancement GTXPE-333

When publishing multiple channels into the same Mesh ContentRepository, the branch corresponding with the Master Node will now always be the “latest” branch of the Mesh Project.


Enhancement GTXPE-332

Replace Aloha Image Manipulation feature with [Gentics UI Image Editor](https://github.com/gentics/gentics-ui-image-editor) using EditorOverlayModal


Enhancement GTXPE-349

The recent_items feature allows for displaying a list of recently opened folders and pages after clicking the corresponding button in the search bar of the new UI.