Gentics Content.Node Changelog Summary

Gentics Content.Node 5.8.0


Manual Change

Aloha Editor 0.20.x was removed from GCN

Aloha Editor 0.20.x was removed from Gentics Content.Node. Now only the latest version of Aloha Editor will be included.The features aloha , aloha_010 and aloha_jqueryui are no longer being used and should be removed from the node.conf configuration file.


Manual Change

Change to GCN JS API

The function descriptor of the function PageAPI.createTag() in the GCN JS API has changed. It will no longer support calls likepage.createTag([construct], [magicvalue], [success], [error]);Instead, the call has to written aspage.createTag( { constructId: [construct], magicValue: [magicvalue] }, [success], [error]);(parameters specifying what tag has to be created have to be given as object).


Enhancement

The REST-API method /CNPortletapp/rest/page/newtag/{id} now also supports creation of a tag as copy of another tag (in the same page or in another page).


Enhancement

Added option “update“ to REST API calls for loading folders, images or filesto load them for the purpose of updating. Currently, folders, iamges and filesare not locked in the backend, but it is still recommended to set the “update”parameter to true, when the returned object shall be modified. This will ensurethat the object contains all possible object tags, even if they are not yet filled.


Enhancement

Modified the Gentics Content.Node Javascript API to load also folders, images andfiles for updating them. This will ensure that the API objects will have allpossible object tags set (even if they are not yet filled in the backend).


Enhancement

The new feature copytags_ allows Copy & Paste of tags between pages.Please read the documentation of this feature in the Gentics Content.Node Guides (section “Features”).


Bugfix

A missing image was added to the imagemanipulation2. Previously the image resize handle image was not loaded.


Bugfix

Some messages for the file uploader will now be displayed in the correct langauge.


Bugfix RM3829

The flash uploader button will now also work in nativ Internet Explorer 9 mode. Previously the flash uploader was not working due to Internet Explorer 9 security options regarding flash applications.


Bugfix

Multiple javascript errors within the adminstrativ interface were fixed. Previously the tooltip plugin caused javascript errors within the tagfill dialog when a new tagtype was created. jQuery 1.4.2 was replaced with jQuery 1.6.1 in various places. Live editor page editing will still use jQuery 1.4.2 due to compatibility reasons.


Bugfix RT51544

When creating new files using the REST API, the returned file will now contain all possible object tags.


Bugfix

A image include within the page property view was fixed.


Bugfix

Fixed javascript error that occured when leaving the tagtype/node assignment dialog. Previously jquery was loaded twice and that caused a javascript error while initialising the tipsy tooltips in the tagtype list.


Bugfix RT51584

Changed the status message displayed when running a data check of a contentrepository that is not linked with any nodes.


Bugfix RT48547

The folder versions menu entry was removed because the folder versions feature was removed. The removal of the feature itself happend within a previous release of Gentics Content.Node.


Bugfix

The image manipulation ‘Ok‘ button behaviour was fixed. Previously the button click would not work within Internet Explorer 7 due to missing json extensions of that browser.


Bugfix RT51673

Fixed a bug that caused folders created in a derived node over the Rest API to be added to the wrong node.


Bugfix

Fixed behaviour of assistant history to be consistent with multichannelling. Thisalso fixes creation of “hidden” pages if creating new pages directly after switchinginto a folder of another node using the assistant history.


Bugfix

Adds addDeleteButton() to Aloha Blocks to allow implementors to dynamically adda delete button to a GCN Aloha Block even if the block had originally beendetermined to be un-deletable.