Gentics Content.Node Changelog Summary

Gentics Content.Node 5.4.22


Manual Change

In version 5.4.19 the template mimetype was changed from text/js to text/javascript.

🔗 Link

This change was reverted due to an incompatibility with Gentics Portal.Node. This incompatibility was resolved for Gentics Portal.Node releases that were made after Update 11927 2012-03-02. Once you have updated your Gentics Portal.Node installations you can execute the following sql statement within your node database to apply the change. UPDATE ml SET contenttype = 'text/javascript' WHERE name='JavaScript'; The incompatibility caused pages that were created with the text/javscript mimetype to be displayed incorrectly within any portal that serves pages using the GenticsContentPortlet.


Gentics Content.Node 5.4.21


Gentics Content.Node 5.4.20


Gentics Content.Node 5.4.19


Security 🔗 Link

A security issue with the Gentics Content.Node session has been resolved.


Bugfix 🔗 Link

Fixed a bug in multichannelling, that prevented assigning of channels to contentrepositories.


Bugfix 🔗 Link

Fixed html linebreaks being removed when opening a tag with a part of a HTML type which is inline editable and the feature “live-br2nl“ is turned on.The feature “live-br2nl” is now only used for none-HTML tagtype-parts.


Bugfix 🔗 Link

Tag icons are now directly visible. Previously tag icons were only visible once the mouse was moved.


Bugfix 🔗 Link

Made the Content.Node file uploader (including Rest-API) checks more consistent.They now all check if the filename length does not exceed 64 characters andif the characters in the filename are all valid (no whitespace, ...)Allowed characters in the filename are: a-z A-Z 0–9 – _ .


Bugfix 🔗 Link

Fixed changing the template of multiple pages in the background only changed the first template of the first selected page.


Bugfix 🔗 Link

Fixed possible deadlock when (long running) job to change template of pages was running parallel to the publish process.


Bugfix 🔗 Link

Fixed page versioning creating a new version of a page when the page is moved to the publication queue (for users without publication rights)and the page wasn‘t modified.


Bugfix 🔗 Link

Fixed a bug within the multifile uploader which caused all uploads to be created with the default mime type application/octet-stream. The uploader will no determine the mimetype by examing the file extension and other information when no mimetype was specified by the browser.


Bugfix 🔗 Link

Removed double ; at the end of the SQL query when checking an empty content repository (CR creation).


Bugfix 🔗 Link

Changed the outdated mimetype text/js (not used anymore) to text/javascript when creating new pages.


Bugfix 🔗 Link

Fixed Javascript error that occurred in the Live-Editor Wiki mode with IE7.


Bugfix 🔗 Link

Fixed StackOverflowException during publishrun.


Bugfix 🔗 Link

Fixed NullPointerException that occurred when pages were created through the REST API.


Bugfix 🔗 Link

Fixed current content is displayed in older page versions.


Bugfix 🔗 Link

Fixed a bug in multichannelling, that caused an SGB when deleting a channel and left inconsistent data in the database, that possibly caused other problems.


Bugfix 🔗 Link

Fixed a bug that sometimes occurred when images were published into the content repository.The bug was caused by the wrong object type (10011 instead of 10008)being used when images were published into a content repository.


Bugfix 🔗 Link

Fixed tags inserted via the tag-fill-dialog and rendered via a Velocity part can‘t be edited after the tag-fill-dialog closes.


Bugfix 🔗 Link

Fixed imagemanipulation window doesn‘t close automatically and causes an SGB in the main window when opened from the tagfill dialog.


Bugfix 🔗 Link

Revived the “edit in language” option in the menu of a page in the page view and also moved the object properties back to the main menu.


Bugfix 🔗 Link

Fixed out of memory error that occured when resizing image with the image store that exceeded a width or height of 20000 pixel and more. The genticsimagestore will now only allow resizing of images with a width and height of 10000 pixels max.


Bugfix 🔗 Link

Changed the ETA displayed for the publish duration time in the Gentics Content.Node startpage to be more human readable.


