<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>OpenCms News</title>
    <link>http://www.opencms.org/en/home/rss-news.xml</link>
    <description>News about OpenCms from the opencms.org website</description>
    <language>en</language>
    <copyright>2007 Alkacon Software GmbH</copyright>
    <dc:language>en</dc:language>
    <dc:rights>2007 Alkacon Software GmbH</dc:rights>
    <image>
      <title>OpenCms</title>
      <url>http://www.opencms.org/export/system/galleries/images/logos/logo_opencms_200.gif</url>
      <link>http://www.opencms.org/</link>
    </image>
    <item>
      <title>OpenCms 8 content manager user manual now available!</title>
      <link>http://www.opencms.org/en/news/111222-opencms-8-user-manual.html</link>
      <description>&lt;p&gt;The OpenCms 8 content manager user manual - which is now available for &lt;a title="Download the OpenCms 8 User Manual now!" target="_self" href="http://www.opencms.org/en/modules/downloads/dl-opencms-8-user-manual.html"&gt;download&lt;/a&gt; - provides a quick non-technical overview of OpenCms 8.&lt;/p&gt;
&lt;p&gt;This complete and easy to understand reference will help the content manager to build websites with OpenCms 8 within minutes. Learn all about advanced direct edit and the sitemap editor.&lt;/p&gt;
&lt;p&gt;Explaining every feature and functionality of the OpenCms 8 user interface this user manual provides essential know-how for the content manager.&lt;/p&gt;
&lt;h3&gt;Learn more about&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Working with advanced direct edit&lt;/li&gt;
    &lt;li&gt;Features of the sitemap editor&lt;/li&gt;
    &lt;li&gt;Controls of the context menus&lt;/li&gt;
    &lt;li&gt;All features and functionalities of the OpenCms 8 user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With OpenCms 8 the work of a content manager has been made easy and intuitive. Everything you need to create beautiful web pages is within reach on the page itself.&lt;/p&gt;
&lt;p&gt;Learn more about the great new features of OpenCms 8 and &lt;a title="Download the OpenCms 8 User Manual now!" target="_self" href="http://www.opencms.org/en/modules/downloads/dl-opencms-8-user-manual.html"&gt;download the latest OpenCms 8 User Manual&lt;/a&gt; right now.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Dec 2011 11:32:45 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/111222-opencms-8-user-manual.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-12-22T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Alkacon Software as industrial partner in EU funded project about semantic web technologies</title>
      <link>http://www.opencms.org/en/news/111213-google-web-toolkit-vie-wrapper.html</link>
      <description>&lt;p&gt;&lt;strong&gt;OpenCms &lt;/strong&gt;from &lt;strong&gt;Alkacon Software&lt;/strong&gt; is a professional content management system that helps content managers worldwide to create and maintain websites fast and efficiently.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Interactive Knowledge Stack (IKS)&lt;/strong&gt; is an EU funded project bringing semantic technologies (capabilities) to content management systems. Alkacon Software is an industrial partner in the IKS project.&lt;/p&gt;
&lt;p&gt;IKS now provides the &lt;strong&gt;Vienna IKS Editables (VIE)&lt;/strong&gt;, a JavaScript based software component to semantically enhance and edit web pages inline through annotations. IKS also provides &lt;strong&gt;Apache Stanbol&lt;/strong&gt;, a reusable set of software components that are meant to be accessed over RESTful interfaces to provide semantic services for content management. Both the VIE and Stanbol components have been developed as part of the IKS project over the last 2 years and are now close a release version.&lt;/p&gt;
&lt;h3&gt;By adopting the IKS software stack, Alkacon plans to achieve the following goals for OpenCms:&lt;/h3&gt;
&lt;ol&gt;
    &lt;li&gt;Allow the generation of semantically annotated content for search engine optimization (SEO).&lt;/li&gt;
    &lt;li&gt;Enhance the advanced direct edit mode of OpenCms with inline-editing capabilities using VIE.&lt;/li&gt;
    &lt;li&gt;Support for semantic content enrichment, using VIE as frontend and Stanbol as backend.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;A GWT wrapper around the VIE JavaScript library&lt;/h3&gt;
&lt;p&gt;For client side programming, the Google Web Toolkit (GWT) is used in OpenCms to provide content managers with a modern and easy to use web 2.0 user interface. In order to minimize development time, code maintaining costs and also to increase code transparency, Alkacon will stay with GWT and Java technology. Therefore Alkacon wants to avoid writing native JavaScript code that is part of the OpenCms core system.&lt;/p&gt;
&lt;p&gt;To integrate the VIE capabilities into OpenCms, Alkacon is developing a GWT wrapper around the VIE JavaScript library. This is a common approach to provide access to feature-rich native JavaScript widget libraries in GWT, for example used for projects like &amp;quot;Ext GWT&amp;quot;, &amp;quot;Smart GWT&amp;quot; and others.&lt;/p&gt;
&lt;h3&gt;Implementation design for the VIE wrapper&lt;/h3&gt;
&lt;p&gt;Alkacon aims to develop a VIE-GWT wrapper that is independent from OpenCms and enables a Java / GWT developer to make full use of the VIE capabilities without knowledge about the JavaScript internals of VIE.&lt;/p&gt;
&lt;p&gt;In general there are a number of possible approaches when creating a wrapper for an existing JavaScript API using the GWT: JavaScript Native Interface (JSNI), JavaScriptObject overlays, JavaScript InterOp library, GWT Linker extensions, GWT Generators and maybe more. A first prototype of the wrapper implementation is already available on &lt;a title="OpenCms Repository" target="_self" href="https://github.com/alkacon/vie-gwt/"&gt;GitHub &lt;/a&gt;&amp;ndash; using the JavaScript Native Interface approach.&lt;/p&gt;
&lt;p&gt;In the upcoming month Alkacon will even evaluate a number of alternative approaches.&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Mon, 12 Dec 2011 11:45:17 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/111213-google-web-toolkit-vie-wrapper.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-12-12T11:45:17Z</dc:date>
    </item>
    <item>
      <title>New OCEE versions for OpenCms available</title>
      <link>http://www.opencms.org/en/news/111118-alkacon-ocee-v303.html</link>
      <description>&lt;p&gt;Alkacon OCEE for OpenCms is a commercial extension for OpenCms that offers Support for LDAP, Clustering, Replication and improved performance. Full information about OCEE is available on the &lt;a href="http://www.alkacon.com/en/products/ocee/index.html"&gt;Alkacon website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The latest OCEE release version 3.0.3  is a compatibility update for the new OpenCms version 8.0.3.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please note: &lt;/strong&gt;OCEE 3.0.3 is not compatible with OpenCms 8.0.0 - 8.0.2.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please see the &lt;a title="Alkacon OCEE 3.0.3 release notes" href="http://www.alkacon.com/en/products/ocee/releases/111118-alkacon-ocee-3.0.3.html" target="_self"&gt;OCEE release notes&lt;/a&gt; for a full description about the new features and changes in this version.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notice for users of OpenCms 7: &lt;/strong&gt;The current release of OCEE for OpenCms 7.x is  &lt;a href="http://www.alkacon.com/en/products/ocee/releases/111118-alkacon-ocee-2.1.5.html" title="OCEE Version 2.1.5 for OpenCms 7"&gt;version 2.1.5&lt;/a&gt;. OCEE 2.1.5 is compatible with all 7.x versions of OpenCms.&lt;/p&gt;
