Gentics Content.Node 5.24.2
Bugfix SUP-2790
Fixed the top menu not changing, after viewing/editing a content page and changing to another CMS page with the assistant.
Bugfix SUP-3107
When the feature activiti_integration
was activated and the CMS Tomcat not restarted, but only the configuration reloaded, a necessary background job was not started. This caused automatic handling of processes/tasks to not work. This has been fixed now.
Bugfix SUP-2768
When a new editable part is added to the construct used in object properties the existing object tags of objects were not properly updated when the object properties dialog was opened. This has been fixed now.
Bugfix SUP-3091
When a page is opened in edit mode of Aloha Editor and not saved within 10 minutes, the user‘s lock of the page was automatically lifted. This allowed other users to also edit the page, not aware that their changes could be overwritten by the first user. This has been fixed so that the lock on the page is updated on a regular basis as long as the first user keeps the page open in edit mode of Aloha Editor.
Bugfix SUP-3090
When a page is edited using Aloha Editor and the Tagfill Dialog is opened for a tag or the repository browser is opened, scrolling of the page is prevented.
Bugfix SUP-3087
The list of exports was created using inefficient SQL statements. This could cause timeout problems depending on the number of exports on the system and the user‘s paging setting. This update will create an index to speed up calculation of the number of warnings per export. Note that the change in the database structure might take longer than normal updates.
Bugfix SUP-3093
A tagpart of type “URL (page)“ was only treated as being “internal“, when the radio button for “internal“ was selected AND an actual internal page was selected. This caused new tags being marked as “external“, even if the default value was “internal“, but no default page selected. This has been fixed now, the property “internal” will now exactly reflect the setting of the radio buttons, regardless of whether an actual page is selected or not.
Bugfix SUP-2637
When using the GCN JS API to create tags in pages as copy of other tags, the callback passed to the function createTag
was in some cases not called. This has been fixed now.
Bugfix SUP-2917
A wrong permission check had the effect that the current folder was sometimes selected instead of the standard upload folder when uploading a file or an image in the tagfill. This happened if the user had no permissions for assigning user permission. This has been fixed. Now the current folder is only selected if the user has no permissions to view the standard upload folder.
Bugfix SUP-3099
In some cases, an additional tag was automatically added to rendered page sources, containing a Gentics Copyright notice. This has been removed now.
Bugfix SUP-2719
When using multithreaded publishing and a publish process failed, this could cause additional exceptions “Cannot add job to Multiconnection transaction: Worker thread is not running” to be logged. Handling of aborting publish processes with multithreaded publishing has been improved, so that exceptions will only be logged if they are a possible cause but not the consequence of the aborting process.
Gentics Content.Node 5.24.1
Documentation SUP-3028
The documentation of the Pageurl/Fileurl parttype now includes the information that the url property is only set for internal links.
Bugfix SUP-2587
The scheduler will now show more detailed information (the complete stacktrace with causing exceptions), when the publish run fails with an exception.
Bugfix SUP-2902
The tagfill dialog still showed the names of referenced objects, even if they were put into the wastebin. This has been fixed now.
Bugfix SUP-3024
When saving nodes using the REST API, setting the publish directory to empty did not work. Also when setting the publish directory to “/”, this was not corrected to be saved as empty. Both issues have been fixed.
Bugfix SUP-3024
Under special circumstances, the dependency calculation for a modified node or folder could fail with a NullPointerException, which has been fixed now.
Bugfix SUP-3020
When objects in a multichannelling environment were published into a contentrepository with the permission information added, the permissions of localized folders were not correctly inherited from their master folder. This has been fixed now.
Bugfix SUP-2927
When a folder is deleted (put into the wastebin), a check was done for objects having localized copies in the structure, which would also be deleted. This check has been extended to also check for local objects (objects that were created in subchannels of the deleted folder‘s channel).
Bugfix SUP-3037
When a specific magiclinkconstruct was configured, the links were still rendered as blocks (with edit icon) in edit mode. This has been fixed now.
Bugfix SUP-2789
The synchronization of pages with changes made to template tags was inconsistent and has been modified:
- When a template is modified in the UI, and saved without synchronizing pages, no page will be modified (prior to this fix, removed template tags were immediately also removed from the pages).
- Synchronizing the pages with the template will now also remove superfluous tags in the page if the corresponding template tag was removed or changed to not be editable in pages.
- When a template is imported, all pages will be synchronized in the same way.
This fix contains a change in the database structure, which could cause the update to take longer than usual.
Bugfix SUP-2995
When the master page of a localized copy was taken offline, editors were notified that pages in the channel linking to the localized copy contained an invalid link now, although the link was still valid (linking the localized copy). This has been fixed now.
Bugfix SUP-3066
When a new inline editable part was added to a construct and pages containing tags of that construct were edited using Aloha Editor, the new parts could not be filled unless the page was saved once. This has been fixed now.
Bugfix SUP-3024
When editing the node properties and the checkbox “Separate directories“ is not checked, data entered in the field “Page directory“ should be copied into the (disabled) field “Binary directory”, which did not work. This has been fixed now.
Bugfix SUP-2985
Objects (files, images, pages or folders) that were restored from the wastebin did not automatically republish other objects that directly referenced the restored object. This has been fixed now.
Bugfix SUP-3003
The assistant frame would not show the correct number of images in a folder, when there was an active filter for the images. This has been fixed.
Gentics Content.Node 5.24.0
When applying this update, the packaged Tomcat will be updated to version 7.0.70 which contains important security and bug fixes. You can delete the old Tomcat directories after updating.
Enhancement GTXPE-4
The scheduler can start Activiti processes now. Please read the documentation for more information.
Enhancement
The instant publishing feature has been improved, so that a concurrent regular publish run will not overwrite its changes. The affected objects will stay marked for publication, and will be processed during the next regular publish run.
Enhancement
The new feature Attribute Dirting can reduce publish times when publishing into Content Repositories by only dirting and rendering attributes, that depend on changed data.
Enhancement GTXPE-16
The list in the wastebin view is now sortable by name, deletion date and user who deleted the object.
Enhancement
When using the feature Publish Cache, the content maintenance dialog now has an option to clear the publish cache for pages that are dirted using the maintenance tool.
Enhancement GTXPE-14
It‘s now possible to copy an object property from a page language variant to the other language variants from within the pages object property list.
Enhancement GTXPE-16
Rest API: The FolderResource now supports sorting by the deletion date and the full user name who deleted an object (wastebin feature).
Enhancement GTXPE-11
Tagfill dialog: Changed the icon for clearing the selection of an URL object (pages, files, ...) to something more intuitive.
Enhancement GTXPE-10
The “cancel” option to throw away all changes done to a page is now also available in the assistant frame.