Bugfix 🔗 Link

Fixed a bug that cuased the Aloha page not to be rendered in Aloha mode (page can‘t be edited) if an extensible part type is used in the page to resolve properties.


Bugfix 🔗 Link

The tag fill lightbox will now no longer close once ESC key is pressed. Clicking in the shadow area of the lightbox will also no longer close the box. Previously the lightbox could be closed accedentialy by clicking in the wrong place. All changes were lost.


Gentics Content.Node 5.4.16


Bugfix 🔗 Link

Fixed an error that prevented restoration of page versions.


Bugfix 🔗 Link

Fixed NullPointerException that occurred when pages were created through the REST API.


Bugfix 🔗 Link

Fixed edit page link in the Assistant of the Aloha-Editor mode broke the page layout.


Gentics Content.Node 5.4.15


Manual Change

The Apache HTTPD package has to be updated to the latest version.

🔗 Link

  1. Download the self-executing installer package# Execute the installer package with the root user# The installer will ask whether the new configuration should be installed – please skip this step by pressing enter (the current configuration will be kept).

Enhancement 🔗 Link

The REST API page/restore restore versions was optimized to be more consistant.


Enhancement 🔗 Link

The page copy action performance was enhanced.


Enhancement 🔗 Link

Inserted an input validation for HTML for the tagtype properties when the “validation” feature is turned on.

See: Validation


Bugfix 🔗 Link

Fixed errors that were caused by missing folder or template objects duringa publishrun with versioned publishing enabled.Versioned publishing will render and publish the published content ofpages that are included in other pages, for example via an Overview, ora Tag (page), or similar TagTypes that can include content from otherpages, or via a Page variant.

Additionally, there were some changes concerning the versioning of pages.

First, the folder of a page has ben excluded from versioning. This meansthat the page will always be rendered in its current folder. Forexample, Changelog will render the name of the current foldereven in an older version of the page. Before this change, the name ofthe folder where the page was when the version was created was renderd.

Second, the template of a page is still versioned, but should thetemplate of an older version of the page have been deleted, the currenttemplate will be used as a fallback and a warning will be logged. Toavoid this, never delete a template that may be used by older versionsof a page.

These changes apply even when the versioned publishing feature is turnedoff.


Bugfix 🔗 Link

Fixed setting of filetype when uploading Files via the REST API. If the filetype is sent from the client, there is no auto-detection done on server side.


Bugfix 🔗 Link

Fixed the action icons (for multiple item actions) not being shown anymore in some folder views (images, templates, ...)


Bugfix 🔗 Link

Fixed internationalization in Aloha-Editor assistant frame.


Bugfix 🔗 Link

Fixed the old file/image uploader default filename containing a space which causes the validation to print an error.Seperated the headline and the filename translations.


Gentics Content.Node 5.4.14


Manual Change

The tagfill dialog will now only contain jquery version 1.6.1.

🔗 Link

Previously two different jquery versions were loaded. This change may affect existing custom form tagtype implementations. Please note that loading a second jquery version by means of a custom form tag may cause unexpected issues with existing javascript features of Gentics Content.Node. We suggest using the new jquery version 1.6.1.


Enhancement 🔗 Link

Added name ‘inserttag‘ for insert tag button for Aloha Editor‘s gcn plugin to make it configureable.


Enhancement 🔗 Link

Added a search field and button to the repository browser for linking pages and files in Aloha Editor.


Enhancement 🔗 Link

When adding links to internal pages or files using Aloha, the path information of the pages in the search dropdown will no longer start with the Node name, because this is redundant information.


Enhancement 🔗 Link

A logout link was added to the selfupdate dialog. It is now advised to logout and login again after the update was completed. This step ensures that the interface of the update user will be loaded correctly after the system was updated.


Enhancement 🔗 Link

Removed most of the action icons from the page list view again (at the right side of the actionlist)


Bugfix 🔗 Link

Fixed performing an import or deleting a part of a TagType hangs because of a missing index on the value_nodeversion.part_id column.


