Skip to content

OpenCms 7.0.3 Release Notes

The OpenCms 7.0.3 release notes contain detailed information about the new features in this release.
Date:
November 7, 2007

This is the release of OpenCms 7.0.3. With OpenCms 7.0.3, a number of issues that persisted in the 7.0.2 release have been fixed. Some new features have been added as well.

General Features of the OpenCms 7 release

  • An update Wizard for OpenCms 6 installations on MySQL, Oracle and PostgreSQL is available.
  • Support for Oracle, MySQL, PostgreSQL, MS SQL Server, DB2 and HSQL databases included.
  • The internal link management has been greatly improved.
  • If files (or folders) are moved / renamed, all links to these files are now kept intact.
  • Deleting a resource that is linked by other resources does now display a warning / confirmation dialog.
  • The new "Content Relationship Engine" (CRE) allows defining arbitrary relations between OpenCms resources.
  • Native support for WebDAV access to the OpenCms VFS has been added.
  • Publishing of resources is now done using a queue, so a user can continue to work after publishing has started.
  • The concept of "Organization Units" (OUs) has been added to the internal user management.
  • System permissions are now based on a complete new set of "Roles".
  • It is now possible to delegate management of users / groups in OUs to Sub-Administrators.
  • A "switch user" (su) function for Administrators in the OpenCms Workplace is now available.
  • Many usability improvements for the OpenCms Workplace have been made, especially concerning the handling of other users locks.
  • Many dialogs in the OpenCms Workplace are more responsive because of the use of Ajax technologies.
  • The context menus in the Workplace are now cascading and can be configured individually based on the users permissions.
  • A new "Undelete" function is available on the context menu to restore deleted resources, including complete deleted subtrees.
  • The full text search has been greatly improved so that individual resource properties or fields from XML content can be searched directly.
  • A "time warp" feature in the Workplace now allows users to view resources with date expired / date released settings.
  • Auto correction for structured XML contents now allows changes to the XML schema of existing resources.
  • A configurable search tool is now available for content managers in the Workplace.
  • A "permalink" handler for resources is available for external references in case a resource is moved or renamed.
  • Link management support has been added in editors for standard HTML tags 'area', 'object' & 'embed'.
  • The core database structure has been optimized.
  • JSP 2.0 and Servlet 2.4 are now used by default.

New Features in OpenCms 7.0.3

  • Added database support for DB2.
  • Added database support for HSQL, contributed by Sebastian Himberger.
  • The extended HTML import is now available in the 'new' dialog to import a site structure to the current folder.
  • The suffix added to new resources is now taken from the first configured default file instead of always being ".html".

Fixed issues and other changes in OpenCms 7.0.3

  • Fixed issue #1266: Improved robustness of default workplace tool handler implementation
  • Fixed issue #1303: Corrected style sheets path in static export configuration
  • Fixed issue #1304: In static export configuration the rfs-prefix parameter accepts URLs again
  • Fixed issue #1319: Updated comments on renaming servlets in web.xml
  • Fixed issue #1320: Added warning to 'readme.txt' about overwriting the web.xml file in update wizard
  • Fixed issue #1321: Servlet name is no longer hard-coded in setup wizard
  • Fixed issue #1326: Corrected typos in logout message (German locale)
  • Fixed issue #1335: Corrected typos in content-file of 404-handler (German locale)
  • Fixed issue #1420: Allowing workplace login page to be customized
  • Fixed issue #1433: Uninstalling xmlcontentdemo does not damage other module any more
  • Fixed issue #1468: Missing encoding property for German localization property files
  • Fixed issue #1477: User with "workplace user" role can again choose a template when creating file with free text
  • Fixed issue #1529: Validation for elements of type OpenCmsVfsFile/OpenCmsVarLink fails with parameters
  • Fixed issue #1530: The user password is not longer shown in plain text in the error message for password confirmation
  • Fixed issue #1542: Links to exported files containing anchors are not resolved correctly
  • Fixed issue #1550: Problem in CmsResourceBundleLoader using a SecurityManager
  • Fixed issue with deleting a module that contains locked resources
  • Fixed issue with OpenCms not starting if there are pending publish jobs for users not in the root OU
  • Fixed issue with org.opencms.util.CmsHtmlStripper preserving complete HTML in case no preserve Tags are configured
  • Fixed issue with static export generating wrong links from a resource to a related resource in a RFS rule
  • Fixed issue with importing a resource where the ID is already in use by other resource
  • Fixed issue with displaying running publish report
  • Fixed issue with NPEs in the publish dialog
  • Fixed issue with removing publish locks when aborting a publish job during shutdown
  • Fixed issue with mapping of values in XML contents to attributes of siblings
  • Fixed issue with history dialog not working for resources which are expired
  • Fixed issue with corrupted characters in filenames when uploading files without the applet
  • Fixed issue with filtering the accessible sites with the view permission
  • Fixed issue with context menu in Firefox browsers calling the selected action twice
  • Fixed issue with missing excerpts using default search field configuration
  • Fixed issue with displaying search result excerpts containing HTML code
  • Updated simapi.jar to version 0.9.6, fixing the "missing line" issue when scaling images

Backward compatibility

OpenCms 7.0.3 is fully backward compatible to version 7.0.0, 7.0.1 and 7.0.2. We recommend everyone who uses an earlier version of OpenCms to update to the 7.0.3 release.

OpenCms 7 is largely backward compatible with version 6. Most templates and other OpenCms developed code from version 6 should work "out of the box" with version 7. A number of API methods from OpenCms 6 have been marked as "deprecated". In case you have made extensive use of OpenCms internal classes and APIs from version 6, there may be some changes required in your code. However, in most cases this should not take longer than a couple of hours.

Please note that since OpenCms 7 uses JSP 2.0 and Servlet 2.4 standards by default, you may have to change that back to JSP 1.2 / Servlet 2.3 so your existing OpenCms JSP templates from OpenCms 6 run without change. You must edit the "web-app" node in the OpenCms web.xml file to do that.

Compatibility with Java versions, Servlet containers and Databases

OpenCms 7 has been written and tested using Java 1.5 / 1.6. It works well with Java 1.4 using the optional "Java 1.4 compatibility package". We have tested only with SUNs version of the JDK. However, OpenCms has no dependencies to sun.* packages so it should in theory run with all compliant JVMs.

We have tested this release on the Tomcat servlet engine. OpenCms works "out of the box" with Tomcat 5.5, which we recommend. Others have reported deploying OpenCms successfully on other servlet containers like JBoss, BEA and Websphere. We appreciate any feedback regarding other servlet containers.

On the database side, we have tested with MySQL 4.0.x, MySQL 4.1, MySQL 5.x, Oracle 9.x and Oracle 10.x, as well as PostgreSQL 8.2.x and 7.4.x, MS SQL Server 2000 / 2003, DB2 9.1 and HSQLDB 1.8.0. The automatic update wizard for OpenCms 7 supports MySQL, Oracle and PostgreSQL.

Regarding version numbers and CVS build tags

In case you want to check out OpenCms from the CVS, please keep the following in mind: The CVS tag numbers for all OpenCms 7 releases are "build_7_0_x", so the 7.0.3 release is tagged "build_7_0_3". Development of maintenance releases (like 7.0.3) is currently done in CVS HEAD.

How you can help

Contributions to the OpenCms core development are most welcome. Please contact the core development team on the opencms-dev mailing list in case you are interested in supporting the development of OpenCms.

Please use our Bugzilla to report bugs in this release: http://bugzilla.opencms.org/

Thank you for using OpenCms and have fun with OpenCms 7.0.3 :-)