Gentics Content.Node Changelog Summary

Gentics Content.Node 5.25.2


Gentics Content.Node 5.25.1


Bugfix SUP-3283

When copying a node together with its templates and some of the templates were assigned to folders in other nodes, the copies of those templates were also assigned to the folders of the other nodes. This has been fixed now. The copied templates will only be assigned to folders of the node copy.


Bugfix SUP-3392

When images are uploaded where the DPI cannot be determined, the DPI was set to 72 per default. This has been changed now, so that the DPI is internally set to 0. The image list will now show ‘N/A‘ for the DPI value in such cases. Images that are already uploaded will not be affected by this change, unless they are uploaded again.


Bugfix SUP-3405

In multichannelling environments, the dependencies of images were sometimes not stored correctly, which could cause the automatic dirting mechanism to fail dirting images. This has been fixed now. This change does not automatically fix probably missing dependencies, in order to recalculate the dependencies, it is necessary to republish all files from the maintenance dialog.


Bugfix SUP-3274

Setting the publish directory for a folder and all its subfolders may take a long time. This action has been modified to be continued in the background if it takes longer than 5 seconds. Before this fix, the long running request could cause a timeout, which was shown as error in the properties dialog of the folder.


Bugfix SUP-3329

When a master object was deleted and localized at the same time (by different users), this could cause a data inconsistency. This has been fixed now.


Bugfix SUP-3424

If there was a publishrun between two imports of the same contentrepository, the second import would show a conflict for this contentrepository. This has been fixed.


Gentics Content.Node 5.25.0


Manual Change

The new Gentics CMS UI requires an additional symlink within the htdocs folder. You can create the needed symlink using the following command:
ln -s /Node/.node/ui /Node/var/httpd/htdocs/.Node/ui


Enhancement GCU-121

The REST API has been enhanced:

  • The endpoint rest/folder/getFolders/{id} has a new query parameter privilegeMap to get the privileges on each folder in a map representation
  • The endpoint rest/perm/{type}/{id} has a new query parameter map to get the privileges in a map representation

Enhancement GCU-29

The inheritedFromId, and masterNodeId fields have been added to the NodeLoadResponse. These fields contain the structural information that is needed to build up the node/channel tree.


Enhancement GCU-28

The REST responses of FileLoadResponse, ImageLoadResponse, PageLoadResponse and FolderLoadResponse have been enhanced. Additional fields (masterNodeId, inheritedFromId) which identify the corresponding multichanneling nodes via id have been added.


Enhancement GCU-76

An additional REST endpoint for users has been added. The endpoint rest/user/save/{id} can be used to update user specific information.


Enhancement GTXPE-37

The part type Overview has a new setting Sticky Channel, which allows selecting objects from specific channels in overviews. Please consult the section about the Overview Part Type in the Guides for further information.


Enhancement GTXPE-42

It is now possible to deactivate default Aloha Editor Plugins in general or on a per node basis. Please consult the Guides for further information.


Enhancement GTXPE-36

The following part types have been extended to store the node from which internal target objects were selected:

  • URL (page)
  • URL (image)
  • URL (file)
  • URL (folder)

Those part types will expose the node as attribute node and the node ID as attribute nodeId. Please see the Meta Attributes in the Guides for implementation details. Also consult the guides page about the Aloha Editor Page Link Tag
It is important to note, that this change breaks Import/Export compatibility with older version of the Gentics CMS. It will no longer be possible to import data containing URL parttypes from Gentics CMS Version starting with 5.25.0 to Gentics CMS Versions older than

  • 5.21.40 (Michelangelo)
  • 5.22.36 (Raphael)
  • 5.23.17 (Grizzly)
  • 5.24.7 (Georg)