&lt;h3&gt;Main features in OCEE&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;i&gt;Support for multi-staging scenarios with the OCEE Replicator: &lt;/i&gt;You can configure a &amp;quot;development&amp;quot; server that first pushes all generated content to a &amp;quot;staging&amp;quot; server e.g. for approval, and then afterwards to the &amp;quot;delivery&amp;quot; server. This is freely configurable, and there is no limit on the number of stages.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Centralized configuration of servers with the OCEE Cluster: &lt;/i&gt;You can now edit the scheduled jobs, search index configuration and module parameters for all individual servers in the cluster from a common GUI in the workplace server.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Support for OpenCms OUs in the LDAP Connector: &lt;/i&gt;It is now possible to connect each OpenCms OU with an individual path in the LDAP Server.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Improved performance with the OCEE Accelerator: &lt;/i&gt;A much improved cache policy in the Accelerator now selectively flushes only certain cached items after publishing instead of just flushing everything.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;About Alkacon OCEE&lt;/h3&gt;
&lt;p&gt;The Alkacon &lt;strong&gt;OpenCms Enterprise Extensions&lt;/strong&gt; (also called &lt;strong&gt;OCEE&lt;/strong&gt;) are a commercial extension for OpenCms. Alkacon OCEE adds features to OpenCms that are often required for running OpenCms in a medium or large Enterprise, where data consistency, security and failover are highly important.&lt;/p&gt;
&lt;p&gt;The Alkacon OpenCms Enterprise Extensions are available as a licensed software product from Alkacon Software GmbH, the company responsible for most of the development of the open source core OpenCms system. Please click here for the full license terms.&lt;/p&gt;
&lt;p&gt;OCEE is installed on a standard OpenCms system. OCEE is a binary only distribution. This means that the source code for the OCEE modules is not available. To use any of the Alkacon OCEE packages, you need to enter a license key that will be provided by Alkacon software after your purchase of an Alkacon OCEE license.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:37:26 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/111118-alkacon-ocee-v303.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-11-18T09:37:26Z</dc:date>
    </item>
    <item>
      <title>OpenCms 8.0.3 release notes</title>
      <link>http://www.opencms.org/en/news/111116-opencms-v803-releasenotes.html</link>
      <description>&lt;p&gt;This is the release of OpenCms 8.0.3. With OpenCms 8.0.3, many important and useful additional features and  improvements have been added to the core system and a number of issues  that persisted in the 8.0.2 release have been fixed.&lt;/p&gt;
