Changes with Gentics Content.Node 5.12.19

Date: 24.07.2013


Manual Change

It is now possible to deactivate tags using the GCN JS API. Newly created tags

🔗 Link

will be automatically activated, but before the page is saved, that tag can be deactivated.
Because the GCN JS API will no longer automatically activate all tags in a page that is saved after editing, this change may require some implementations to be modified to manually activate in-active tags. A manual change will be necessary for example, if your implementation renders a page‘s inactive object tags in view mode via the GCN JS API. In this case, it will be necessary to first activate the tag using tag.prop('active', true).


Bugfix RT55761 🔗 Link

When handling a dirtqueue event fails, the event will now be marked as failed (together with the reason) in the database. Before this fix, handling the event was tried again, which possibly delayed starting of the publish process until the failure reason was removed.


Bugfix RT55709 🔗 Link

Fixed possible “hanging” of publish process when using multithreaded publishing.


Bugfix RT55709 🔗 Link

Some database indices have been added to speed up channel specific queries. This will increase rendering performance of pages in channels that use lot‘s of other pages (e.g. overviews).


Bugfix RT54820 🔗 Link

Editables that are contained in blocks which become wrapped (because their root element is not among those configured in allowed rootTags) will now still activate properly and show the correct floating menu configuration.


Bugfix RT55772 🔗 Link

Mandatory tags: Fixed small typo in the error message when publishing a page.


Bugfix RT55709 🔗 Link

The memory consumption of the server while writing pages into the filesystem has been reduced. Before this fix, if large numbers of pages had to be written to the filesystem, the total amount of all page contents had to fit into the server memory, which could lead errors in the publish process due to OutOfMemory exceptions.


This Gentics Content.Node version includes the Aloha Editor 0.23.13 – 24.07.2013