Bugfix 🔗 Link

Fixed resolving of tag parts in custom part types, when the custom part type is not editable.


Bugfix 🔗 Link

Fixed SGB that occured when accessing the node creation dialog directly after login.


Bugfix 🔗 Link

Fixed Gentics Content.Node redirecting to the login page when pressing the enter button in the Imagemanipulation properties sidebar.


Bugfix 🔗 Link

Fixed two SGB‘s within the tagfill dialog. The first one occured when accessing the overview tagfill dialog. The second one occured when trying to upload file using the old file uploader dialog. These errors only occred while editing in frontend mode.


Bugfix 🔗 Link

Fixed the tooltip speech bubbles in dialogs sometimes messing up the page by adding whitespace at the top (resulted in annoying jittering)This mostly happened in Firefox 10.


Bugfix 🔗 Link

Fixed possible errors (EmptyStackException) during publish process when using multithreaded publishing together with multichannelling.


Bugfix 🔗 Link

Fixed the old singlefile Content.Node 4 Uploader not taking file extensions with numbers in account.For example: sound.mp3, it didn‘t add and check the file extension of the file automatically.


Bugfix 🔗 Link

Fixed links in the assistant frame open in the lower frame of the translation split-view when a page is translated.


Bugfix 🔗 Link

Fixed filling of tags with the new Minibrowser in the tagfill dialog when multichannelling is used: When an item is selected in the Minibrowser, the form will be posted and the tagfill dialog re-rendered.This is necessary for custom form tag implementations that need to be re-rendered whenever some other parts change.


Bugfix 🔗 Link

When using firefox 10: The construct properties view will require Firefox 10.0.0.2 or later to display correctly. Older Firefox version (>10) contain a bug that prevents correct display of that particular view.


Gentics Content.Node 5.4.12


Enhancement 🔗 Link

Added FileUploadManipulator for files that are being created via REST API. Fixed possible NPE when no transaction is available.


Enhancement 🔗 Link

It is now possible to recursively search for folders containing a given search string in the name.


Enhancement 🔗 Link

Added some missing icons in the Content.Node menu.


Bugfix 🔗 Link

Fixed permission error when translating pages without create permission.When a role only had the translate permission, but no the create permission, a fatal error was reported.


Bugfix 🔗 Link

Fixed javascript error in tagfill dialog.


Bugfix 🔗 Link

Changed the publication links to be more consistent across pages.The “publish approve“ link will now be always shown in the menu and the assistant when the user has the rights for it.The “publish“ and “publish at” links are also also always shown, no matter if the user has the rights or not.


Bugfix 🔗 Link

Fixed display of node list for users with restricted permissions.


Bugfix 🔗 Link

Fixed missing buttons for Repository Browser and Fileupload in Aloha Editor.


Bugfix 🔗 Link

Fixed progressbar not disappearing when saving or editing an aloha page.


Bugfix 🔗 Link

Fixed the fileuploader fallback not working in Internet Explorer.There has been a problem with the mimetype which has been fixed. We have also removed a Quicktime plugin check which wasn‘t necessary.


Bugfix 🔗 Link

Fixed authentication error in fileuploader when the session secret was provided via cookie instead of placing it in the multipart payload.


Bugfix 🔗 Link

Fixed quick recursive translation feature.The quick recursive translation feature allows the fast creation of language variants (“Create translations” menu item in the page list). The feature is not enabled by default. The feature stopped working because of a recursive dependency being declared resulting in a page load error.


Bugfix 🔗 Link

Fixed possible SGB when listing templates in channels, were one of the templates was initially created in a folder, that no longer exists.


Bugfix 🔗 Link

Fixed another situation, where the display of conflicting pages was wrong in a multichannel environment.


Gentics Content.Node 5.4.11


Enhancement 🔗 Link

Enhanced the Content.Node menu on dark/black backgrounds (pages, templates). It now has a light border around it.Also made the main menu highlighting stay when the submenu is currently open.