&lt;h2&gt;Features of OpenCms 8.0&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;The &amp;quot;Advanced Direct Edit&amp;quot; (ADE) mode allows to create page content by drag &amp;amp; drop.&lt;/li&gt;
    &lt;li&gt;The sitemap editor allows to create new pages and re-arrange the navigation tree by drag &amp;amp; drop.&lt;/li&gt;
    &lt;li&gt;The &amp;quot;Content Subscription Engine&amp;quot; allows to inform users when subscribed documents have changed.&lt;/li&gt;
    &lt;li&gt;Extended support for creation of content for mobile devices with the &amp;lt;cms:mobile&amp;gt; tag.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Main new features in OpenCms 8.0.3&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;With the introduction of &amp;quot;Function Pages&amp;quot;, JSP based dynamic pages can be added with simple drag and drop in the sitemap editor.&lt;/li&gt;
    &lt;li&gt;The sitemap editor's improved &amp;quot;Create Page&amp;quot; dialog offers a  wider choice of types distinguishing &amp;quot;Container Pages&amp;quot;, &amp;quot;Type Pages&amp;quot; and  &amp;quot;Function  Pages&amp;quot;.&lt;/li&gt;
    &lt;li&gt;It is now also possible to select the page model when using the sitemap editor's context menu option &amp;quot;Create Sub-Page&amp;quot;.&lt;/li&gt;
    &lt;li&gt;The available container page models can be accessed for editing directly from the &amp;quot;Create Page&amp;quot; dialog in the sitemap editor.&lt;/li&gt;
    &lt;li&gt;The sitemap editor executes the &amp;quot;Show Page&amp;quot; action if the page icon in the sitemap is clicked.&lt;/li&gt;
    &lt;li&gt;JSP function elements can now have multiple formatters to be used in different containers.&lt;/li&gt;
    &lt;li&gt;The element option bar displays a &amp;quot;Resource is currently  locked&amp;quot; icon if an element is currently edited by another user.&lt;/li&gt;
    &lt;li&gt;The content galleries have been improved with a text search field to directly search for &amp;quot;Galleries&amp;quot; and &amp;quot;Categories&amp;quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Other new features and improvements in OpenCms 8.0.3&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Improved Image Gallery now features a &amp;quot;broken image&amp;quot; image if this could not be rendered for any reason.&lt;/li&gt;
    &lt;li&gt;Improved Module Sitemap Configuration now offers localized help bubbles.&lt;/li&gt;
    &lt;li&gt;Improved Add Wizard now hides Resource Types if permissions are not sufficient.&lt;/li&gt;
    &lt;li&gt;Improved search dialog in Galleries initiating the search by pressing &amp;quot;Enter&amp;quot; in addition to the &amp;quot;Search Results&amp;quot; button.&lt;/li&gt;
    &lt;li&gt;Improved Image Gallery now allows selecting an image directly with double-click.&lt;/li&gt;
    &lt;li&gt;Improved Gallery where uploaded elements are directly visible.&lt;/li&gt;
    &lt;li&gt;Improved &amp;quot;Dynamic Functions&amp;quot; allow usage of function JSPs even if container does not have a width set.&lt;/li&gt;
    &lt;li&gt;Added support for XML content &amp;quot;model folders&amp;quot; from XSD.&lt;/li&gt;
    &lt;li&gt;Improved search in galleries with option to limit search to current (sub)site.&lt;/li&gt;
    &lt;li&gt;Improved Link selector in image gallery.&lt;/li&gt;
    &lt;li&gt;Improved upload process that translates filenames to avoid specials chars but preserves title property.&lt;/li&gt;
    &lt;li&gt;Added fall-back mechanism for non-existing formatters in  container pages trying to find the appropriate formatter reading the  configuration XSD.&lt;/li&gt;
    &lt;li&gt;Improved updater handles org.opencms.ade.config module to prevent conflicts.&lt;/li&gt;
    &lt;li&gt;Improved handling of not yet released/expired resources in ADE.&lt;/li&gt;
    &lt;li&gt;Improved cms:headincludes with attribute to close the tag supporting DOCTYPE HTML 4.01 strict.&lt;/li&gt;
    &lt;li&gt;Added default icon for resource types if one of the optional  &amp;quot;small&amp;quot; or &amp;quot;big&amp;quot; icon is not set in the resource type configuration.&lt;/li&gt;
    &lt;li&gt;Moved all ADE module configuration to the common &amp;quot;ADE config&amp;quot; module.&lt;/li&gt;
    &lt;li&gt;Added support for the latest PostgreSQL &amp;quot;stable release&amp;quot; version.&lt;/li&gt;
    &lt;li&gt;Standardized ordering for core resource types, e.g group containers and dynamic functions.&lt;/li&gt;
    &lt;li&gt;Improved module-resource entries in manifest of  org.opencms.workplace.tool.database prevents folders used by other  modules of being deleted.&lt;/li&gt;
    &lt;li&gt;Improved Clipboard now uses localized version of Title and other properties.&lt;/li&gt;
    &lt;li&gt;Improved Description Mappings now provided for all Resource Types in Demo content.&lt;/li&gt;
    &lt;li&gt;Improved handling of XSD complex types with new content handlers  that are created when unmarshalling content definitions and assigned to  the new content definition objects.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issues in OpenCms 8.0.3&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed issue #1883 that category widget did not work correctly when the category title contains apostrophes.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1981 that static export after publish did not work correctly for template resources with parameters.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1991 that link relations are not displayed correctly in the workplace when first opened in explorer mode.&lt;/li&gt;
    &lt;li&gt;Fixed issue #2002 that the category widget logs errors when editing elements created through a collector list.&lt;/li&gt;
    &lt;li&gt;Fixed issue #2013 that the Toolbar Direct Edit Provider does not preserve request parameters.&lt;/li&gt;
    &lt;li&gt;Fixed issue with Tomcat 7 tag pooling.&lt;/li&gt;
    &lt;li&gt;Fixed Image Gallery now enables setting the alt / Title text in the settings tab in the XML page editor.&lt;/li&gt;
    &lt;li&gt;Fixed issue that if you create a new folder in the shared  folder, the folder list in the explorer view (left frame) duplicates all  entries.&lt;/li&gt;
    &lt;li&gt;Fixed issue in ADE Editor displaying scrollbars or not depending on the style of the web page, which might lead to flickering.&lt;/li&gt;
    &lt;li&gt;Fixed issue that dragging a new Dynamic Function Element onto the container page threw an exception.&lt;/li&gt;
    &lt;li&gt;Fixed issue in XML Editor submitting the form on &amp;quot;Enter&amp;quot; in a non-multi line field instead of advancing cursor to next field.&lt;/li&gt;
    &lt;li&gt;Fixed issue that user last login information was not updated anymore when working with OCEE cache.&lt;/li&gt;
    &lt;li&gt;Fixed issue in the movedResource method when moving a folder containing a sub-tree marked as deleted.&lt;/li&gt;
    &lt;li&gt;Fixed issue with timeout in Send-to-user function in a multi-user scenario.&lt;/li&gt;
    &lt;li&gt;Fixed issue that links to other sites were saved wrong in the editor.&lt;/li&gt;
    &lt;li&gt;Fixed issue that title property of uploaded image was set to source path when using IE7.&lt;/li&gt;
    &lt;li&gt;Fixed issue in creation of Sub-Sitemap as &amp;quot;common&amp;quot; user in the workplace throwing exception.&lt;/li&gt;
    &lt;li&gt;Fixed issue that missing &amp;quot;en&amp;quot; locale in sitemap configuration makes resource types vanish.&lt;/li&gt;
    &lt;li&gt;Fixed issue that GWT Upload did not work with Firefox 7 and Mac OS.&lt;/li&gt;
    &lt;li&gt;Fixed issue in property dialog in ADE that deleting once set values was not possible.&lt;/li&gt;
    &lt;li&gt;Fixed issue that Sitemap operations (insert new page, moving existing pages) generated negative NavPos property values.&lt;/li&gt;
    &lt;li&gt;Fixed issue that restricting search results in ADE does not work when reopening ADE galleries.&lt;/li&gt;
    &lt;li&gt;Fixed encoding issue in image galleries that images with special  characters in the title are shown with broken characters in ISO-8859-1  environments.&lt;/li&gt;
    &lt;li&gt;Fixed issue in image gallery when reopening the gallery after selecting an image, that first 20 images are not shown.&lt;/li&gt;
    &lt;li&gt;Fixed issue that scrollbars in Explorer view did not work in Chrome.&lt;/li&gt;
    &lt;li&gt;Fixed issue that documents of the latest MS Office editions ending with .docx, .xlsx were not displayed in the galleries at all.&lt;/li&gt;
    &lt;li&gt;Fixed issue that headinclude of CSS does not produce valid XHTML.&lt;/li&gt;
    &lt;li&gt;Fixed issue that headincludes of elements in element groups were not considered.&lt;/li&gt;
    &lt;li&gt;Fixed issue within the link substitution if the &amp;quot;en&amp;quot; locale is missing in a module's .config file.&lt;/li&gt;
    &lt;li&gt;Fixed issue that CmsVfsDriver.readResourcesWithProperty behaved differently for shared and individual properties.&lt;/li&gt;
    &lt;li&gt;Fixed issue that the updater did not add the correct XML in  opencms-search.xml when adding the new field-mapping of the  &amp;quot;gallery_fields&amp;quot;.&lt;/li&gt;
    &lt;li&gt;Fixed issue with the FCKEditor Image Gallery loading different images than selected when using IE7.&lt;/li&gt;
    &lt;li&gt;Fixed issue that repeated resizing of images added white bars at top and bottom of the image.&lt;/li&gt;
    &lt;li&gt;Fixed issue with the updater inserting an invalid node in the  configuration when updating an OpenCms 7.0.5 installation with no node  in the opencms-workplace.xml.&lt;/li&gt;
    &lt;li&gt;Fixed issue in the gallery search, where it occasionally happened that new resources were not added to the search index.&lt;/li&gt;
    &lt;li&gt;Fixed issue that when readDefaultFile method returned NULL the Sitemap Editor did not work.&lt;/li&gt;
    &lt;li&gt;Fixed caching issue, that new element settings in a modified XSD were not visible after OpenCms restart.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Backward compatibility&lt;/h2&gt;
