· This release fixes several problems with the new archive restore mechanism and adds a redesigned external edit function.
· enhancement: Added new DB based revision system including on the fly restoration of archived components.
· enhancement: 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.
· enhancement: 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.
· enhancement: HTTPRenderer has a new parameter "removeBOM". If "true", HTTPRenderer removes Byte Order Mark (BOM) from UTF-8 encoded streams.
· bug-fix: HTTPRenderer doesn't add a carriage return/line feed to end of a stream anymore if the source stream doesn't contain it.
· bug-fix: 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/').
· enhancement: 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".
· bug-fix: Added a new error dialog to distinguish the difference between a "component name too long" and a "component path too long" error.
· bug-fix: Selecting a day by key press or mouse click modifies the date component correct now.