Bugfix 🔗 Link

Fixed SGB error appearing when viewing the taglist of a template with tags that don‘t have a tagtype.


Bugfix 🔗 Link

Fixed SGB error when setting a page language.


Gentics Content.Node 5.4.10


Bugfix 🔗 Link

Fixed menubar not being in 100% width in the new chrome beta.


Bugfix 🔗 Link

Fixed tag buttons sometimes jumping when clicking on it when editing pages with Aloha editor.This has been the case when there has been no content in the editable and the tag button was inside another editable.


Gentics Content.Node 5.4.9


Enhancement 🔗 Link

Added “inheritedFrom” attribute to pages, files, templates, images and folders delivered via REST API. Contains string with the name of the Node the object was inherited from.


Enhancement 🔗 Link

With multichannelling feature activated lists of pages, files, template, images and folders will now contain a “Master” column which displays the name of the node the object has been inherited from. Only available in Channels.


Enhancement 🔗 Link

Copying or moving pages, creating page variants and copying or linking templates in multichannelling environments will now allow also inherited folders in channels as target folders.


Enhancement 🔗 Link

Quickjump will now assign pages to correct channels when multichannelling is enabled.


Enhancement 🔗 Link

Removed option to en/disable specific language assignments for channel nodes. Language options are now read-only for channels.


Bugfix 🔗 Link

Fixed duplicate slashes when loading minibrowser libraries with multichannelling feature enabled.


Bugfix 🔗 Link

Fixed display of conflicting page when creating/modifying a page in a way that would produce a filename conflict in a multichannelling environment.


Bugfix 🔗 Link

Fixed display of folders in search result lists when multichannelling is used.


Bugfix 🔗 Link

Fixed copying of inherited or localized pages in localized folders: the page will now be created in the folder as local channel page.


Bugfix 🔗 Link

Fixed problem when removing localization from a subchannel, where localization was removed from the channel also.


Bugfix 🔗 Link

Fixed display of page icon when pages are scheduled to be published in the future, when multichannelling is used.


Bugfix 🔗 Link

Fixed display of pages that are scheduled to be published in the future to display the time when multichannelling is used.


Bugfix 🔗 Link

Fixed broken Repository Browser in Tagfill lightbox. Previously the ui of the component was broken when displayed in Internet Explorer.


Bugfix 🔗 Link

Fixed issues with too small edit frame when using Aloha Editor with IE7


Bugfix 🔗 Link

Fixed missing top menu for node properties dialog.


Bugfix 🔗 Link

Fixed special case where the menu became hidden when opening the tagfill dialog.This was the case when opening the page via the startpage or the quickjump search and going to the page edit mode.


Gentics Content.Node 5.4.8


Bugfix 🔗 Link

Fixed bug that occured when uploading a file with the flash uploader. Internet Explorer 7 in combination with some versions of flash (incl. 11.1) previously passed cookie values to flash. The uploader will now no longer fail when a session secret previously was set using the passed cookie. Newer browsers won‘t pass the cookie because it was set to httponly uppon creation.


Bugfix 🔗 Link

Fixed IllegalAnnotationException when using the REST API to get XML data.


Bugfix 🔗 Link

Fixed missing related links in the assistant frame for Aloha edit and previde modes.


Bugfix 🔗 Link

Fixed maintenance stream not being reset after all user session are cleared (can happen during the new BlackPanther update).


Bugfix 🔗 Link

Fixed searching of objects for creating links in Aloha when multichannelling is used: Always search objects in the correct channel now.


Gentics Content.Node 5.4.7


Manual Change

The permission check for the start-page setting for a folder was changed

🔗 Link

Previously, the user only needed permission to modify the object property (object.startpage) to be able to set the startpage.Now, a user needs to have edit permission on the object property as well as edit permissions on the folder.


Enhancement 🔗 Link

Aloha Editor‘s gcn-plugin will now compare the construct id instead of the tagname when searching for magic link constructs.


Bugfix 🔗 Link