&lt;p&gt;We recommend everyone who uses OpenCms to update to the 8.0.3 release.&lt;/p&gt;
&lt;p&gt;OpenCms 8.0.3 is fully backward compatible to all prior 7.x versions.   Templates and other OpenCms developed code from version 7.0 or 7.5   should work &amp;quot;out of the box&amp;quot; with version 8.0.3.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notice for users of Alkacon OCEE:&lt;/strong&gt; OpenCms version  8.0.3 requires Alkacon OCEE version 3.0.3 or later. In case you want to  update your OpenCms installation to 8.0.3, please make sure you update  Alkacon OCEE to 3.0.3 or later first!&lt;/p&gt;
&lt;h2&gt;Compatibility with Java versions, Servlet containers and Databases&lt;/h2&gt;
&lt;p&gt;OpenCms 8.0.3 has been written and tested using Java 5 / 6. We have tested only with ORACLEs version of the JDK. However, OpenCms has no dependencies to sun.* packages so it should in theory run with all compliant JVMs.&lt;/p&gt;
&lt;p&gt;We have tested this release on the Tomcat servlet engine. OpenCms works &amp;quot;out of the box&amp;quot; with Tomcat 6.0, which we recommend. Others have reported deploying OpenCms successfully on other servlet containers like JBoss, BEA, Websphere, Glassfish and Resin Professional. We appreciate any feedback regarding other servlet containers.&lt;/p&gt;
&lt;p&gt;On the database side, we have tested with 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 8 supports MySQL, Oracle and PostgreSQL.&lt;/p&gt;
&lt;h2&gt;Regarding version numbers and build tags&lt;/h2&gt;
&lt;p&gt;In case you want to check out OpenCms from Git, please keep the    following in mind: The tag numbers for all OpenCms 8.0 final releases  are  &amp;quot;build_8_0_x&amp;quot;, so the 8.0.3 release is tagged  &amp;quot;build_8_0_3&amp;quot;.&lt;/p&gt;
&lt;p&gt;The Git repository is available from Github at &lt;a href="https://github.com/alkacon/opencms-core"&gt;github.com/alkacon/opencms-core&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;How you can help&lt;/h2&gt;
&lt;p&gt;Contributions to the OpenCms core development are most welcome. Please contact the core development team on the &lt;a href="http://www.opencms.org/en/development/mailinglist.html"&gt;opencms-dev&lt;/a&gt; mailing list in case you are interested in supporting the development of OpenCms.&lt;/p&gt;
&lt;p&gt;Please use our Bugzilla to report bugs in this release: &lt;a href="http://bugzilla.opencms.org/"&gt;http://bugzilla.opencms.org/&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you for using OpenCms and have fun with OpenCms 8 :-)&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:35:10 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/111116-opencms-v803-releasenotes.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-11-15T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Download OpenCms 8.0.3 now!</title>
      <link>http://www.opencms.org/en/news/111116-opencms-v803.html</link>
      <description>&lt;p&gt;OpenCms 8.0.3 is now ready and available for &lt;a title="Download OpenCms 8.0.1 from the official website opencms.org" target="_self" href="http://www.opencms.org/en/download/opencms.html"&gt;download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;OpenCms is one of the most popular Open Source Content Management Solutions. This new version was developed by Alkacon Software GmbH with the support of the international OpenCms developer community.&lt;/p&gt;
&lt;p&gt;OpenCms 8 contains a greatly improved user interface for content managers and numerous other enhancements.&lt;/p&gt;
&lt;p&gt;With OpenCms 8.0.3, many important and useful additional features and improvements have been added to the core system and a number of issues that persisted in the 8.0.2 release have been fixed.&lt;/p&gt;
&lt;h2&gt;Main improvements in OpenCms 8.0.3&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;With the introduction of &amp;quot;Function Pages&amp;quot;, JSP based dynamic pages can be added with simple drag and drop in the sitemap editor.&lt;/li&gt;
    &lt;li&gt;The sitemap editor's improved &amp;quot;Create Page&amp;quot; dialog offers a wider choice of types distinguishing &amp;quot;Container Pages&amp;quot;, &amp;quot;Type Pages&amp;quot; and &amp;quot;Function  Pages&amp;quot;.&lt;/li&gt;
    &lt;li&gt;It is now also possible to select the page model when using the sitemap editor's context menu option &amp;quot;Create sub-page&amp;quot;.&lt;/li&gt;
    &lt;li&gt;The available container page models can be accessed for editing directly from the &amp;quot;Create page&amp;quot; dialog in the sitemap editor.&lt;/li&gt;
    &lt;li&gt;The sitemap editor executes the &amp;quot;Show page&amp;quot; action if the page icon in the sitemap is clicked.&lt;/li&gt;
    &lt;li&gt;JSP function elements can now have multiple formatters to be used in different containers.&lt;/li&gt;
    &lt;li&gt;The element option bar displays a &amp;quot;Resource is currently  locked&amp;quot; icon if an element is currently edited by another user.&lt;/li&gt;
    &lt;li&gt;The content galleries have been improved with a text search field to directly search for &amp;quot;Galleries&amp;quot; and &amp;quot;Categories&amp;quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please check out the  &lt;a title="OpenCms 8.0.3 release notes" href="http://www.opencms.org/en/news/111116-opencms-v803-releasenotes.html"&gt;release notes&lt;/a&gt; for further details of the changes in this release.&lt;/p&gt;
&lt;h2&gt;Other features of OpenCms 8.0&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;The &amp;quot;Advanced Direct Edit&amp;quot; mode allows to create page content by drag &amp;amp; drop.&lt;/li&gt;
    &lt;li&gt;The sitemap editor allows to create new pages and rearrange the navigation tree by drag &amp;amp; drop.&lt;/li&gt;
    &lt;li&gt;A multiple file enabled upload dialog all based on HTML replaced the old &amp;quot;Upload Applet&amp;quot;.&lt;/li&gt;
    &lt;li&gt;The &amp;quot;Content Subscription Engine&amp;quot; allows to inform users when important documents have changed.&lt;/li&gt;
    &lt;li&gt;The XML content editor now support &amp;lt;xsd:choice&amp;gt; elements.&lt;/li&gt;
    &lt;li&gt;The publish dialog supports session based selection of content as well as add/remove of individual resources.&lt;/li&gt;
    &lt;li&gt;Extended support for creation of content for mobile devices with the &amp;lt;cms:mobile&amp;gt; tag.&lt;/li&gt;
    &lt;li&gt;A central &amp;quot;Shared Folder&amp;quot; has been added that is available from all sites for sharing content.&lt;/li&gt;
    &lt;li&gt;JPA support has been added to the database layer, so there's support for 10  additional databases.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We recommend everyone who uses OpenCms to update to the 8.0.3 release. OpenCms 8.0.3 is fully backward compatible to all prior 7.x versions.   Templates and other OpenCms developed code from version 7.0 or 7.5   should work &amp;quot;out of the box&amp;quot; with version 8.0.3.&lt;/p&gt;
