Changes with Gentics Content.Node 5.5.6


Enhancement

Added new feature “liveeditorsavelog” for detection of possible data loss when saving page contents with the live editor. If turned on, and the new saved tag value is less than the old one (by a configurable percentage – $LIVEEDITORSAVELOG_PERC, default is 10%),the contents in the different stages of transformation is logged in the DB. By default, this feature is off.Configuration example:$FEATURE["liveeditorsavelog"] = true; // detect possible data loss$LIVEEDITORSAVELOG_PERC = 5; // log in case of at least 5% less data


Bugfix

The group permission view was fixed. Previously permission settings were also displayed for localized folders. Those folders will now be handled like inherited folders within a channel. No permission information will be displayed for those folders.


Bugfix

The quickjump will now also update the tree menu for pages in nodes that use the liveeditor for editing.


Bugfix

When using Aloha Editor, handling of empty block elements (like paragraphs) has been fixed now. All block elements will contain a single
when saved. This
tags will only be present while editing, if not using Internet Explorer.Additionally, the behaviour of creating empty paragraphs will now be consistent across all browsers, and regardless of whether the metaview plugin is turned on or off.


This Gentics Content.Node version includes the Aloha Editor 0.20.17 – 09.07.2012