Fixed null pointer exception in REST APIWhen a page was retrieved with the REST API (or displayed with Aloha)Overview Tags that were inserted but never modified caused a nullpointer exception.


Bugfix 🔗 Link

Fixed connection pool limit for the urlincludeimp. Previously the url include imp did only allow two connections per host. We increased that limit to 20 by default.The default connection limit can be changed by the following java system properties: Dhttp.connectionmanager.max-per-host=20 Dhttp.connectionmanager.max-total=40


Bugfix 🔗 Link

Fixed the positions of the Content.Node buttons. Previously some buttons were not aligned correctly.


Bugfix 🔗 Link

Fixed english translation of warning message.The previously untranslated message was “aloha_msg_no_write_perm_opened_readonly”.Additionally, this message will now only be displayed if the page is opened in edit mode when the user has no permission to edit the page. Previously the message was also displayed when a page was opened in preview mode.


Bugfix 🔗 Link

Removed old newsurl from the gentics login that caused a https security warning in Internet Explorer.


Bugfix 🔗 Link

Fixed quickjump sometimes not loading pages correctly and stating that the searched page could not be found.


Bugfix 🔗 Link

Fixed changing the stream in the user settings not updating the top left logo frame.


Gentics Content.Node 5.4.6


Enhancement 🔗 Link

Changed the right top gravatar user logo to be loaded from the local system instead of gentics.com,and also made it working via https.


Bugfix 🔗 Link

Fixed javascript error within the file upload dialog.


Bugfix 🔗 Link

Fixed the time management returning an error page when editing a page.


Gentics Content.Node 5.4.5


Bugfix 🔗 Link

Removed stars from Content.Node title because they are sometimes corrupted for unknown reasons.


Bugfix 🔗 Link

Fixed the top left logo and the blackpanther stream position.


Gentics Content.Node 5.4.4


Enhancement 🔗 Link

Improved error handling if user is not assigned to any usergroup.


Enhancement 🔗 Link

Added PPTX mimetype mapping to page import.Also, custom mime-type mappings can now be configured through thenode.conf $CN_MIME_TYPES variable. For example, to add a mapping forfiles with the .pptx extension: $CN_MIME_TYPES["PPTX"] = "application/vnd.openxmlformats-officedocument.presentationml.presentation";The name of the extension must be all uppercase characters, otherwise itwill be ignored.


Enhancement 🔗 Link

The new Feature “Multichannelling” allows creation of Channels, that inherit Folders, Pages, Images, Files and Templates from another Node.


Enhancement 🔗 Link

Extended LDAP functionality so LDAP groups with unique users as attributes can be used.


Enhancement 🔗 Link

The new Feature “Channel Synchronization” allows easy synchronziation of channels with their master node (in Multichannelling).


Bugfix 🔗 Link

Fixed output textboxes being too small in the scheduler


Bugfix 🔗 Link

Fixed: Problem with extended LDAP functionality.


Bugfix 🔗 Link

Fixed: Live preview for pages in multichannelling will now render page in the correct scope (channel)


Gentics Content.Node 5.4.3


Bugfix 🔗 Link

Fixed scrolling position in the tree navigation not being remembered.


Bugfix 🔗 Link

Fixed javascript error when viewing the properties (name, description) of an image file.


Bugfix 🔗 Link

Fixed a bug that could cause publishing errors when the java cache was empty. The publisher error was caused by issuing multiple streaming resltsets for one connection.


Bugfix 🔗 Link

Fixed alignment of multiple form buttons for Internet Explorer.


Bugfix 🔗 Link

Fixed tipsy balloons sometimes not getting hidden again in forms.


Bugfix 🔗 Link

Fixed a bug in the image manipulator which resulted in broken images when resizing or cropping images with uppercase file extensions.


Gentics Content.Node 5.4.2


Security 🔗 Link

The multipart flash upload got a security fix.


Enhancement 🔗 Link

Added “Black Panther” highlighting style to the breadcrumb navigation when hovering the links


