Gentics Content.Node 5.31.42
Bugfix SUP-8731 🔗 Link
Fixed an issue with DebugTools because of a missing browser component.
Bugfix SUP-8705 🔗 Link
Fixed possible script injection vulnerability in Editor UI.
Gentics Content.Node 5.31.41
Bugfix SUP-8576 🔗 Link
Refreshing the search index failed and stopped on broken files (files with missing binary data). This has been fixed now.
Bugfix SUP-8685 🔗 Link
Fix error when opening the repository browser in a node without languages.
Gentics Content.Node 5.31.40
Bugfix SUP-8645 🔗 Link
The discontinued feature “force_javaparser_post” has been removed. The javaparser is now accessed with post request by default.
Bugfix SUP-8501 🔗 Link
Deleting objects in multichannelling environments will no longer be possible, if localizations exist, the current user is not allowed to delete.
Bugfix SUP-8501 🔗 Link
The response of the localizations
endpoints will no longer contain IDs of localizations in channels, the current user is not allowed to see, but will now contain the total number of localizations, which include localizations in channels the current user is not allowed to see.
Bugfix SUP-8562 🔗 Link
Fixed repository browser to display items in the language of the current page.
Gentics Content.Node 5.31.39
Gentics Content.Node 5.31.38
Bugfix SUP-7886 🔗 Link
Fixed a bug, which caused an already logged in user to always be redirected to the default node when navigating to the root URL of the new UI.
Bugfix SUP-7323 🔗 Link
In case of a route requesting a folder or node not existing the UI displayed an error. With this fix the UI is prepared to handle two additional cases: if a folder existing but not being child of the requested node and if neither node nor folder exist.
Bugfix SUP-7155 🔗 Link
When opening a page in the new UI after the session has expired, the user is now properly notified and redirected to the login page, instead of just showing “The session can‘t be authenticated” in the content editor frame. This bugfix also ensures that a page, file, or image is refreshed from the CMS when opening it.
Gentics Content.Node 5.31.37
Bugfix SUP-7016 🔗 Link
After making changes using the old tagfill in the new UI and then opening another page and selecting to discard the changes, the temporary changes made by the tagfill will now be properly discarded.
Bugfix SUP-8419 🔗 Link
With this change the before left-aligned file preview got centered. Additionally, the filename was abbreviated via ellipsis. Now it will be multiline in case of too long.
Bugfix SUP-8342 🔗 Link
Add missing page link to inbox messages with a publish date.
Bugfix SUP-8150 🔗 Link
On mobile devices long item paths are no longer cut from both sides.
Gentics Content.Node 5.31.36
Documentation SUP-5924 🔗 Link
The documentation about the feature Activiti Integration now contains a section about building a Processes Webapp.
Bugfix SUP-8270 🔗 Link
Fix an issue with UI language detection on user switching.
Bugfix SUP-8191 🔗 Link
Fixed possible NullPointerException when using the feature publish_cache.
Bugfix SUP-8067 🔗 Link
Fix missing scroll bars after opening the Repository Browser to select a link and clicking ‘Cancel‘.
Bugfix SUP-6905 🔗 Link
When using the feature activiti_integration
and defining process triggers with constraints, it is now possible to use the function render()
to access data from tags (e.g. object tags). See the guides for details.
Bugfix SUP-7095 🔗 Link
The quicksearch in the old UI would show matching pages in nodes, even if the pages were not visible in the node (in the normal page list), because the language of the page was not activated for the node. This has been fixed now, the quicksearch will now only show pages, which are visible.
Bugfix SUP-6804 🔗 Link
When synchronizing a devtools package from the filesystem fails, because a template is locked by another user, an appropriate error message will be shown.
Bugfix SUP-6500 🔗 Link
Calling the Elasticsearch reindex endpoint will now create indices if they are missing.
Bugfix SUP-8255 🔗 Link
The uniqueness checks for filenames when creating or updating files have been improved to better detect uniqueness violations if multiple requests with the same filename are executed in parallel.
Bugfix SUP-6625 🔗 Link
Several issues with indexing objects from channels in elasticsearch have been fixed.
Bugfix SUP-8311 🔗 Link
Creating page translations using the feature quickrecursivetranslations
did not work, if translations already existed in the wastebin. This has been fixed now, the translations in the wastebin will be removed and new translations will be created now.
Gentics Content.Node 5.31.35
Documentation SUP-7187 🔗 Link
Fixed some mistakes in the installation documentation for Redhat OS.
Bugfix SUP-7357 🔗 Link
Fixed an SGB error that occured when viewing an import conflict and the feature “pub_dir_segment” is enabled.
Bugfix SUP-5382 🔗 Link
Replace all occurrences of escaped characters in the page name before rendering it.
Bugfix SUP-7917 🔗 Link
When editing a page in the old UI and clicking into the repository browser while selecting a link target for example the current editable was disabled. This would also remove possible editing helpers rendered for tables. When the editable was very large and the user had scrolled to the position where the link should be inserted, this could cause the repository browser to be moved out of position. The issue has been fixed now, clicking into the repository browser will no longer deactivate the current editable and the repository browser will stay in place.
Bugfix SUP-6461 🔗 Link
Binary data from files will not be stored to Elasticsearch anymore. The file will still be processed and searchable. This will reduce disk usage.
Bugfix SUP-5662 🔗 Link
Previously, the Debian installer dropped the MySQL database if it already existed and removed the whole /Node folder during package removal or purge. This is unwanted behavior and has been changed to not drop the database and not delete the /Node folder anymore when removing or purging the package.
Bugfix SUP-8112 🔗 Link
Fix an issue when user tries to edit a non-localized page without permission to the master node.
Bugfix SUP-5793 🔗 Link
The nodectl script used by the genticscms Systemd service sometimes did not stop the CMS gracefully. This has been fixed.
Bugfix SUP-8047 🔗 Link
Aloha Editor has been updated to version 1.4.54.
Bugfix SUP-7543 🔗 Link
When using php <5.4 the ElasticSearch properties for a Mesh Contentrepository where not displayed correctly in the UI
Bugfix SUP-7479 🔗 Link
Copying multiple pages didn‘t correctly respect the target channel, so the pages were copied into the master node instead of the channel. This has been fixed now.
Bugfix SUP-7479 🔗 Link
Creating a page variant didn‘t work when the target folder has no templates linked.
Bugfix SUP-7316 🔗 Link
Enhanced an error message that comes when one tries to delete a user in the administration that is in the same group.
Bugfix SUP-7616 🔗 Link
GCN JS API: the method “FolderAPI.parent(success, error)” did not actually return the parent folder. It did return the current folder instead. Child folders are now less egocentric and will return the folder object of their parent, when asked for it.
Gentics Content.Node 5.31.34
Gentics Content.Node 5.31.33
Bugfix SUP-7338 🔗 Link
Due to a race condition, sometimes dependencies of pages were not correctly stored for all channels in a multichannelling environment. This subsequently caused the pages not being dirted for all channels if some of their dependencies were changed. The incorrect storing of dependencies was fixed. However this fix will not correct already incompletely stored dependencies. Incompletely written dependencies will be corrected if the pages are republished for all their channels.
Bugfix SUP-8180 🔗 Link
If a channel is currently opened in the item list and the ID of an inherited page is entered in the search bar for a quick jump, the UI will now go to the page in the current channel and only jump to the master page if no page with this ID exists in the current node/channel.
Bugfix SUP-8197 🔗 Link
When moving files or pages into channels, the check for uniqueness of name/filename was not performed correctly, which could cause duplicate filenames (and errors in the publish process because of the duplicates). The uniqueness check has now been fixed to prevent moving of files/pages into channels, if conflicting files/pages already exist.
Gentics Content.Node 5.31.32
Security SUP-6870 🔗 Link
Fixed some security vulnerabilities in the scheduler with not sanitized user input.
Bugfix SUP-8114 🔗 Link
When publishing into a Mesh ContentRepository with instant publishing enabled, the publish process could fail after getting a “409 Conflict” response from Mesh, when an object was instant published while handled by the publish process. This has been fixed now. Objects that were instant published during a publish process will not be handled by the publish process at all.
Bugfix SUP-8093 🔗 Link
In rare cases, the publish process could fail with an NullPointerException while loading objects. This has been fixed.
Bugfix SUP-8108 🔗 Link
Avoid detail-chips cutting in IE.
Bugfix SUP-7660 🔗 Link
Changed the color for strong HTML elements in the tagfill to meet the recommended contrast ratio for WCAG AA.
Bugfix SUP-7712 🔗 Link
Fix an issue with removing niceUrl from Page Properties.
Bugfix SUP-7956 🔗 Link
File extensions can no longer be deleted in the new UI.
Gentics Content.Node 5.31.31
Bugfix SUP-6812 🔗 Link
Republishing a page will now change the publishtimestamp of all page variants.
Bugfix SUP-8029 🔗 Link
When a page was translated in the master node, possibly existing conflicting language variants were removed from the wastebin only in the master node, but not in channels, which caused a multichannelling inconsistency. This has been fixed now.
Bugfix SUP-7143 🔗 Link
Setting or changing the language of a page using the old UI will now create a new page version.
Bugfix SUP-8022 🔗 Link
Calls to the REST API Endpoint /page/localize/{id}
for a page being either the master or already being localized in the given channel, returned an empty response. This has been fixed, the response will contain a responseinfo with responsecode “OK” together with a message.
The RestClient has also been fixed to better handle responses without responseinfo.
Bugfix SUP-7792 🔗 Link
When going to the publish queue in the UI, and then editing a localized page, the master version instead of the localized versioned was opened. This has been fixed.
Bugfix SUP-7143 🔗 Link
UI: Fix setting language on pages which did not have language set before.
Gentics Content.Node 5.31.30
Enhancement SUP-6599 🔗 Link
GCN JS Api: When using TagAPI.save() it was not possible to pass options to the save REST-call, to influence the locking or version creation of the underlying page. With this fix the TagAPI.save() method uses the same method signature as the PageAPI.save() method, with an optional settings object as the first argument.
Bugfix SUP-7540 🔗 Link
The performance of getting the list of constructs has been improved.
Bugfix SUP-7872 🔗 Link
The tag status dialog for templates has been extended:
- A new column “Incompatible pages“ has been introduced to show the number of pages using a tagtype, which is incompatible with the tagtype used by the template
- The button “sync with pages“ has been replaced by actions “Sync with compatible pages“ and “Sync with all pages”
Some fixes regarding the tag status and synchronization have been made:
- The tag status dialog will no longer count pages in the wastebin
- An import that changes a template will no longer migrate incompatible pages. If an import could not migrate all pages, this information will be shown in the list of imports.
- Published pages will be republished after migration in all cases now.
Bugfix SUP-7794 🔗 Link
When editing a tag containing at least one required field in the new UI, it was not possible to cancel the action while the required field was still empty. This has been fixed now, the cancel button will no longer check for required fields.
Bugfix SUP-7540 🔗 Link
Due to a missing unique constraint, the table construct_node (storing the assignment of constructs to nodes) could contain duplicate entries, which could lead to performance issues when loading the list of constructs. This update will automatically remove duplicate rows and add the unique constraint.
Bugfix SUP-7915 🔗 Link
Under specific circumstances, that data consistency check for Mesh Content.Repositories could result in a NullPointerException, which has been fixed.
Gentics Content.Node 5.31.29
Bugfix SUP-7775 🔗 Link
If users had permission to create folders restricted to specific channels, they still could not create folders in folders that were inherited from master nodes due to a too strictly performed permission check, which has been fixed.
Gentics Content.Node 5.31.28
Enhancement SUP-7724 🔗 Link
When adding a tag to an object, using a construct, which is not yet linked to the node of the object an error message is shown. This error message now also gives a hint on how to resolve this issue.
Bugfix SUP-7750 🔗 Link
When using the feature “elasticsearch”, and many objects need to be reindexed, the number of parallel threads could become very high, which could lead to problems (e.g. too many connections to the backend database). The number of threads used for indexing can now be configured and is by default restricted with 10 threads.
Bugfix SUP-7726 🔗 Link
Some logged errors in the old UI have been fixed.
Bugfix SUP-7632 🔗 Link
When publishing into a Mesh ContentRepository, the current page language was not taken into consideration when rendering overviews containing pages with multiple languages for
- Rendering the preview using a Mesh Preview URL
- Writing a page into the Mesh ContentRepository with instant publishing (regular publish run always rendered correctly)
The issue has been fixed, the page language will always be considered when rendering overviews.
Bugfix SUP-7508 🔗 Link
In a multichannelling environment, the usage information listed objects multiple times, if they were excluded in some channels. This has been fixed now, every object will only be listed once in the usage information.
Bugfix SUP-7626 🔗 Link
The devtools didn‘t synchronize regular expressions of tagparts. This has been fixed.
Gentics Content.Node 5.31.27
Documentation SUP-7662 🔗 Link
Changelog entries in the Changelog Summary do now have ids. You may now link directly to an entry using anchorlinks.
Bugfix SUP-7596 🔗 Link
Fixes an issue when a user has an empty favourites list it can cause an error.
Bugfix SUP-7650 🔗 Link
When a devtool package containing CR fragments is assigned to a node, the CR fragments will now be assigned to the node‘s ContentRepository.
Bugfix SUP-6911 🔗 Link
The order of CR Fragment Entries in devtool packages will now also be consistent.
Bugfix SUP-7643 🔗 Link
When publishing a node and channels into a Mesh Content.Repository, new images and files were initially written into all branches of the Mesh project, but removed with the next publish run. If a channel had publishing into Content.Repositories completely disabled, this could cause errors in the publish run. This has been fixed now.
Bugfix SUP-7561 🔗 Link
When a construct containing a part of type “Datasource” was synchronized from a devtool package, the datasource entries were not synchronized. This has been fixed now.
Bugfix SUP-6836 🔗 Link
When synchronizing objects into devtool packages, the order of some element lists might change, which could cause unnecessary conflicts when merging with other changes with the use of a version control system (like git). This has been changed now in a way that the order of already existing elements will stay the same, while new elements will be appended at the end of the list.
Bugfix SUP-7646 🔗 Link
When an error occurs while synchronizing a template from a devtool package into the CMS (e.g. because a construct used in the template does not exist in the CMS), the template was left locked, and that state was not immediately visible in the UI due to a caching issue. This has been fixed now, the template will be unlocked in case of errors.
Gentics Content.Node 5.31.26
Bugfix SUP-7569 🔗 Link
When the feature enable_image_upload_in_tagfill was not explicitly set to true in the configuration, the upload buttons were correctly shown in the old UI, but were not shown in the new UI, because the REST API Endpoint /admin/features/[name] claimed to feature to be deactivated. This has been fixed now.
Bugfix SUP-7040 🔗 Link
Fixed errors in devtools packages with php 7.
Bugfix SUP-7599 🔗 Link
When publishing a node and channels into a Mesh Content.Repository, and the node or a channel had publishing of pages into the Mesh Content.Repository disabled, the pages were still written into the Content.Repository, but then removed. This has been fixed now, pages from nodes will only be written into the Mesh Content.Repository, if necessary.
Bugfix SUP-7425 🔗 Link
When synchronizing datasources from a devtool package with an entry having dsid 0, the dsid was changed to another value (most probably 1), even if this dsid was used by another entry. This resulted in the CMS not showing the entry, which originally had dsid 0 in the UI. The incorrect synchronization has been fixed. Incorrect values in the database either need to be fixed manually, or by another synchronization of the devtool package from the filesystem.
Gentics Content.Node 5.31.25
Documentation SUP-7562 🔗 Link
Further explain usage of Gentics CMS Devtools with tagtype categories. See the Devtools overview in our guides.
Bugfix SUP-7514 🔗 Link
In some cases, the CMS Server would create many short lived connections to the backend database in very short time. This is inefficient and may lead to resource problems. This has been changed now, so that database connections will be taken from the connection pool instead.
Bugfix SUP-7541 🔗 Link
Fixed problems with the scripts injected into the ContentFrame and made the injection more robust.
Bugfix SUP-7554 🔗 Link
Rendering the preview of a page with a Mesh Portal Preview URL failed with a NullPointerException, if the tagmap contained at least one entry of type “Node”. This has been fixed now.
Gentics Content.Node 5.31.24
Bugfix SUP-7385 🔗 Link
Made the cms docker image more bullet proof
- Fixed that the Apache and the Tomcat sometimes didn‘t start when the Docker container was restarted
- Fix the scheduler not working sometimes after a restart of the Docker container, when the PID is being used by a different process
- The CMS image waits now for the MySQL being available (timeout can be set with NODE_DB_CONNECT_TIMEOUT now)
- Moved the Docker configuration documentation from Docker hub to the CMS guides
- Added a health check to detect broken containers
Gentics Content.Node 5.31.23
Documentation SUP-7301 🔗 Link
Added Oracle Database 12.2 to the list of supported versions.
Bugfix SUP-7483 🔗 Link
When performing multiple requests to create folders with same name in the same mother folder in parallel, the naming uniqueness could not be guaranteed. This has been fixed now, multiple requests to create folders in the same mother folder will now be serialized.
Bugfix SUP-7455 🔗 Link
When changing the assignment between a Node and a ContentRepository, this could cause all objects in the Node to be dirted. This has been fixed now, changing the assignment between a Node and a ContentRepository will dirt no objects any more.
Bugfix SUP-7417 🔗 Link
When using multichannelling, overviews over objects in other nodes were not always dirted, when new objects were created. This has been fixed now.
Bugfix SUP-7330 🔗 Link
When editing a tag in the new UI (but not with the new Tag Editor), the check for not filled mandatory multiselect parts did not work. Editors could save the tag with mandatory multiselect parts left empty. This has been fixed now.
Bugfix SUP-7437 🔗 Link
Add confirmation notification when uploading a new image via properties.
Bugfix SUP-7495 🔗 Link
When publishing large number of objects into a Mesh ContentRepository, checking for obsolete objects (during every publish run) could take a very long time. The performance of this check has been improved by increasing the pagesize for loading the objects from Mesh. The pagesize can now be configured (see Guides for details).
Gentics Content.Node 5.31.22
Bugfix SUP-6971 🔗 Link
Fixes an issue with unexpected “Invalid SID” error messages on login.
Bugfix SUP-7331 🔗 Link
Fixes an issue when a modal is open and navigating away is still possible.
Bugfix SUP-7355 🔗 Link
A NullpointerException occured when using the GIS Directive option “fpsmart” without a valid source image. This has been fixed.
Bugfix SUP-7397 🔗 Link
Fixes an issue when the page is editable, but the save button is not active immediately.
Bugfix SUP-7324 🔗 Link
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 🔗 Link
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.31.21
Bugfix SUP-7325 🔗 Link
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-7241 🔗 Link
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-7283 🔗 Link
Removed the discontinued webdav feature.
Gentics Content.Node 5.31.20
Bugfix SUP-7275 🔗 Link
The page menu entry “Delete old versions” has been removed. Old page versions can be purged with the purgeversions
scheduler task.
Bugfix SUP-7188 🔗 Link
Resolves an issue that prevented opening new translations in the translations editor.
Bugfix SUP-7136 🔗 Link
Fixes the letter case on advanced search filter labels.
Bugfix SUP-7057 🔗 Link
Error handling for database problems during publish runs has been improved.
Bugfix SUP-7260 🔗 Link
Fixed an Angular “Expression changed after it was checked” error.
Gentics Content.Node 5.31.19
Documentation SUP-7180 🔗 Link
Enhanced the “Indexing with Elasticsearch” documentation page.
Bugfix SUP-7112 🔗 Link
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-7026 🔗 Link
Fix ItemList layout problems on mobile devices with long item names.
Bugfix SUP-7125 🔗 Link
Resolves an issue when folders/images/files/pages are non-existing anymore but the associated favourites are still in the list.
Bugfix SUP-7192 🔗 Link
- 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-7248 🔗 Link
- Remove the restriction to fill out both FROM and TO input fields for “showing pages online” feature.
Bugfix 🔗 Link
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 🔗 Link
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.
Bugfix SUP-7184 🔗 Link
Fixes an issue that prevented users to publish a page in edit mode.
Gentics Content.Node 5.31.18
Bugfix SUP-7046 🔗 Link
Fixed an Angular expression changed after it was checked error.
Bugfix SUP-7033 🔗 Link
During a publish process, unnecessary EmptyStackExceptions were logged, which are suppressed now.
Bugfix GTXPE-401 🔗 Link
The Gentics Mesh client has been updated to version 0.22.5 in order to increase error logging capabilities.
Bugfix SUP-7020 🔗 Link
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-7031 🔗 Link
Creating a new node with “publish directory segments” enabled failed with an error. This has been fixed now
Bugfix SUP-6107 🔗 Link
Fix bug with pagination for images.
Bugfix SUP-7040 🔗 Link
Fixed an error when viewing devtools packages.
Bugfix SUP-7025 🔗 Link
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-7066 🔗 Link
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.
Gentics Content.Node 5.31.17
Bugfix SUP-6902 🔗 Link
Add missing Live URL links for images and files.
Bugfix SUP-6959 🔗 Link
Allow disabling the “New Image“ button in the Tagfill dialog for “URL (image)” tag parts.
Bugfix SUP-6907 🔗 Link
When executing a search, the context menu of some items may have been incomplete in some cases and when opening an image for editing from search results, the “Save” button may have been missing. These issues have been fixed.
Gentics Content.Node 5.31.16
Bugfix SUP-6901 🔗 Link
Resolves an issue that prevented users to login in certain cases.
Bugfix SUP-6899 🔗 Link
When editing a tag you could leave text parts from the type text, text/html and html empty, even if they were required. This has been fixed.
Bugfix SUP-6667 🔗 Link
In some cases the tageditor with the formgenerator can have overlapping dialog buttons. This is now fixed.
Bugfix SUP-6363 🔗 Link
UI: Fix german text for page revision message
Gentics Content.Node 5.31.15
On new installations of Gentics CMS the Feature Resumable Publish Process will be activated by default. This will not change the setting of this feature in existing installations.
🔗 LinkBugfix SUP-6869 🔗 Link
When synchronizing objects between channels using the old UI, the optional intermediate dialog showing dependencies that also need to be synchronized will now only show tabs containing actual data. That means e.g. that the tab “Pages” will only be shown, if dependent pages need to be synchronized.
Bugfix SUP-6881 🔗 Link
The docker container running the GCMS image sometimes failed to start apache2 process due to prior unclean shutdown. This has been fixed now.
Bugfix SUP-6853 🔗 Link
When rendering a page preview by posting data to the configured Mesh Preview URL the behaviour has been changed so that embedded tags that have to be partly rendered in the frontend will now work exactly like for the published page. Only when rendering a page in edit mode, the behaviour will still be different, which means that tagtype implementations need to take care of that (render different in edit mode).
Bugfix SUP-6847 🔗 Link
Fixed the positioning of the page status labels in the repository browser.
Bugfix SUP-6793 🔗 Link
Some issues when publishing into Mesh ContentRepositories have been fixed:
- Pages, Folders, Images or Files having global IDs in the “old style“ (generated with a sequence number, like “ABCD.12345“)
were published to Mesh Objects with UUIDs that were not necessarily unique. The transformation of those global IDs into Mesh UUIDs has been changed, which means, that affected objects need to be removed from the Mesh CR manually and republished. The ContentRepository action “Check data” will detect such Mesh nodes. - When publishing multiple channels into a Mesh ContentRepository, the publish process could fail with various errors.
Bugfix SUP-6772 🔗 Link
Fixes an issue that could prevent unlocking of the page when closing the editor.
Bugfix SUP-6757 🔗 Link
Fixes an issue that caused dialogs to have full height in Internet Explorer.
Gentics Content.Node 5.31.14
Bugfix SUP-6172 🔗 Link
Fixed the translation of Calendars when the language is changed.
Bugfix SUP-5709 🔗 Link
Import/Export: Fixed an NPE when importing folders which were moved and deleted (but still in the wastebin) on the target system.
Bugfix SUP-6334 🔗 Link
Fixed the Icon for localized Images in the new UI
Bugfix SUP-6827 🔗 Link
If devtools is activated and the user has no view permissions for the devtools packages the wrong link for live preview was generated in preview- and edit-mode of a page, resulting in error 500 messages. This has been fixed now: for users without devtools permission the regular preview url will be generated, for users with devtools permissions the devtools preview url will be used.
Gentics Content.Node 5.31.13
Bugfix SUP-6820 🔗 Link
Fixes an issue that prevented some users from saving Image Object Properties.
Bugfix SUP-6531 🔗 Link
With small browser window sizes the button to open the custom tools list would sometimes move above or below the search bar. This has been fixed.
Bugfix SUP-6815 🔗 Link
Include ‘description‘ field in and remove ‘content‘ field from the default advanced search in the new UI.
Gentics Content.Node 5.31.12
Documentation SUP-6799 🔗 Link
Added Apache access configuration example to the Devtools configuration guide.
Bugfix SUP-6748 🔗 Link
When adding a datasource to a devtool package, the internal IDs of the datasource values (which are used to reference the datasource values in tags) were not included in the data. This could lead to different internal IDs of the same datasource values on different CMS systems and inconsistencies when transferring tags referencing the datasource values. This has been fixed now. To synchronize the internal IDs between systems, the datasources have to be transferred between the systems again (using either a devtool package or import/export).
Bugfix SUP-6784 🔗 Link
The objectproperties icons were missing in the tree. This has been fixed.
Bugfix SUP-6805 🔗 Link
When an object property was edited from the Aloha Editor sidebar in the new UI, no buttons were shown. This has been fixed now.
Bugfix SUP-6792 🔗 Link
It is now possible to connect to a Mesh ContentRepository Instance via SSL. See Guides for configuration details.
Bugfix SUP-6739 🔗 Link
When selecting an item from the favourites in the repository browser an exception was thrown. This has been fixed.
Bugfix SUP-6778 🔗 Link
When Aloha Editor takes more time to load, the toolbar styles were not displayed correctly sometimes. This has been fixed.
Gentics Content.Node 5.31.11
Bugfix SUP-6735 🔗 Link
When using Keycloak SSO for authentication with the new UI and if the authentication information is not cached in the UI, then opening a link to the new UI, which does not point to the root or to the login page (e.g, a link that points to a certain folder), would have caused the login page to be shown below the search bar instead of loading the linked address. A page refresh would have be required to go to the linked address. This has been fixed.
Bugfix SUP-6749 🔗 Link
The ‘Save‘ button is now always enabled when editing pages, properties, and object properties, except if the respective object is locked by another user. This resolves several issues where the ‘Save‘ button was not being enabled after a change.
Bugfix SUP-6694 🔗 Link
Sometimes the buttons “OK“ and “Cancel” were missing in the tagfill dialog, when using the new UI. This has been fixed now.
Bugfix SUP-6762 🔗 Link
On slow machines and/or slow connections a race condition in the new UI could render the UI unusable. This has been fixed.
Gentics Content.Node 5.31.10
Bugfix SUP-6523 🔗 Link
Tagmap entries with the same name but for different object types would be shown as “inconsistent“ if they were different in attributes, which had no relevance for the entry type (e.g. different targetType setting for entries of type “text“). This resulted in “conflicts” which could not be resolved and has been fixed now.
Bugfix SUP-6673 🔗 Link
Excluding CR Fragments from export by type did not work (Fragments were still exported). This has been fixed now.
Bugfix SUP-6337 🔗 Link
Copying tagmap entries into other ContentRepositories will now check for duplicates (same mapname and type) and will either ignore or overwrite the tagmap entries.
Bugfix SUP-6539 🔗 Link
When a new node with the flag for publish directory segments enabled was imported, the publish directory segment of the root folder possibly contained slashes. This has been fixed now.
Bugfix SUP-6615 🔗 Link
The field for elasticsearch settings of new ContentRepository Fragment entries was always prefilled with “null”. This has been fixed now.
Bugfix SUP-6337 🔗 Link
Copying of tagmap entries did not work any more and has been fixed.
Bugfix SUP-6235 🔗 Link
When loading a template over the REST API with a given nodeId, the list of objecttags in the template will now be restricted to the objecttags, which are either globally available or assigned to the node.
Bugfix SUP-6640 🔗 Link
The publish process failed with an error like “Duplicate field name for field … detected. The name for a field must be unique.” if the Mesh ContentRepository contained identical entries coming from different CR Fragments. This has been fixed now.
Bugfix SUP-6725 🔗 Link
Devtool packages, which are created as symbolic links are not automatically detected. Directories with names starting with ‘.‘ (like ‘.git‘, ‘.svn‘, ...) are no longer detected as devtool packages. It is also no longer possible to create a package over the UI or REST API with a name starting with ‘.‘.
Bugfix SUP-6439 🔗 Link
Synchronizing template tags with pages behaved inconsistently: Missing tags were only added to pages, which also contained tags that needed to be migrated (because they used different constructs). This has been fixed now, when synchronizing template tags with pages, this will:
- Create missing tags
- Migrate existing tags to the construct used in the template
- Remove superfluous tags (tags that came from the template, but no longer exist in the template or are no longer editable in pages)
Synchronization of template tags with pages can be triggered via
Template|Tag list
(Actionsync with pages
)Template|Define tags
(ButtonApply and sync with pages
)Template|Tagstate
(Buttonsync with pages
)
Bugfix SUP-6675 🔗 Link
Adds extra validity checks and uniqueness on breadcrumbs creation.
Bugfix SUP-5480 🔗 Link
Sometimes, when updating the binary contents of files, some temporary files could be left over in the folder /Node/tomcat/temp This has been fixed now.
Bugfix SUP-5404 🔗 Link
Changes made on object property definitions were not automatically synchronized to devtool packages, even when the automatic sync was enabled. This has been fixed now.
Bugfix SUP-6325 🔗 Link
When an import changed only tags of a template, but no properties of the template itself (like the name or source), the editor and edate of the template were not modified. This has been fixed now.
Bugfix SUP-6227 🔗 Link
When copying a ContentRepository, some attributes were not copied:
- Elasticsearch Setting of ContentRepository
- Flag for Instant Publishing
- Flag to add Language Information
- Flag to add Permission Information
- Flag for “Project per Node” (Mesh ContentRepository)
- Permission Property (Mesh ContentRepository)
- Elasticsearch Setting of Entry
- Flag for Display Field of Entry
- Flag for Segment Field of Entry
- Flag for URL Field of Entry
Those attribute will now also be copied.
Bugfix SUP-5519 🔗 Link
The cookie handling of the RestClient has been modified, so that every instance will use a separate store. This fixes overwriting of the session cookie when multiple logged in instances were used.
Bugfix SUP-5378 🔗 Link
The previews of images, which were resized with the GenticsImageStore were cached, regardless of whether the editor was allowed to view them. This could cause editors to see the cached “not allowed” image, if if they had sufficient privileges. This has been fixed now.
Gentics Content.Node 5.31.9
Bugfix SUP-6688 🔗 Link
In certain cases lastNodeId for a user can be obsolote (e.g.: deleted, no permission, etc.) and in that cases the user stuck on the login screen / empty page. This has been fixed now.
Gentics Content.Node 5.31.8
Bugfix SUP-6679 🔗 Link
When publishing into a Mesh ContentRepository with a roles property set, the permissions were not automatically set on the Mesh project‘s root nodes. This has been fixed now.
Gentics Content.Node 5.31.7
Bugfix SUP-6600 🔗 Link
Under special circumstances (e.g. when using instant publishing, a fileupload manipulator and activiti), dirting of files did not always work as expected. This has been fixed now.
Gentics Content.Node 5.31.6
Bugfix SUP-6661 🔗 Link
It is now possible to configure an HTTP Proxy in a CustomProxy.
Bugfix SUP-6662 🔗 Link
Some errors regarding permission setting while publishing into a Mesh CR have been fixed:
- The datasource entries imported from Mesh CR into the roles datasource will no longer contain the uuid‘s of the roles.
This allows migration of the datasource entries between systems that publish into different instances of Mesh. - Setting multiple roles on an object in the CMS did not work (roles were not set in Mesh)
- The publish process will now also set READ permission on the Mesh projects (for roles that have READ_PUBLISHED permission on at least one object in the project)
Gentics Content.Node 5.31.5
Bugfix SUP-6654 🔗 Link
When opening a page with variants an internal error occured, which in some cases prevented the “Save Page” and other buttons to not be displayed. This has been fixed now.
Bugfix SUP-6610 🔗 Link
When user clicks on a language of a page and select Preview of the language in the context menu it was opened in Edit mode, but should be opened in Preview mode. This has been fixed now.
Bugfix SUP-6629 🔗 Link
Synchronizing objects to master could cause an error on systems using PHP 7.1. This has been fixed.
Bugfix SUP-6626 🔗 Link
When no node was selected in the advanced search filters bar, the search was executed in the currently opened node. Furthermore the advanced search was not always executed recursively when only filters were set and no text was entered in the search bar. These two problems have been fixed.
Bugfix SUP-6617 🔗 Link
When using the new UI to edit the object properties of a file or image, saving could fail with an SGB, if the user never used the old UI before. This has been fixed now.
Bugfix GTXPE-349 🔗 Link
Improved the usability of the search bar.
Gentics Content.Node 5.31.4
Optional Manual Change
When saving forms containing ‘><”‘ chrome xss auditor was triggered. This can be deactivated by sending the X-XSS-Protection: 0 header.
🔗 LinkPlease 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-6280 🔗 Link
When objects were synchronized between channels, overviews were not dirted and republished in all cases. This has been fixed now.
Bugfix SUP-5179 🔗 Link
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-6315 🔗 Link
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 🔗 Link
Groups were removed from the list of selectable recipients when sending a message.
Bugfix SUP-6295 🔗 Link
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.
Gentics Content.Node 5.31.3
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 🔗 Link
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-6501 🔗 Link
The performance of the extended search in the new UI (especially for nodes containing many folders) has been improved.
Bugfix SUP-6250 🔗 Link
The GlobalIdSync tool has been extended to support synchronization of datasource_values, if the datasources are in sync.
Bugfix SUP-6491 🔗 Link
When using the features mesh_contentrepository
, contentfile_auto_offline
and instant_cr_publishing
in combination and publishing a page using an image or file from another node (and publishing into another ContentRepository), the dependency was set to be online in its node, but not published into the ContentRepository, which caused the image or file to be unavailable in the frontend. This has been fixed now.
Bugfix SUP-6020 🔗 Link
The loading of the available templates for a node (during navigation and advanced search) has been sped up.
Bugfix SUP-5153 🔗 Link
The progress bar for downloading an import bundle has been improved to update more often.
Bugfix SUP-6075 🔗 Link
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.
Gentics Content.Node 5.31.2
Bugfix 🔗 Link
Custom Proxy Configuration now allows parameters in URLs.
Bugfix SUP-6112 🔗 Link
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 SUP-6424 🔗 Link
Sometimes, searching for contentattributes in a multichannelling contentrepository with the CR Browser failed with an error. This has been fixed now.
Gentics Content.Node 5.31.1
Bugfix 🔗 Link
Nodes, that publish into a Mesh ContentRepository expose the Mesh Project Name as property “meshProject”.
Gentics Content.Node 5.31.0
Optional Manual Change
In order to support internal static files contained in devtool packages, the configuration of the CMS Apache needs to be updated as described in the Devtools configuration guide
🔗 LinkIn order to allow the Task Management Custom Tool to be used in the new UI, you must create the symlink /Node/var/httpd/htdocs/.Node/task-management which points to /Node/.node/task-management
Enhancement GTXPE-275 🔗 Link
When synchronizing an object to a master channel, the object is now checked for dependencies (linked pages, files or images) which can also be synchronized to the specified destination. The user can then select in an extra step which of those objects should also be synchronized.
See the documentation of the channelsync feature for more information.
Enhancement GTXPE-148 🔗 Link
Tagmap Entries can now be organized in ContentRepository Fragments. This allows to reuse Tagmap Entries in multiple ContentRepositories and to add Tagmap Entries to Devtools packages
Enhancement GTXPE-286 🔗 Link
UI: Add task management tool integration & “Request translation” button
Enhancement GTXPE-299 🔗 Link
UI: Allow overriding specific elements via custom tools for customer-specific behavior
Enhancement GTXPE-197 🔗 Link
UI: Publish page from properties context menu
Enhancement 🔗 Link
Extensions to the publishing mechanism into Gentics Mesh now allow for using multichannelling in combination with the Gentics Mesh Contentrepository feature
Enhancement 🔗 Link
The new feature pub_dir_segment allows constructing the publish directory for pages and files from segments defined in the folders, instead of having each folder its own publish directory.
Bugfix SUP-6115 🔗 Link
UI: When saving a page with an empty filename, derive it from the page name
Bugfix SUP-5896 🔗 Link
UI: Update gentics-ui-core version to fix modal scrolling
Bugfix SUP-5807 🔗 Link
UI: Show full path in editor title when hovered
Bugfix SUP-5992 🔗 Link
UI: Fix displaying error messages
Bugfix SUP-6030 🔗 Link
UI: Fix german texts for Send and Reply buttons when replying to message
Bugfix SUP-6041 🔗 Link
UI: Update advanced search help texts
Bugfix SUP-6413 🔗 Link
Sometimes files where not cached correctly. This has been fixed now.
Bugfix GTXPE-218 🔗 Link
UI: Remove UI version from user menu and login
Bugfix SUP-6329 🔗 Link
UI: Fix styling of overlay tagfill modals
Bugfix SUP-6361 🔗 Link
UI: Fix styling in node properties
Bugfix GTXPE-248 🔗 Link
UI: Style image attributes to not overlapp action buttons