&lt;p&gt;Users of the Alkacon OCEE packages require a new version of Alkacon OCEE for use with this OpenCms release. OpenCms 8.0.3 requires Alkacon OCEE version 3.0.3 or newer.&lt;/p&gt;
&lt;h2&gt;About OpenCms&lt;/h2&gt;
&lt;p&gt;Independent research has shown OpenCms to be a market leading solution amongst Open Source CMS systems. The software has been in continuous development for the last 10 years and has an active community of Open Source developers.&lt;/p&gt;
&lt;p&gt;More than 100 international IT companies have been registered as official &lt;a title="OpenCms Solution Provider" href="http://www.opencms.org/en/support/solution_providers/index.html"&gt;OpenCms Solution Provider&lt;/a&gt; on the OpenCms website. A steadily growing list of  &lt;a title="list of reference sites" href="http://www.opencms.org/en/support/references/index.html"&gt;reference sites&lt;/a&gt; also shows the increasing use of OpenCms.&lt;/p&gt;
&lt;p&gt;OpenCms is an enterprise - ready web content management solution build in Java and XML from open source components. OpenCms can easily be deployed on almost any existing IT infrastructure and provides powerful features especially suited for medium and large enterprise internet or intranet applications. OpenCms is open source software distributed under the LGPL license.&lt;/p&gt;
&lt;p&gt;Alkacon Software GmbH is the company responsible for the development of OpenCms. Today OpenCms is a leading open source CMS solution in widespread use all over the world. Many businesses and organizations use OpenCms as a cost effective, professional alternative to expensive license products.&lt;/p&gt;
&lt;p&gt;Alkacon Software GmbH offers its customers training, support and add-on products for OpenCms. This gives our customers a layer of security and convenience often required for mission critical OpenCms installations. Please see the  &lt;a title="Alkacon product overview" href="http://www.alkacon.com/en/products/index.html"&gt;Alkacon product overview&lt;/a&gt; for more details.&lt;/p&gt;
&lt;p&gt;The team at  &lt;a title="Alkacon Software - The OpenCms Experts" href="http://www.alkacon.com/"&gt;Alkacon Software - The OpenCms Experts&lt;/a&gt; wants to thank everyone who has contributed to this release of OpenCms.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:34:27 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/111116-opencms-v803.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-11-15T10:34:27Z</dc:date>
    </item>
    <item>
      <title>Alkacon OAMP GeoMap Module 2.0 for OpenCms 8 available</title>
      <link>http://www.opencms.org/en/news/111005-alkacon-oamp-geomap-v2.html</link>
      <description>&lt;p&gt;With version 2.0 of the &lt;strong&gt;OAMP GeoMap Module&lt;/strong&gt;, which is available now for download from &lt;a href="http://www.alkacon.com/en/products/oamp/index.html" target="_self"&gt;alkacon.com&lt;/a&gt;,  you can add a full-featured and highly customizable Google map widget to your OpenCms 8 installation without knowledge of HTML. Add a GeoMap to any page in OpenCms 8 just by Drag &amp;amp; Drop. With the ADE Editor all changes are made directly on your website.&lt;/p&gt;
&lt;p&gt;Within just one GeoMap you can highlight as many locations as you want. You can select a location by address or coordinates. Resize the map or change the zoom level or map type. If you want to use existing KML-files, the OAMP GeoMap Module can handle that, too.&lt;/p&gt;
&lt;p&gt;Upgrade your last holiday's blog, your next party's promotional page or the contact information of your company website with this intuitive interactive map widget with integrated route planner.&lt;/p&gt;
&lt;p&gt;The Alkacon OAMP GeoMap Module 2.0 features:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Add an Alkacon GeoMap to your website by Drag &amp;amp; Drop.&lt;/li&gt;
    &lt;li&gt;Select one or multiple locations by address or coordinates.&lt;/li&gt;
    &lt;li&gt;Resize the map or change the zoom level or map type.&lt;/li&gt;
    &lt;li&gt;Complete configuration of an Alkacon GeoMap is directly done in the ADE Editor&lt;/li&gt;
    &lt;li&gt;Load an existing KML file from OpenCms&amp;rsquo; virtual file system or to enter the URI of a KML file based on a remote server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All Alkacon OAMP modules are released as full Open Source under the GNU GPL version 3. The source code of the modules is freely available on &lt;a target="_self" href="https://github.com/alkacon/alkacon-oamp"&gt;https://github.com/alkacon/alkacon-oamp&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jul 2011 10:42:50 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/111005-alkacon-oamp-geomap-v2.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-07-13T10:42:50Z</dc:date>
    </item>
    <item>
      <title>New OpenCms 8 Training Courses</title>
      <link>http://www.opencms.org/en/news/110927-opencms-8-training-courses.html</link>
      <description>&lt;p&gt;The new OpenCms 8 Training Courses provide the best possible introduction to OpenCms 8 development, right from the creators of OpenCms.&lt;/p&gt;
