Gentics Content.Node 5.8.0
The function descriptor of the function PageAPI.createTag() in the GCN JS API has changed. It will no longer support calls like
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.
Enhancement Link to this entry
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 Link to this entry
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 Link to this entry
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”).
Enhancement Link to this entry
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.
Bugfix Link to this entry
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 RT51584 Link to this entry
Changed the status message displayed when running a data check of a contentrepository that is not linked with any nodes.
Bugfix RT48547 Link to this entry
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 Link to this entry
A missing image was added to the imagemanipulation2. Previously the image resize handle image was not loaded.
Bugfix RT51673 Link to this entry
Fixed a bug that caused folders created in a derived node over the Rest API to be added to the wrong node.
Bugfix Link to this entry
A image include within the page property view was fixed.
Bugfix RM3829 Link to this entry
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 Link to this entry
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 Link to this entry
Some messages for the file uploader will now be displayed in the correct langauge.
Bugfix RT51544 Link to this entry
When creating new files using the REST API, the returned file will now contain all possible object tags.
Bugfix Link to this entry
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 Link to this entry
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.
Bugfix Link to this entry
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.