From 04c7ca7a0741c44f5c483e4cfeb80582c7a4bae5 Mon Sep 17 00:00:00 2001 From: ruKurz Date: Tue, 19 Mar 2013 12:01:57 +0100 Subject: [PATCH 01/11] Fixed issue #156 when creating new container pages from model pages does not have the right template property. --- .../resources/manifest.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml b/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml index 64f97e26..25879e47 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml @@ -117,6 +117,10 @@ Title + + template + + @@ -141,6 +145,10 @@ Title + + template + + @@ -169,6 +177,10 @@ style.columns + + template + + From b86fdb8bdd4d8fd48436243efc80197987b8471d Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Fri, 3 May 2013 10:58:28 +0200 Subject: [PATCH 02/11] Improved template for better IE10 compatibility. --- .../templates/main.jsp | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/templates/main.jsp b/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/templates/main.jsp index d7784fd2..993c9216 100644 --- a/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/templates/main.jsp +++ b/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/templates/main.jsp @@ -1,24 +1,19 @@ -<%@page buffer="none" session="false" taglibs="c,cms,fn" %> - +<%@page buffer="none" session="false" taglibs="c,cms,fn" %> <cms:info property="opencms.title" /> - "> - "> + + + - - - - " rel="stylesheet" type="text/css"> - From 19d4f27bc7bb9004f2320e39204bfb8c43544036 Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Tue, 4 Jun 2013 16:14:24 +0200 Subject: [PATCH 03/11] Adding change listener sample code. --- .../resources/mywidget.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js b/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js index 344bc1df..dc7dc3f0 100644 --- a/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js +++ b/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js @@ -36,7 +36,13 @@ function myWidgetInitializationCall(){ /** * Will be called once the widget element is attached to the DOM. */ - onAttachWidget: function(){}, + onAttachWidget: function(){ + cmsAddEntityChangeListener({ + onChange: function(entity){ + // do something + } + }, "path to content field to watch eg. '/Title'") + }, /** * Activates or deactivates the widget. */ From f02df076f2af80fc4a97afce806d155b32fccc1b Mon Sep 17 00:00:00 2001 From: ruKurz Date: Thu, 20 Jun 2013 13:15:52 +0200 Subject: [PATCH 04/11] Surrounded Solr parameter values, using special chars, with quotes. --- .../resources/.content/list/l_00001.html | 4 ++-- .../resources/.content/list/l_00002.html | 4 ++-- .../resources/.content/list/l_00003.html | 4 ++-- .../resources/.content/list/l_00004.html | 4 ++-- .../resources/.content/list/l_00005.html | 4 ++-- .../resources/.content/list/l_00006.html | 4 ++-- .../resources/.content/list/l_00007.html | 4 ++-- .../resources/.content/list/l_00008.html | 4 ++-- .../resources/.content/list/l_00009.html | 4 ++-- .../modules/org.opencms.dev.demo/pages/solr-collector.jsp | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00001.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00001.html index e375763c..93f255ff 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00001.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00001.html @@ -4,7 +4,7 @@ <![CDATA[All news]]> - + @@ -40,7 +40,7 @@ - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00002.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00002.html index 35a03a5f..818a64a8 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00002.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00002.html @@ -4,7 +4,7 @@ <![CDATA[All events]]> - + @@ -36,7 +36,7 @@ <![CDATA[Alle Veranstaltungen im Überblick]]> - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00003.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00003.html index 77b5a02c..98ec6ed2 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00003.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00003.html @@ -4,7 +4,7 @@ <![CDATA[Recent news]]> - + @@ -35,7 +35,7 @@ <![CDATA[Aktuelle Meldungen]]> - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00004.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00004.html index b0c856b7..0423bdb5 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00004.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00004.html @@ -4,7 +4,7 @@ <![CDATA[Recent events]]> - + @@ -35,7 +35,7 @@ <![CDATA[Aktuelle Veranstaltungen]]> - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00005.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00005.html index d1f6c163..b24e1608 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00005.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00005.html @@ -4,7 +4,7 @@ <![CDATA[Rosaceous Plants]]> - + @@ -22,7 +22,7 @@ <![CDATA[Rosengewächse]]> - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00006.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00006.html index 8c034c9f..8b8436ae 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00006.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00006.html @@ -4,7 +4,7 @@ <![CDATA[Lilaceous Plants]]> - + @@ -26,7 +26,7 @@ - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00007.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00007.html index 712e56cd..235a8e01 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00007.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00007.html @@ -4,7 +4,7 @@ <![CDATA[Orchidaceae Plants]]> - + @@ -26,7 +26,7 @@ - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html index 13167d66..019fa1de 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html @@ -4,7 +4,7 @@ <![CDATA[Most Recent News]]> - + @@ -43,7 +43,7 @@ <![CDATA[Neueste Meldungen]]> - + diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00009.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00009.html index 7d62fcfe..02a2b03c 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00009.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00009.html @@ -4,7 +4,7 @@ <![CDATA[Fabaceae Plants]]> - + @@ -26,7 +26,7 @@ - + diff --git a/modules/org.opencms.dev.demo/resources/system/modules/org.opencms.dev.demo/pages/solr-collector.jsp b/modules/org.opencms.dev.demo/resources/system/modules/org.opencms.dev.demo/pages/solr-collector.jsp index e56855b1..ecad036e 100644 --- a/modules/org.opencms.dev.demo/resources/system/modules/org.opencms.dev.demo/pages/solr-collector.jsp +++ b/modules/org.opencms.dev.demo/resources/system/modules/org.opencms.dev.demo/pages/solr-collector.jsp @@ -1,6 +1,6 @@ <%@page buffer="none" session="false" taglibs="c,cms" %>
- + From bb808a5601c0ed5cdcd8604762dc6cbd205304f4 Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Fri, 5 Jul 2013 15:53:49 +0200 Subject: [PATCH 05/11] Improved method comment. --- .../org.opencms.dev.demo.customwidget/resources/mywidget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js b/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js index dc7dc3f0..fd7cb6d2 100644 --- a/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js +++ b/modules/org.opencms.dev.demo.customwidget/resources/system/modules/org.opencms.dev.demo.customwidget/resources/mywidget.js @@ -67,8 +67,8 @@ function myWidgetInitializationCall(){ * Delegates the value change event to the editor. * This function will be attached to the widget by the editor. * - * It is required to call this function everytime the widget value changes. - * Changes that are propagated through this function won't be saved. + * It is required to call this function every time the widget value changes. + * Changes that are not propagated through this function won't be saved. */ onChangeCommand: null, /** From 3f0620fa545fbcaaab0514b4c31de4e476bb64a0 Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Mon, 8 Jul 2013 09:52:09 +0200 Subject: [PATCH 06/11] Fixing issue with not valid HTML. --- .../com.alkacon.opencms.v8.textblock/formatters/side.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/com.alkacon.opencms.v8.textblock/resources/system/modules/com.alkacon.opencms.v8.textblock/formatters/side.jsp b/modules/com.alkacon.opencms.v8.textblock/resources/system/modules/com.alkacon.opencms.v8.textblock/formatters/side.jsp index ba5f4075..66789790 100644 --- a/modules/com.alkacon.opencms.v8.textblock/resources/system/modules/com.alkacon.opencms.v8.textblock/formatters/side.jsp +++ b/modules/com.alkacon.opencms.v8.textblock/resources/system/modules/com.alkacon.opencms.v8.textblock/formatters/side.jsp @@ -47,9 +47,9 @@ -

+

${paragraph.value.Text} -

+

${cms:trimToSize(cms:stripHtml(paragraph.value.Text), 300)} From 37c9ff1c67d516d8cf9e2b55163b64f63480d4bf Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Mon, 8 Jul 2013 10:03:39 +0200 Subject: [PATCH 07/11] Fixing query parameter issue. --- .../resources/.content/list/l_00008.html | 10 ++++++---- .../resources/manifest.xml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html index 019fa1de..99ff6e14 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/.content/list/l_00008.html @@ -8,10 +8,11 @@ + a348c79b-716b-11e0-87bc-000c2972a6a4 - + @@ -43,14 +44,15 @@ <![CDATA[Neueste Meldungen]]> - + + a348c79b-716b-11e0-87bc-000c2972a6a4 - + @@ -79,4 +81,4 @@ - + \ No newline at end of file diff --git a/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml b/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml index 25879e47..9f7438bc 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.template3.demo/resources/manifest.xml @@ -14,7 +14,7 @@ Template 3 - 8.5.0 + 8.5.2 From 0eae646041531973056210e15f69e202c5f1cc43 Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Mon, 8 Jul 2013 10:06:32 +0200 Subject: [PATCH 08/11] Added release notes for version 8.5.2. --- .../resources/manifest.xml | 84 ++++++++++++++++- .../release/.content/textblock/t_00010.html | 92 +++++++++++++++++++ .../release/8.5.2-release-notes/index.html | 82 +++++++++++++++++ 3 files changed, 255 insertions(+), 3 deletions(-) create mode 100644 modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html create mode 100644 modules/org.opencms.welcome/resources/release/8.5.2-release-notes/index.html diff --git a/modules/org.opencms.welcome/resources/manifest.xml b/modules/org.opencms.welcome/resources/manifest.xml index 114db063..38107b1b 100644 --- a/modules/org.opencms.welcome/resources/manifest.xml +++ b/modules/org.opencms.welcome/resources/manifest.xml @@ -3,7 +3,7 @@ Admin - 8.5.1 + 8.5.2 Wed, 06 Feb 2013 15:53:26 GMT Offline 7 @@ -14,10 +14,10 @@ OpenCms Release Notes This module contains the OpenCms welcome page and release notes.

-

Install this module as a simple demonstration for the template capabilities of OpenCms 8.0.

+

Install this module as a simple demonstration for the template capabilities of OpenCms 8.5.

Note: Deleting this module will remove the "/release" folder and all pages there.

(c) 2013 by Alkacon Software GmbH (http://www.alkacon.com).

]]> - 8.5.1 + 8.5.2 Mon, 27 Jun 2005 08:00:00 GMT @@ -483,6 +483,26 @@ + + release/.content/textblock/t_00010.html + release/.content/textblock/t_00010.html + v8textblock + a3bcf413-e79c-11e2-b9ba-0b58e55c41a7 + a3bcf414-e79c-11e2-b9ba-0b58e55c41a7 + Mon, 08 Jul 2013 07:25:53 GMT + Admin + Mon, 08 Jul 2013 07:04:32 GMT + Admin + 0 + + + Title + + + + + + release/.content/textblock/t_00015.html release/.content/textblock/t_00015.html @@ -1175,6 +1195,64 @@ + + release/8.5.2-release-notes + folder + c5202a08-e79c-11e2-b9ba-0b58e55c41a7 + Mon, 08 Jul 2013 07:05:48 GMT + Admin + Mon, 08 Jul 2013 07:05:28 GMT + Admin + 0 + + + NavPos + + + + NavText + + + + Title + + + + + + + + release/8.5.2-release-notes/index.html + release/8.5.2-release-notes/index.html + containerpage + c5333cdd-e79c-11e2-b9ba-0b58e55c41a7 + c5333cde-e79c-11e2-b9ba-0b58e55c41a7 + Mon, 08 Jul 2013 07:06:28 GMT + Admin + Mon, 08 Jul 2013 07:05:28 GMT + Admin + 0 + + + Description + + + + Title + + + + style.columns + + + + template + + + + + + release/installation folder diff --git a/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html b/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html new file mode 100644 index 00000000..18b37312 --- /dev/null +++ b/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html @@ -0,0 +1,92 @@ + + + + + <![CDATA[Release Notes for OpenCms 8.5.2]]> + + + + + + + + + + + July 8, 2013: OpenCms 8.5.2 is an important update that fixes several issues that persisted in the 8.5.1 release. This version also contains security improvements against XSS attacks .

+

Main improvements in OpenCms 8.5.2

+
    +
  • Improved IE10 compatibility.
  • +
  • Improved lock behavior for group editor.
  • +
  • Improved offline indexing to index content changes immediately.
  • +
  • Improved PDF extraction with new library version.
  • +
  • Improved module import by pausing offline indexing while importing or deleting modules.
  • +
  • Improved purging of container pages after publish.
  • +
  • Updated CodeMirror source code editor to version 3.14.
  • +
+

Fixed issues in OpenCms 8.5.2

+
    +
  • Fixed issue #50 with encoding links in pointer resources.
  • +
  • Fixed issue #114 with locale handling on embedded message bundles in schemas.
  • +
  • Fixed issue #152 where the layout of the VfsImageWidget was broken.
  • +
  • Fixed issue #155 where error messages where not displayed correctly.
  • +
  • Fixed issue #156 where newly created container pages from model pages did not have the right template property.
  • +
  • Fixed issue #159 where another resource was locked when creating a new one.
  • +
  • Fixed issue #167 where editing expired resources from direct edit caused errors.
  • +
  • Fixed issue #169 where SOLR rebuild doesn't update unmodified resources.
  • +
  • Fixed issue #170 where folders without default files did deliver a blank page instead of the 404 error code.
  • +
  • Fixed issue #173 where XSS was possible.
  • +
  • Fixed issue #175 where depending on the current date certain dates could not be set.
  • +
  • Fixed issue with possible XSS exploit using the CmsRequestUtil.
  • +
  • Fixed issue with element language select.
  • +
  • Fixed issue with in-line editing of choice attributes.
  • +
  • Fixed issue when saving a container page that contained inconsistent links.
  • +
  • Fixed issue where expired resources were not availably using the gallery select dialogs.
  • +
  • Fixed issue where head includes for elements did not work, if the element was part of an inheritance group.
  • +
  • Fixed issue with history view for no longer existing historic resource versions.
  • +
  • Fixed issue with publishing moved resources with categories.
  • +
  • Fixed issue with selecting "Undo changes" in the context menu for a JSP.
  • +
  • Fixed issue with context menu for expired resources.
  • +
  • Fixed issue with determining the content CSS in the XML content editor.
  • +
  • Fixed issue with memory leak related to GWT RPC services.
  • +
  • Fixed issue with memory leaks using SOLR.
  • +
+

Features of OpenCms in general

+
    +
  • The page editor allows to create and arrange content on web pages by drag & drop.
  • +
  • The sitemap editor allows to create new pages and re-arrange the navigation tree by drag & drop.
  • +
  • Support for creation of content for mobile devices with the <cms:mobile> tag.
  • +
  • Structured contents can be defined using a simple XML schema.
  • +
  • Editors with WYSIWYG and syntax highlighting functionality.
  • +
  • Easy to use "Online / Offline" workflow, changes must be approved before they become visible.
  • +
  • Link management for all internal resources with broken link detection.
  • +
  • Integrated image scaling and cropping.
  • +
  • Full featured internal user management that supports the concept of "Organizational Units" (OUs).
  • +
  • Allows management of multiple websites within one installation.
  • +
  • Contents can be served dynamically or exported to static HTML files.
  • +
  • Extensions can be added through a flexible module system.
  • +
  • Full text search for web pages, but also in PDF, MS Office documents etc.
  • +
  • The "time warp" feature allows to view resources which are expired or not yet released.
  • +
  • JSP integration for dynamic functionality in templates, dynamic forms etc.
  • +
  • ... and many more
  • +
+

Backward compatibility

+

We recommend everyone who uses OpenCms to update to this 8.5.2 release.

+

OpenCms 8.5.2 is fully backward compatible to all prior 8.x and 7.x versions. Templates and other OpenCms developed code from these versions should work "out of the box" with version 8.5.2.

+

Notice for users of Alkacon OCEE: OpenCms version 8.5.2 requires Alkacon OCEE version 3.5.2 or later. In case you want to update your OpenCms installation to 8.5.2, please make sure you update Alkacon OCEE to 3.5.2 or later first!

+

Compatibility with Java versions, Servlet containers and Databases

+

OpenCms 8.5.2 has been written and tested for Java 6 and 7. We have tested only with ORACLEs version of the JDK. OpenCms should run with all compliant JVMs.

+

We have tested this release on the Tomcat servlet engine. OpenCms works "out of the box" with Tomcat 7, which we recommend. Others have reported deploying OpenCms successfully on other servlet containers like JBoss, BEA, Websphere, Glassfish and Resin Professional.

+

On the database side, we have tested with MySQL, Oracle, PostgreSQL, MS SQL Server, DB2 and HSQLDB. The automatic update wizard for OpenCms 8 supports MySQL, Oracle and PostgreSQL.

+

Regarding version numbers and build tags

+

In case you want to check out OpenCms from Git, please keep the following in mind: The tag numbers for all OpenCms 8.5 final releases are "build_8_5_x", so the 8.5.2 release is tagged "build_8_5_2".

+

The main OpenCms Git repository is available on Github at github.com/alkacon/opencms-core.

+

How you can help

+

Contributions to the OpenCms core development are most welcome. Please send us your pull requests directly on GitHub.

+

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

+

 

+

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

]]>
+
+
+
+
diff --git a/modules/org.opencms.welcome/resources/release/8.5.2-release-notes/index.html b/modules/org.opencms.welcome/resources/release/8.5.2-release-notes/index.html new file mode 100644 index 00000000..26de58fe --- /dev/null +++ b/modules/org.opencms.welcome/resources/release/8.5.2-release-notes/index.html @@ -0,0 +1,82 @@ + + + + + + + + + + + + a997c4b7-70d7-11e0-b894-5de1afb8a118 + + + + + + c3b2d43e-70d0-11e0-af5a-5de1afb8a118 + + + + + + + + + + + + 85f31a72-c990-11e0-b07b-a97c08d979d8 + + + + + + e7029fa2-761e-11e0-bd7f-9ffeadaf4d46 + + + + + + + + + + + + a3bcf413-e79c-11e2-b9ba-0b58e55c41a7 + + + + + + 134c61bf-fb4a-11e1-adb6-2fc8aa430640 + + + + + + + + + + + + a997c4b7-70d7-11e0-b894-5de1afb8a118 + + + + + + c3b2d43e-70d0-11e0-af5a-5de1afb8a118 + + + + + + + + + + From 828488ecac5fdabdc5295139055de9e7f810e59e Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Mon, 8 Jul 2013 10:06:51 +0200 Subject: [PATCH 09/11] Updated version numbers. --- modules/com.alkacon.opencms.v8.event/resources/manifest.xml | 2 +- modules/com.alkacon.opencms.v8.news/resources/manifest.xml | 2 +- modules/com.alkacon.opencms.v8.solr/resources/manifest.xml | 2 +- .../resources/manifest.xml | 2 +- modules/com.alkacon.opencms.v8.template3/resources/manifest.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/com.alkacon.opencms.v8.event/resources/manifest.xml b/modules/com.alkacon.opencms.v8.event/resources/manifest.xml index d3a5530f..f4afefc3 100644 --- a/modules/com.alkacon.opencms.v8.event/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.event/resources/manifest.xml @@ -14,7 +14,7 @@ OpenCms 8 types - 8.5.1 + 8.5.2 diff --git a/modules/com.alkacon.opencms.v8.news/resources/manifest.xml b/modules/com.alkacon.opencms.v8.news/resources/manifest.xml index 9730fb98..cfa29a97 100644 --- a/modules/com.alkacon.opencms.v8.news/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.news/resources/manifest.xml @@ -14,7 +14,7 @@ OpenCms 8 types - 8.5.1 + 8.5.2 diff --git a/modules/com.alkacon.opencms.v8.solr/resources/manifest.xml b/modules/com.alkacon.opencms.v8.solr/resources/manifest.xml index c84c2094..b6ae4116 100644 --- a/modules/com.alkacon.opencms.v8.solr/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.solr/resources/manifest.xml @@ -14,7 +14,7 @@ OpenCms 8 types - 8.5.1 + 8.5.2 diff --git a/modules/com.alkacon.opencms.v8.template3.demo.shared/resources/manifest.xml b/modules/com.alkacon.opencms.v8.template3.demo.shared/resources/manifest.xml index 95c43271..2ed6f047 100644 --- a/modules/com.alkacon.opencms.v8.template3.demo.shared/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.template3.demo.shared/resources/manifest.xml @@ -14,7 +14,7 @@ Template 3 - 8.5.1 + 8.5.2 diff --git a/modules/com.alkacon.opencms.v8.template3/resources/manifest.xml b/modules/com.alkacon.opencms.v8.template3/resources/manifest.xml index 35a25d64..7cfae28d 100644 --- a/modules/com.alkacon.opencms.v8.template3/resources/manifest.xml +++ b/modules/com.alkacon.opencms.v8.template3/resources/manifest.xml @@ -14,7 +14,7 @@ Template 3 - 8.5.1 + 8.5.2 From 4e009d0e61d249a63a101c783697e1085bd043ab Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Mon, 8 Jul 2013 10:19:18 +0200 Subject: [PATCH 10/11] Added further release note information. --- .../resources/release/.content/textblock/t_00010.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html b/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html index 18b37312..0b708e1e 100644 --- a/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html +++ b/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html @@ -23,6 +23,7 @@

Main improvements in OpenCms 8.5.2

  • Improved module import by pausing offline indexing while importing or deleting modules.
  • Improved purging of container pages after publish.
  • Updated CodeMirror source code editor to version 3.14.
  • +
  • Updated commons DBCP library.
  • Fixed issues in OpenCms 8.5.2

      From 9ecda72d30aa619298de4afdc9a884666c6c0eb2 Mon Sep 17 00:00:00 2001 From: tHerrmann Date: Mon, 8 Jul 2013 15:01:10 +0200 Subject: [PATCH 11/11] Improved and simplified main navigation. --- .../elements/menu/nav_main.jsp | 21 +++---------------- .../release/.content/textblock/t_00010.html | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/elements/menu/nav_main.jsp b/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/elements/menu/nav_main.jsp index 306f2786..3dd10dbb 100644 --- a/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/elements/menu/nav_main.jsp +++ b/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/elements/menu/nav_main.jsp @@ -4,26 +4,11 @@
    \ No newline at end of file diff --git a/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html b/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html index 0b708e1e..1a2d0c28 100644 --- a/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html +++ b/modules/org.opencms.welcome/resources/release/.content/textblock/t_00010.html @@ -13,7 +13,7 @@
    - July 8, 2013: OpenCms 8.5.2 is an important update that fixes several issues that persisted in the 8.5.1 release. This version also contains security improvements against XSS attacks .

    + July 10, 2013: OpenCms 8.5.2 is an important update that fixes several issues that persisted in the 8.5.1 release. This version also contains security improvements against XSS attacks .

    Main improvements in OpenCms 8.5.2

    • Improved IE10 compatibility.