&lt;p&gt;OpenCms 8 training courses are available at different skill levels and offer an introduction to the new OpenCms 8 concepts including Advanced Direct Edit, usage and creation of Templates, formatters and containers.&lt;/p&gt;
&lt;h3&gt;Our OpenCms Training Courses&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;The five day training course &amp;quot;&lt;a title="OpenCms Complete Training" target="_self" href="http://www.alkacon.com/en/products/training/complete.html"&gt;Alkacon OpenCms Complete Training&lt;/a&gt;&amp;quot; is a comprehensive &amp;quot;jump start&amp;quot; to OpenCms development. It provides insight in OpenCms template and module creation, and also covers advanced procedures in OpenCms API development.&lt;/li&gt;
    &lt;li&gt;The &lt;a title="OpenCms Basic Template Training" target="_self" href="http://www.alkacon.com/en/products/training/basic_template.html"&gt;OpenCms Basic Template Training&lt;/a&gt; is a three day training course, intended for people with previous experience in building websites using HTML, PHP or other web technologies, but with basic Java knowledge only. This course provides an overview of JSP development basics in OpenCms and an introduction of the JSTL standard.&lt;/li&gt;
    &lt;li&gt;The Alkacon &lt;a title="OpenCms Advanced API Training" target="_self" href="http://www.alkacon.com/en/products/training/advanced_api.html"&gt;OpenCms Advanced API Training&lt;/a&gt; covers basic and advanced procedures in OpenCms API development. This three day training course is aimed at experienced Java web developers who have previous experience with Java, HTML and JSP and want to learn the OpenCms related special APIs.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Learn more about the great new features of the new OpenCms 8 and &lt;a title="Order Alkacon OpenCms Products" target="_self" href="http://www.alkacon.com/en/products/order.html"&gt;order your training&lt;/a&gt; today.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Sep 2011 07:25:00 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/110927-opencms-8-training-courses.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-09-27T07:25:00Z</dc:date>
    </item>
    <item>
      <title>OpenCms 8 tutorials at opencms-wiki.org</title>
      <link>http://www.opencms.org/en/news/110901-opencms-wiki-tutorials.html</link>
      <description>&lt;p&gt;We updated the HowTos section at &lt;a title="The OpenCms Wiki" target="_self" href="http://opencms-wiki.org"&gt;http://opencms-wiki.org&lt;/a&gt; with the most valuable tutorials on essential OpenCms 8 concepts.&lt;/p&gt;
&lt;p&gt;Learn how to build container templates, mobile templates and Plug &amp;amp; Play modules for OpenCms 8 and how to upgrade from OpenCms 7.&lt;/p&gt;
&lt;p&gt;The tutorials are getting continuously revised to keep you up to date with elementary changes in OpenCms 8.&lt;/p&gt;
&lt;h3&gt;New additions&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/Configuration_of_OpenCms_Sitemap_Properties" title="Configuration of OpenCms Sitemap Properties"&gt;Configuration of OpenCms Sitemap Properties&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/Using_formatters_in_OpenCms_8" title="Using formatters in OpenCms 8"&gt;Using formatters in OpenCms 8&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/Creating_OpenCms_8_Container_Templates" title="Creating OpenCms 8 Container Templates"&gt;Creating OpenCms 8 Container Templates&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/Upgrading_from_OpenCms_7.x_to_OpenCms_8" title="Upgrading from OpenCms 7.x to OpenCms 8"&gt;Upgrading from OpenCms 7.x to OpenCms 8&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/Creating_Mobile_Templates_with_OpenCms_8" title="Creating Mobile Templates with OpenCms 8"&gt;Creating Mobile Templates with OpenCms 8&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/Creating_Plug_and_Play_Modules_for_OpenCms_8" title="Creating Plug and Play Modules for OpenCms 8"&gt;Creating Plug &amp;amp; Play Modules for OpenCms 8&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/The_OpenCms_8_Demo_Template_Modules_in_Detail" title="The OpenCms 8 Demo Template Modules in Detail"&gt;The OpenCms 8 Demo Template Modules in Detail&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.opencms-wiki.org/The_OpenCms_8_Content_Subscription_Engine" title="The OpenCms 8 Content Subscription Engine"&gt;The OpenCms 8 Content Subscription Engine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Check &lt;a title="The OpenCms Wiki" target="_self" href="http://opencms-wiki.org"&gt;opencms-wiki&lt;/a&gt; frequently for new additions.&lt;/p&gt;
&lt;p&gt;You can contribute to the opencms-wiki with Project Reports, Tutorials and Best Practices.&lt;/p&gt;
&lt;p&gt;Any suggestions on missing Basic Information should be made to the &lt;a title="The OpenCms mailing list" target="_self" href="http://www.opencms.org/en/development/mailinglist.html"&gt;mailing-list&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Sep 2011 10:20:12 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/110901-opencms-wiki-tutorials.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-09-01T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Order OCEE 3.0.2 for OpenCms 8 now!</title>
      <link>http://www.opencms.org/en/news/110823-alkacon-ocee-v302.html</link>
      <description>&lt;p&gt;Alkacon OCEE for OpenCms is a commercial extension for OpenCms that offers Support for LDAP, Clustering, Replication and improved performance. Full information about OCEE is available on the &lt;a href="http://www.alkacon.com/en/products/ocee/index.html"&gt;Alkacon website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The latest OCEE release version 3.0.2  is a compatibility update for the new OpenCms version 8.0.2.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please note: &lt;/strong&gt;OCEE 3.0.2 is not compatible with OpenCms 8.0.0 - 8.0.1.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please see the &lt;a title="Alkacon OCEE 3.0.2 release notes" href="http://www.alkacon.com/en/products/ocee/releases/110823-opencms-ocee-3.0.2.html" target="_self"&gt;OCEE release notes&lt;/a&gt; for a full description about the new features and changes in this version.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notice for users of OpenCms 7: &lt;/strong&gt;The current release of OCEE for OpenCms 7.x is  &lt;a href="http://www.alkacon.com/en/products/ocee/releases/110405-opencms-ocee-2.1.4.html" title="OCEE Version 2.1.4 for OpenCms 7"&gt;version 2.1.4&lt;/a&gt;. OCEE 2.1.4 is compatible with all 7.x versions of OpenCms.&lt;/p&gt;
&lt;h3&gt;Main features in OCEE&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;i&gt;Support for multi-staging scenarios with the OCEE Replicator: &lt;/i&gt;You can configure a &amp;quot;development&amp;quot; server that first pushes all generated content to a &amp;quot;staging&amp;quot; server e.g. for approval, and then afterwards to the &amp;quot;delivery&amp;quot; server. This is freely configurable, and there is no limit on the number of stages.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Centralized configuration of servers with the OCEE Cluster: &lt;/i&gt;You can now edit the scheduled jobs, search index configuration and module parameters for all individual servers in the cluster from a common GUI in the workplace server.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Support for OpenCms OUs in the LDAP Connector: &lt;/i&gt;It is now possible to connect each OpenCms OU with an individual path in the LDAP Server.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Improved performance with the OCEE Accelerator: &lt;/i&gt;A much improved cache policy in the Accelerator now selectively flushes only certain cached items after publishing instead of just flushing everything.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;About Alkacon OCEE&lt;/h3&gt;
&lt;p&gt;The Alkacon &lt;strong&gt;OpenCms Enterprise Extensions&lt;/strong&gt; (also called &lt;strong&gt;OCEE&lt;/strong&gt;) are a commercial extension for OpenCms. Alkacon OCEE adds features to OpenCms that are often required for running OpenCms in a medium or large Enterprise, where data consistency, security and failover are highly important.&lt;/p&gt;
&lt;p&gt;The Alkacon OpenCms Enterprise Extensions are available as a licensed software product from Alkacon Software GmbH, the company responsible for most of the development of the open source core OpenCms system. Please click here for the full license terms.&lt;/p&gt;
&lt;p&gt;OCEE is installed on a standard OpenCms system. OCEE is a binary only distribution. This means that the source code for the OCEE modules is not available. To use any of the Alkacon OCEE packages, you need to enter a license key that will be provided by Alkacon software after your purchase of an Alkacon OCEE license.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Aug 2011 12:32:16 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/110823-alkacon-ocee-v302.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-08-22T12:32:16Z</dc:date>
    </item>
    <item>
      <title>OpenCms 8.0.2 release notes</title>
      <link>http://www.opencms.org/en/news/110818-opencms-v802-releasenotes.html</link>
      <description>&lt;p&gt;This is the release of OpenCms 8.0.2. With OpenCms 8.0.2, many important and useful additional features and improvements have been added to the core system.  Moreover, a  number of issues that persisted in the 8.0.1  release have been fixed.&lt;/p&gt;
