Contelligent Release 10.1.0 A result in the search result list can now opened via mouse or enter key. Clickable finix-tags. Navigation to the target component now possible. Rename of components and changes of related components will be displayed correctly now. Search and replace in search results asks explicitly for closing and saving of an open component. Multi-line tabulators in text editors. Line numbering in text editors (configurable in preferences). Search index can be recreated via JMX now. Client search now supports implicit wildcard-search (configurable in client preferences), type-filters, excluded components and Lucene query syntax. Web based search is more flexible when indexing categories. If you are indexing categories you have to adapt your IndexConfigurations! Changed name of element <categoryvalue> to <category>. <category> elements have to be embedded in a <categorycoordinate> element. <categorycoordinate> has attribut "combination" (with default "false"). In order to keep the pre Contelligent 10.1.0 behavior for your category indexing, you have to rename and embed the old <categoryvalue> elements. Changes of indexConfiguration components takes effect immediately now. Contelligent clients react faster after editing users of a large user group. Closed or reset connections toward an active directory will be reconnected correctly now. Enhancement in HTTP authentication filter. Thread names in Contelligent log files now contains the Java thread-ID, a separator ':', the client IP-address and internal thread count. For example: "Thread-19:Request-123.123.12.12#1234". Component HTTPRenderer logs info message if retrieving of data takes a "long" time. Contelligent Release 10.0.6 Under some circumstances the password check at log-in failed. Assigned roles of a user will be shown sorted in user management module. Increased width of select lists in access editor. Contelligent Release 10.0.5 It is now possible to add Contelligent roles (e.g. system-users) to members of an ADUserGroup. The user will then receive the sum of the roles from the Active Directory and the Contelligent role list. Added AutoLoadAction, which restarts the AutoLoader thread, if it is not currently running. Improved the speed with which the client loads components from the server, especially for components containing multiple categories. Contelligent Release 10.0.4 Binary components now display the file size in editor. Fixed a bug in the revisioning mechanism that caused delete events to be sorted incorrectly if there were a lot of changes inside of a single transaction. Fixed indexer error messages on startup and shutdown if the name of an edit context was longer than 14 characters. Fixed a cause of slowdown in some situations when working in an edit context. Added some improvements to prevent the system index from retaining deleted components. To get the full benefit of this feature, it is necessary to delete and rebuild the system index once. Contelligent Release 10.0.3 Default permissions in the Website package have been changed to allow read access to some system images and menu variables. Fixed a problem where component signing caused error messages in the log file. Contelligent Release 10.0.2 Fixed some cases where the config components were not automatically reloaded on changes. User specific bookmarks will be loaded correctly now after a user change. Added a client option to display a read only version of the template on blueprint instances. Fixed a problem where the Webstart proxy settings were not properly read by the Contelligent Client. Contelligent Release 10.0.1 Fixed a problem with archive restoration where sometimes components present in Production but not yet existing at the restore target date were not properly removed from the restore context. Fixed an issue with the client event mechanism that would cause certain component events not to be sent to the client, forcing the user to manually refresh the affected component. Fixed a problem with the restoration of link components from archive. Fixed a problem with existing link components blocking archive restore. The mode of the current context is now displayed on the status bar. Fixed a problem where certain edits in contexts were not advancing the "last edited" timestamp. Blueprint components are now checked for existence during relation checks, so they can't be deleted from Production anymore. All browser calls from the client (e.g. preview) as well as the external editor function now use the Java Desktop API. Further, the user interface for external editing has been simplified. Contelligent Release 10.0.0 Added new DB based revision system including on the fly restoration of archived components. Added a "sendLength" property to binary components. If set to true, the Content-Length header will be set in the HTTP response. Note that this may cause additional overhead for requests to the component. Contelligent is based on Java 6 now. The minimum required version is 1.6.0_15. Ant 1.7.1 is required for building the sources. HTTPRenderer has a new parameter "removeBOM". If "true", HTTPRenderer removes Byte Order Mark (BOM) from UTF-8 encoded streams. HTTPRenderer doesn't add a carriage return/line feed to end of a stream anymore if the source stream doesn't contain it. Bookmarks can be added and managed only in main context ('Production') now. This workaround avoids the lock of the bookmark component in any other context. The bookmark component can be found in user home directory (e.g.: '/contelligent/home/system-users/admin/bookmarks/'). Added a new element "publicGuest" in main.xml. This indicates if content, that is readable for guest, should be treated as it would be public. To enable this feature, set the attribute "enabled" on "true". Default is "false". Added a new error dialog to distinguish the difference between a "component name too long" and a "component path too long" error. Selecting a day by key press or mouse click modifies the date component correct now.