Enhancement 🔗 Link

Made the frame resizing borders of the tree more pretty


Enhancement 🔗 Link

Removed not very commonly used feature to move the assistant frame to the bottom


Enhancement 🔗 Link

Replaced the stars in the CMS title (Enterprise CMS) to their none-encodede version to fix them sometimes getting broken.


Bugfix 🔗 Link

Fixed stream images not being displayed in Internet Explorer in the user settings


Bugfix 🔗 Link

Fixed the left top logo frame getting messed up when minimizing the tree


Bugfix 🔗 Link

Fixed issue with the generation of the Folder (Upload) tag part that caused the following tag part form elments to be hidden when no folder was selected.


Bugfix 🔗 Link

Fixed an user-error when creating a new tagtype, trying to view the tagtype properties and trying to create a new template


Bugfix 🔗 Link

Fixed frame flickering bug when resizing the tree in Internet Explorer


Bugfix 🔗 Link

Fixed frame resizing bug in chrome when tree was being collapsed


Bugfix 🔗 Link

Fixed the position of the submenu sometimes not being calculated correctly when resizing the tree frame very small


Gentics Content.Node 5.4.1


Enhancement 🔗 Link

Removed the ability to hide the top stream because it is not compatible with the new Blackpanther UI


Enhancement 🔗 Link

The width of the left navigation tree will be saved from now on after resizing.


Enhancement 🔗 Link

NOTE: The current update resets all user sessions.This is being done because the ability to minimize stream was removed because of incompatibility with the new Black Panther UI.


Enhancement 🔗 Link

The left assistent won‘t be hidden anymore when viewing/editing a page and Alohaeditor is enabled


Enhancement 🔗 Link

Removed the minimize button in the tree because it has no use anymore.


Enhancement 🔗 Link

Follow-up tasks have a new checkbox called “Follow on success”. If checked, the task will only run if the preceding task exits successfully. If not checked, the task will run regardless of the exit status of the preceding task.


Bugfix 🔗 Link

Fixed the quickjump autocompletion not working on the start page.


Bugfix 🔗 Link

Fixed the quickjump autocompletion not working on the start page.


Bugfix 🔗 Link

Fixed tables not being placed under the paging navigation under certain cirumstances in firefox.


Bugfix 🔗 Link

Fixed linking and unlinking of nodes from content repositories.The nodeobject cache was not cleared when a node was linked to or unlinked from a contentrepository.


Bugfix 🔗 Link

Fixed inconsistent display, on the start page, of pages to be published / remaining to be published


Bugfix 🔗 Link

Fixed two errors when opening an Aloha page in IE7# A JavaScript error occurred when clicking the Live-Preview menu item when insde an Aloha page# When leaving an Aloha page, for example by clicking on a folder in the tree, instead of changing the location of the existing frame, a new window opened.


Bugfix 🔗 Link

Fixed loading and saving of images with the imagemanipulation2 feature.The URL for loading and saving images had one slash too much which resulted in a 404 Not Found HTTP response.


Gentics Content.Node 5.4.0


Manual Change

The FTP configuration within the node settings was removed.

🔗 Link

Please use scheduler tasks instead.Here is an example task template that will sync a Node and the GenticsImageStore folder for that node:/Node/bin/lftp u "%user%,%password%" e "mirror R L e /Node/node/content/publish/pub/%ordner.node.host%%ordner.node.pub_dir% ./%wwwRoot%%ordner.node.pub_dir%;mirror R L e /Node/node/content/publish/pub/%ordner.node.host%/GenticsImageStore ./%wwwRoot%/GenticsImageStore;exit" %targetHost% 2>&1


Manual Change

Fixed page-import doesn‘t fill parts with cn_value keyword bug

🔗 Link