&lt;h2&gt;Important features of OpenCms 8&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;The &amp;quot;Advanced Direct Edit&amp;quot; (ADE) mode allows to create page content by drag &amp;amp; drop.&lt;/li&gt;
    &lt;li&gt;The sitemap editor allows to create new pages and re-arrange the navigation tree by drag &amp;amp; drop.&lt;/li&gt;
    &lt;li&gt;The &amp;quot;Content Subscription Engine&amp;quot; allows to inform users when subscribed documents have changed.&lt;/li&gt;
    &lt;li&gt;Extended support for creation of content for mobile devices with the &amp;lt;cms:mobile&amp;gt; tag.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Main new features in OpenCms 8.0.2&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;It's now possible to easily enable drag &amp;amp; drop for any  existing JSP. Just create a reference to the JSP with the new ADE  resource type &amp;quot;Dynamic Function&amp;quot;. See the &amp;quot;Login Box&amp;quot; or &amp;quot;Search Box&amp;quot; in  the Template III demo for examples.&lt;/li&gt;
    &lt;li&gt;Refined element permissions for ADE now support Elements dragable by everyone, but editable only with special permissions.&lt;/li&gt;
    &lt;li&gt;The sitemap editor now displays status information such as title  and VFS location above the currently edited sitemap. It also features a  &amp;quot;go to the parent sitemap&amp;quot; button in the toolbar.&lt;/li&gt;
    &lt;li&gt;Group containers now have a &amp;quot;Break Up&amp;quot; option which removes the  group and places all elements individually on currently edited page,  making it easier to create pages with slightly different configurations.&lt;/li&gt;
    &lt;li&gt;If a content is previewed in the ADE content gallery, it can now   directly be dragged &amp;amp; dropped from the content preview to the   current page.&lt;/li&gt;
    &lt;li&gt;The legacy direct edit provider for pages using &amp;quot;old&amp;quot; templates  now allows to open the &amp;quot;Property&amp;quot; dialog to edit the page properties in  direct edit mode. Moreover, it also features a &amp;quot;Logout&amp;quot; option.&lt;/li&gt;
    &lt;li&gt;A full demo of the content subscription engine has been added to Template III.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Other new features and improvements in OpenCms 8.0.2&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Optimized gallery performance using dynamic scroll-bar and lazily added elements in gallery list.&lt;/li&gt;
    &lt;li&gt;Refined naming schema for automatically created resources now uses &amp;quot;-&amp;quot; instead of &amp;quot;_&amp;quot; for SEO reasons.&lt;/li&gt;
    &lt;li&gt;Restyled message box on top screen now follows the general OpenCms 8 look &amp;amp; feel.&lt;/li&gt;
    &lt;li&gt;Refined the option in the &amp;quot;Simple&amp;quot; tab of the new ADE Properties Dialog.&lt;/li&gt;
    &lt;li&gt;Improved sitemap configuration with &amp;quot;Combo Box&amp;quot; displaying all configured resource types.&lt;/li&gt;
    &lt;li&gt;Improved sitemap configuration with option &amp;quot;Local  contents&amp;quot; to  create all new resources automatically below the current sitemap.&lt;/li&gt;
    &lt;li&gt;Improved sitemap configuration with new option &amp;quot;Disable all&amp;quot; to  disable all inherited configurations.&lt;/li&gt;
    &lt;li&gt;Improved sitemap editor now shows sub sitemap folder resource type icon if a resource is the start of a Sub-Sitemap.&lt;/li&gt;
    &lt;li&gt;Added new EL function for JSP that tests if a detail page is configured for a resource type.&lt;/li&gt;
    &lt;li&gt;Improved server side filtering of &amp;lt;script&amp;gt; tags in user generated content of ADE elements.&lt;/li&gt;
    &lt;li&gt;New XSD path translation feature allows to configure old and new  location for moved XSD files that are referenced in existing XML  resouces.&lt;/li&gt;
    &lt;li&gt;Removed jQuery references from the devDemo module to simplify it.&lt;/li&gt;
    &lt;li&gt;Unified VFS image widget now used for different gallery types.&lt;/li&gt;
    &lt;li&gt;Changed some JSPs for Template III to use %(link.strong) macro.&lt;/li&gt;
    &lt;li&gt;ADE base schemas are now stored in Java package files, not VFS.&lt;/li&gt;
    &lt;li&gt;Applied patch to abstrract the Lucene index writer used, contributed by Florian Hopf.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issues in OpenCms 8.0.2&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed issue in ADE Editor where elements last used (edited, moved, removed, etc.) where not moved to top of the &amp;quot;recent&amp;quot; list.&lt;/li&gt;
    &lt;li&gt;Fixed issue in the ADE gallery full text search of the  &amp;quot;Advanced&amp;quot; tab, where options were not shown correctly in localized  versions.&lt;/li&gt;
    &lt;li&gt;Fixed issue in sitemap editor, where creating a new page  resulted in different names if either the &amp;quot;+&amp;quot; symbol in the top menu or  the context menu was used.&lt;/li&gt;
    &lt;li&gt;Fixed issue that sitemap editor in online projects displayed  only an empty page., instead the sitemap in now shown in &amp;quot;read only&amp;quot;  mode.&lt;/li&gt;
    &lt;li&gt;Fixed issue in the sitemap editor where the &amp;quot;Back&amp;quot; button was not working anymore when the sitemap got changed.&lt;/li&gt;
    &lt;li&gt;Fixed issue with sitemap / module configuration and OCEE cache,  where a previously added element was not visible when editing it again.&lt;/li&gt;
    &lt;li&gt;Fixed issue that deleting a user with Root-Admin role failed.&lt;/li&gt;
    &lt;li&gt;Fixed issue where the toolbar could not be switched off in &amp;quot;old&amp;quot; version 7 templates.&lt;/li&gt;
    &lt;li&gt;Fixed several issues in image gallery regarding scaling,  resizing, cropping and setting of title / alt text when editing  xmlpages.&lt;/li&gt;
    &lt;li&gt;Fixed several issues in download gallery regarding the creation of download links when editing xmlpages.&lt;/li&gt;
    &lt;li&gt;Fixed issue that the ADE button may become overlayed and thus unreachable when pasting external script code in a container.&lt;/li&gt;
    &lt;li&gt;Fixed issue with mouse over handling where buttons often still shown even though the mouse pointer was no longer above the item.&lt;/li&gt;
    &lt;li&gt;Fixed issues that creating a new detail page for a content type  in ADE sitemap created a blank container page and not the default model  page.&lt;/li&gt;
    &lt;li&gt;Fixed issue that drag &amp;amp; drop of elements did not work if the element type was not configured in the ADE configuration.&lt;/li&gt;
    &lt;li&gt;Fixed issues with preview in galleries regarding scrolling and localization.&lt;/li&gt;
    &lt;li&gt;Fixed issue within image gallery where the fields &amp;quot;Title/Alt  Text&amp;quot; and &amp;quot;Copyright&amp;quot; were not filled with the according property values  of the selected image.&lt;/li&gt;
    &lt;li&gt;Fixed issue that when a new page is created and repeatedly  renamed in the sitemap editor an exception might get thrown in the ADE  Editor when this page was edited afterwards.&lt;/li&gt;
    &lt;li&gt;Fixed several issues in style and coloring.&lt;/li&gt;
    &lt;li&gt;Fixed issue that in certain cases the position of a page in the  navigation as defined in the sitemap editor was lost after leaving the  sitemap editor.&lt;/li&gt;
    &lt;li&gt;Fixed issue that a ConcurrentModificationException happened sometimes when demo content modules were imported.&lt;/li&gt;
    &lt;li&gt;Fixed issue that paging in Template III search did not work.&lt;/li&gt;
    &lt;li&gt;Fixed issue in sitemap editor that the icon of a sub-sitemap moved around in the sitemap changed to the container page icon.&lt;/li&gt;
    &lt;li&gt;Fixed issue where articles assigned to categories where not found in the ADE new wizard.&lt;/li&gt;
    &lt;li&gt;Fixed issue where the &amp;quot;Show last page&amp;quot; button did not work anymore when switching from the sitemap editor to the parent sitemap.&lt;/li&gt;
    &lt;li&gt;Fixed issues with the &amp;quot;Favorites&amp;quot; tab in the ADE clipboard where elements appeared multiple times or removal of elements failed.&lt;/li&gt;
    &lt;li&gt;Fixed issue that newly created empty group containers vanished if the title was not entered.&lt;/li&gt;
    &lt;li&gt;Fixed issue in the property dialog where inherited values were  displayed ambiguously after entering / leaving the field without  changes.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1976:&amp;nbsp; Error in ADE to create new section.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1982: &amp;quot;change navigation&amp;quot; fails on expired resources.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1983: Can't create user under sub &amp;quot;Webuser organizational unit&amp;quot;.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1986: ADE toolbar cannot be closed when using &amp;lt;cms:editable /&amp;gt;.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1988: ADE toolbar covers &amp;lt;cms:editable/&amp;gt; &amp;quot;direct edit&amp;quot; button.&lt;/li&gt;
    &lt;li&gt;Fixed issue #1989: When leaving the ADE sitemap &amp;ldquo;/cms/&amp;rdquo; (servlet-mapping) remains in the path.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Backward compatibility&lt;/h2&gt;
