27.10.2025

Gentics CMS EE 6.3.7

Manual Change
Action required

The feature publish_cache is now be default disabled. If publish_cache is required, make sure to explicitly enable it in the configuration.

SUP-18935
Bugfix

Editor User Interface: Updated the loading of users to only be done when required.

SUP-19165
Bugfix

Editor UI: Fixed an issue with editing link information. For external links or links to sections on the same page, the anchor was not stored with the link until the page was saved.

SUP-19118
Bugfix

Core: If in a multilanguage node a page language encoding is set either to `PATH` or `FILENAME`, and the page‘s language has been switched through the object properties,
it is gotten duplicated on being published to Mesh, keeping the old language variant around. This has been fixed.

SUP-19140
Bugfix

Editor UI: Fixes an issue while pasting link tags, that caused an error in the JavaScript console.

SUP-19055
Bugfix

Editor UI: Fixes an issue where the Editor UI sometimes only showed a blank page after closing edit mode.

SUP-19024
Bugfix

Editor User Interface: Scheduled page and form time-management settings can now be removed.

SUP-18939
Bugfix

Administrator User Interface: The management of template folders has been fixed.

SUP-19014
Bugfix

Editor User Interface: Fixed the display of elements when user information was missing.

SUP-18932
Bugfix

Editor User Interface: A warning about missing or broken forms configuration is back.

SUP-19083
Bugfix

Editor User Interface: The indicators for active/inactive object properties were swapped and have been fixed now.

SUP-19023
Bugfix

Fixes an error when adding an object property to a devtools package. The object property was still added to the package but a general backend error message was shown and the list was not updated. This has been fixed.

SUP-19019
Bugfix

The usage information for pages possibly returned incorrectly high counts.
This has been fixe.

SUP-19051
Bugfix

Editor UI: Removed the publish actions for inherited objects since these cannot be published.

SUP-19202
Documentation

The CMS guides have been extended with a section about “Configuring the CMS”.

SUP-19187
Documentation

Fixed the configuration example in the Scheduler API documentation. The example used the incorrect setting scheduler_job_failure instead of scheduler_job_failure_email.

SUP-19031
Documentation

The documentation of the keycloak integration has been enhanced.

Gentics Aloha Editor 2.1.12

SUP-19056
Bugfix

Fixed the calculation of available table cell styles and table styles.

SUP-19140
Bugfix

Fixes an issue where pasting content did not work in Firefox.

SUP-19165
Bugfix

Fixes validation issue that prevented creating an anchor link to the currently edited page.

Gentics Mesh 3.1.5

SUP-19220
Bugfix

Core: The recursive deletion of nodes has been fixed to not leave orphaned contents behind.

SUP-19151
Bugfix

Core: Under some circumstances the fetch of entities via REST GET returns duplicated entries. This has been fixed.

SUP-19076
Bugfix

Search: Running an index sync did not properly close all used scroll contexts in elasticsearch,
which could lead to errors like ‘Trying to create too many scroll contexts‘ in elasticsearch.
This has been fixed, all scroll contexts are closed as soon as they are not used any more.

SUP-19027
Bugfix

Core: After the data migration from the older Mesh versions it is possible to have list item database tables being polluted with the duplicated data, that, while making no functional harm, may lead to the random performance penalties.
Targeting these, a new consistency check/repair feature has been added to the existing “*listitem” checks.

Gentics Mesh EE 3.1.5

SUP-19220
Bugfix

Core: The recursive deletion of nodes has been fixed to not leave orphaned contents behind.

SUP-19151
Bugfix

Core: Under some circumstances the fetch of entities via REST GET returns duplicated entries. This has been fixed.

SUP-19076
Bugfix

Search: Running an index sync did not properly close all used scroll contexts in elasticsearch,
which could lead to errors like ‘Trying to create too many scroll contexts‘ in elasticsearch.
This has been fixed, all scroll contexts are closed as soon as they are not used any more.

SUP-19027
Bugfix

Core: After the data migration from the older Mesh versions it is possible to have list item database tables being polluted with the duplicated data, that, while making no functional harm, may lead to the random performance penalties.
Targeting these, a new consistency check/repair feature has been added to the existing “*listitem” checks.

Gentics Mesh Commercial Plugins 3.1.6

SUP-19087
Bugfix

Forms Plugin: Scheduling of the background purge jobs has been fixed, so that
a single job is scheduled per Mesh instance when the forms plugin is initialized.
The job will perform purging of all projects with activated forms plugin when running
in the cluster master.

SUP-19085
Bugfix

Forms Plugin: The attempt to create a form with an incorrect definition could lead to
unpublished form nodes without the corresponding schema. The error handling for this case
has been improved, so that no data will be created in Mesh.

SUP-19085
Bugfix

Forms Plugin: Logging of errors has been improved.

SUP-19085
Bugfix

Forms Plugin: If form nodes exist in Mesh without the corresponding schema, the purge of stale data nodes failed with an error.
This has been fixed now, the purge will just output a warning (a form without schema is an inconsistency after all), but will not fail any more.

Bugfix
Bugfix

The check for plugin specific schemas has been modified to not perform requests to Mesh in parallel.

Gentics Portal | java 3.3.5

No changes

Gentics Portal | php 3.3.2

SUP-19089
Bugfix

Fixed handling of AUTH_REFRESH cookie expiration:

  • Fixed an issue where the AUTH_REFRESH cookie was set with a negative expiration time in Laravel versions >= 8.1.
    This caused the cookie not to be set at all, leading to immediate user logout once the Keycloak Access Token Lifespan expired.
  • The expiration time of the cookie is now calculated correctly from the exp claim of the refresh token, ensuring that
    the cookie always remains valid until the token actually expires.
  • This fix restores proper session refresh behavior, making the Session Idle Timeout in Keycloak effective again.