From 0da1201a73d66950f155c339ca9f7154a71a7175 Mon Sep 17 00:00:00 2001
From: Marko Grönroos
Date: Fri, 10 Jul 2009 13:00:42 +0000
Subject: Updated Vaadin 6.0.1 Release Notes.
svn changeset:8375/svn branch:6.0
---
WebContent/release-notes.html | 70 +++++++++++++++++++++++++------------------
1 file changed, 41 insertions(+), 29 deletions(-)
(limited to 'WebContent')
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 0462f0f50a..332d3431fa 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -41,16 +41,20 @@ fixes, the most significant additions are:
- Regarding widget sets:
- - You need to specify the widget set in the portal properties.
+ - You should specify the widget set and its location in portal properties (portal-ext.properties).
+ - Default location is /html/VAADIN/widgetsets/ path.
- If you have portlets that require different widget sets, you need to use inheritance or composition to combine the widget sets to a single widget set.
- - The widget set needs to be loaded from /VAADIN/widgetsets/ path.
- Regarding themes:
- - The base theme (usually "reindeer" or "runo") is defined in portal properties and is loaded automatically by the portal, not by individual portlets.
- - The base theme must have path such as /VAADIN/themes/reindeer.
- - No @import statement should be used in an application theme, unlike in normal Vaadin applications, as the base theme is loaded implicitly.
+ - You can specify the base theme ("reindeer" by default) in the portal properties to have it loaded automatically by the portal, not by individual portlets.
+ - Default location is /html/VAADIN/themes/reindeer.
+ - No @import statement should be used in an application theme, unlike in normal Vaadin applications, as the base theme is loaded implicitly. If you need be able to run the portlet as a regular application as well, use a different theme in the application mode without the statement.
+ - You need to copy the widget set and base theme under the defined directories in the portal.
+ - The default widget set, themes, the Vaadin JAR, and the required portal configuration will be included built-in in Liferay 5.3, making the configuration unnecessary unless you use a custom widget set.
+ - You need to use the same version of the Vaadin library in all the portlets running in the same portal.
+ - See the Portal Integration section in Book of Vaadin for details on configuring portlets in Liferay.
@@ -231,30 +235,38 @@ for your platform.
- - #1623: Table: Client side should dynamically adjust pagelength variable
- - #2941: Panel/Window does not remove all Action Handlers on client-side
- - #3015: Class Object instances should not be used as identifiers, are not serializable
- - #3038: demo main page broken if scrollbars in use (FF, SA)
- - #3039: Scrollbar jumps to top in Safari
- - #3051: MethodProperty serialization broken when setter or getter is null
- - #3052: Link style button icons are always 16px wide in reindeer theme
- - #3059: Window's setStyleName, removeStyleName does not remove old styles on the client side.
- - #3060: Warn if cross site scripting prevention is turned off
- - #3061: Security key should not use invalid http header
- - #3071: IE6: Undefined/auto subwindow width is broken
- - #3073: IE7: Error when rendering a Tab without a caption
- - #3074: "100% wide accordion is too wide using ""reindeer"""
- - #3078: "Debug console ""root problems"" has invalid position in IE7"
- - #3081: HierarchicalContainer overwrites old items when trying to add a new item
- - #3083: JS api where to hook functionality after each XHR
- - #3092: BeanItemContainer is not extendable
- - #3098: Tree node text wraps to the next line if an icon is present and width is fixed
- - #3099: PopupView is shown off screen
- - #3102: Upload.ProgressListener not called in some situations
- - #3105: "Show ""invalid security key"" instead of ""Session Expired"" for invalid security key"
- - #3109: Down sort arrow visually broken in table with strong style (reindeer)
- - #3113: Liferay portal integration
- - #3115: A new session should not be created if an application is not
+ - #1623: Table: Client side should dynamically adjust pagelength variable
+ - #2941: Panel/Window does not remove all Action Handlers on client-side
+ - #3015: Class Object instances should not be used as identifiers, are not serializable
+ - #3038: demo main page broken if scrollbars in use (FF, SA)
+ - #3039: Scrollbar jumps to top in Safari
+ - #3051: MethodProperty serialization broken when setter or getter is null
+ - #3052: Link style button icons are always 16px wide in reindeer theme
+ - #3059: Window's setStyleName, removeStyleName does not remove old styles on the client side.
+ - #3060: Warn if cross site scripting prevention is turned off
+ - #3061: Security key should not use invalid http header
+ - #3071: IE6: Undefined/auto subwindow width is broken
+ - #3073: IE7: Error when rendering a Tab without a caption
+ - #3074: "100% wide accordion is too wide using ""reindeer"""
+ - #3075: Migrating from Toolkit to Vaadin release notes: translateToolkitUri
+ - #3078: "Debug console ""root problems"" has invalid position in IE7"
+ - #3081: HierarchicalContainer overwrites old items when trying to add a new item
+ - #3083: JS api where to hook functionality after each XHR
+ - #3092: BeanItemContainer is not extendable
+ - #3098: Tree node text wraps to the next line if an icon is present and width is fixed
+ - #3099: PopupView is shown off screen
+ - #3102: Upload.ProgressListener not called in some situations
+ - #3105: "Show ""invalid security key"" instead of ""Session Expired"" for invalid security key"
+ - #3109: Down sort arrow visually broken in table with strong style (reindeer)
+ - #3113: Liferay portal integration
+ - #3114: IE7 compatibility mode forcing does not work for portlets
+ - #3115: A new session should not be created if an application is not
+ - #3121: Subwindow caption flows out of the window
+ - #3123: Applications print request path info unnecessarily
+ - #3126: Create a portal default widget set
+ - #3127: Fix portlet demos
+ - #3128: ApplicationPortlet should throw an error if the application is not defined
+ - #3130: In IE8 RichTextArea button icons are broken
--
cgit v1.2.3