&lt;p&gt;We recommend everyone who uses OpenCms to update to the 8.0.2 release.&lt;/p&gt;
&lt;p&gt;OpenCms 8.0.2 is fully backward compatible to all prior 7.x versions.   Templates and other OpenCms developed code from version 7.0 or 7.5   should work &amp;quot;out of the box&amp;quot; with version 8.0.2.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notice for users of Alkacon OCEE:&lt;/strong&gt; OpenCms version  8.0.2 requires Alkacon OCEE version 3.0.2 or later. In case you want to  update your OpenCms installation to 8.0.2, please make sure you update  Alkacon OCEE to 3.0.2 or later first!&lt;/p&gt;
&lt;h2&gt;Compatibility with Java versions, Servlet containers and Databases&lt;/h2&gt;
&lt;p&gt;OpenCms 8.0.2 has been written and tested using Java 5 / 6. We have tested only with SUNs version (well actually it's ORACLEs version now) of the JDK. However, OpenCms has no dependencies to sun.* packages so it should in theory run with all compliant JVMs.&lt;/p&gt;
&lt;p&gt;We have tested this release on the Tomcat servlet engine. OpenCms works &amp;quot;out of the box&amp;quot; with Tomcat 6.0, which we recommend. Others have reported deploying OpenCms successfully on other servlet containers like JBoss, BEA, Websphere, Glassfish and Resin Professional. We appreciate any feedback regarding other servlet containers.&lt;/p&gt;
&lt;p&gt;On the database side, we have tested with 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 8 supports MySQL, Oracle and PostgreSQL.&lt;/p&gt;
&lt;h2&gt;Regarding version numbers and build tags&lt;/h2&gt;
&lt;p&gt;In case you want to check out OpenCms from Git, please keep the    following in mind: The tag numbers for all OpenCms 8.0 final releases  are  &amp;quot;build_8_0_x&amp;quot;, so the 8.0.2 release is tagged  &amp;quot;build_8_0_2&amp;quot;.&lt;/p&gt;
&lt;p&gt;The Git repository is available from Github at &lt;a href="https://github.com/alkacon/opencms-core"&gt;github.com/alkacon/opencms-core&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;How you can help&lt;/h2&gt;
&lt;p&gt;Contributions to the OpenCms core development are most welcome. Please contact the core development team on the &lt;a href="http://www.opencms.org/en/development/mailinglist.html"&gt;opencms-dev&lt;/a&gt; mailing list in case you are interested in supporting the development of OpenCms.&lt;/p&gt;
&lt;p&gt;Please use our Bugzilla to report bugs in this release: &lt;a href="http://bugzilla.opencms.org/"&gt;http://bugzilla.opencms.org/&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you for using OpenCms and have fun with OpenCms 8 :-)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Aug 2011 09:00:00 GMT</pubDate>
      <guid>http://www.opencms.org/en/news/110818-opencms-v802-releasenotes.html</guid>
      <dc:creator>Alkacon Software GmbH</dc:creator>
      <dc:date>2011-08-17T09:00:00Z</dc:date>
    </item>
  </channel>
</rss>


