Gentics CMS EE 6.2.20
Manual Change Link to this entry
The feature publish_cache is now be default disabled. If publish_cache is required, make sure to explicitly enable it in the configuration.
The feature publish_cache is now be default disabled. If publish_cache is required, make sure to explicitly enable it in the configuration.
Bugfix SUP-19014 Link to this entry
Editor User Interface: Fixed the display of elements when user information was missing.
Bugfix SUP-18935 Link to this entry
Editor User Interface: Updated the loading of users to only be done when required.
Bugfix SUP-19165 Link to this entry
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.
Bugfix SUP-19118 Link to this entry
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.
Bugfix SUP-19140 Link to this entry
Editor UI: Fixes an issue while pasting link tags, that caused an error in the JavaScript console.
Bugfix SUP-19055 Link to this entry
Editor UI: Fixes an issue where the Editor UI sometimes only showed a blank page after closing edit mode.
Bugfix SUP-19024 Link to this entry
Editor User Interface: Scheduled page and form time-management settings can now be removed.
Bugfix SUP-18939 Link to this entry
Administrator User Interface: The management of template folders has been fixed.
Bugfix SUP-19083 Link to this entry
Editor User Interface: The indicators for active/inactive object properties were swapped and have been fixed now.
Bugfix SUP-19023 Link to this entry
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.
Bugfix SUP-19019 Link to this entry
The usage information for pages possibly returned incorrectly high counts.
This has been fixe.
Bugfix SUP-19051 Link to this entry
Editor UI: Removed the publish actions for inherited objects since these cannot be published.
Documentation SUP-19056 Link to this entry
The example configuration for Aloha-Editor plugins has been updated.
Documentation SUP-19202 Link to this entry
The CMS guides have been extended with a section about “Configuring the CMS”.
Documentation SUP-19187 Link to this entry
Fixed the configuration example in the Scheduler API documentation. The example used the incorrect setting scheduler_job_failure instead of scheduler_job_failure_email.
Documentation SUP-18983 Link to this entry
Cleaned up the documentation on memory performance settings to remove obsolete PHP settings.
Documentation SUP-19031 Link to this entry
The documentation of the keycloak integration has been enhanced.
Gentics Aloha Editor 2.1.12
Bugfix SUP-19056 Link to this entry
Fixed the calculation of available table cell styles and table styles.
Bugfix SUP-19140 Link to this entry
Fixes an issue where pasting content did not work in Firefox.
Bugfix SUP-19165 Link to this entry
Fixes validation issue that prevented creating an anchor link to the currently edited page.
Gentics Mesh 3.0.16
Bugfix SUP-19220 Link to this entry
Core: The recursive deletion of nodes has been fixed to not leave orphaned contents behind.
Bugfix SUP-19151 Link to this entry
Core: Under some circumstances the fetch of entities via REST GET returns duplicated entries. This has been fixed.
Bugfix SUP-19076 Link to this entry
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.
Bugfix SUP-19027 Link to this entry
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.0.16
Bugfix SUP-19220 Link to this entry
Core: The recursive deletion of nodes has been fixed to not leave orphaned contents behind.
Bugfix SUP-19151 Link to this entry
Core: Under some circumstances the fetch of entities via REST GET returns duplicated entries. This has been fixed.
Bugfix SUP-19076 Link to this entry
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.
Bugfix SUP-19027 Link to this entry
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.0.9
Bugfix SUP-19087 Link to this entry
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.
Bugfix SUP-19085 Link to this entry
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.
Bugfix SUP-19085 Link to this entry
Forms Plugin: Logging of errors has been improved.
Bugfix SUP-19085 Link to this entry
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 Link to this entry
The check for plugin specific schemas has been modified to not perform requests to Mesh in parallel.
Gentics Portal | java 3.2.11
No changesGentics Portal | php 3.2.4
Bugfix SUP-19089 Link to this entry
Fixed handling of AUTH_REFRESH cookie expiration:
- Fixed an issue where the
AUTH_REFRESHcookie 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 KeycloakAccess Token Lifespanexpired. - The expiration time of the cookie is now calculated correctly from the
expclaim 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 Timeoutin Keycloak effective again.