The previous behaviour during a page import filled either a visible or editable part of an imported tag with the element contents. When thefeature cn_page_import_fill_editable_part was true, an editable part wasfilled. Otherwise a visible part was filled.This behaviour was contrary to the documentation, which states that the part with keyword “cn_value“ is filled with the element contents.The behaviour was fixed, so that “cn_value“ will be filled, if it exists. If no such part exists, the import will fall-back to the old behaviour.All tag-types that are used with the page-import must be checked for compatibility with the new behaviour. It must be ensured that, if there is a part with keyword “cn_value” in a tag-type, that it really is thepart that should be filled during page-import, and not one of the other editable or visible parts.


Security 🔗 Link

Fixed security issues.


Enhancement 🔗 Link

The Gentics Content.Node backend ui was overhauled. This includes multiple changes on ui css and on some backend dialogs.# All user related information are located at the top right cornor. Users may upload an avatar image to gravatar.com using their registered email adress.# When navigating through folders changing the folder views has become more intuitive.# Above page, file and image list a breadcrumb helps navigating.# The main tree view can now be adjusted in width. The tree can also be closed permanently.# Structure of rightclick submenues on page, file and image lists have been reorganized.# Access to the real editor from the page menu has been removed.


Enhancement 🔗 Link

The LDAP login field for groups can now be mapped with a string which should match the description of the appropriate CMS group.


Enhancement 🔗 Link

The default maximum size of tag-values has been increased to from 100KB to 1MB.
This maximum is only in effect if the validation feature is turned on and configured correctly. The setting may be changed in the antisamy.custom.xml with the maxInputSize directive.See this article for more information about the validation feature.


Bugfix 🔗 Link

Fixed omissions in user list when pages are being assigned for revision.

A previous fix to disable the paging of the list in the "assign for revision" dialog caused some users to be omitted from the list.


Bugfix 🔗 Link

Fixed: opening a WebDAV folder didn‘t work with some OS and browser configurations
WebDAV folders are now opened with the IE Web Folder API. On Windows 7IE8 file:// URLs are still used as the Web Folder API didn't work inthis configuration. The three methods to open a WebDAV folder are# folder is opened automatically immediately on clicking open on a folder in the tree# folder is opened by clicking the "here" link# folder is opened by copying the "here" link and pasting it manually into a new browser windowThese three methods were tested and work in the following configurations:# Windows XP IE7# Windows XP IE8# Windows 7 IE8# Windows 7 IE9To force the use of the Web Folders API the feature webdav_use_file_url can be set to false (default true).To force the old behaviour of opening WebDAV folders the feature webdav_use_web_folders can be set to false (default true).The default is to use the Web Folders API except on Windows Vista IE8 and Windows 7 IE8.If opening a folder doesn't work on Vista or Windows 7, try installing this update


Bugfix 🔗 Link

Fixed the “publish” menu entries not being shown in the page menu when it was shown in the page list context menu (inconsistent behavior). It is now always shown.


Bugfix 🔗 Link

Fixed system messages when a page is put back into revision.Only the ID of the pages that were put into revision were shown in the system message, now the name (incl. full path) + ID are shown.Additionally, too many messages were sent to the editor of the page: one message that lists all pages, and one additional messaeg for each page. Now, only the first message, that lists all pages, will be sent.


Bugfix 🔗 Link

Fixed url generation within imagemanipulation2. Previously image/css/js urls were only working within cms and not within the portal.


Bugfix 🔗 Link

Fixed rare case when filename is ~62 characters long and the automatically added file extension was cutted (example: .php -> .ph)
It now cuts the filename first so the file extensions always can be fully added.


Bugfix 🔗 Link

Fixed non-transactional delete of tagtypes that caused data inconsistency.When a tagtype was deleted, it was possible that template-tags or content-tags referring to the tagtype were left in the system, causing problems with the import/export feature.


Bugfix 🔗 Link

Fixed bug in GenticsImageStore which sometimes didn‘t round calculcated proportional widths or heights of images correctly when doing image resizing.
Example: /CNPortletapp/GenticsImageStore/150/auto/cropandresize/prop/22/0/964/674/The resulting proportional height has been 104,87… which was incorrectly cutted down to 104px instead of 105px