From 9a367dfdc2c83770a711a5487898fc7b91af84e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Fri, 25 Apr 2008 15:42:07 +0000 Subject: [PATCH] Merged 5.1.2 release branch (4247:4249) back to trunk. The fix for reservr.html in 5.1.2 branch conflicted with trunk, resolved in favour of trunk. svn changeset:4251/svn branch:trunk --- WebContent/release-notes.html | 362 +++++----------------------------- build/VERSION.properties | 2 +- build/build.xml | 1 + 3 files changed, 47 insertions(+), 318 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index a8d53e9b9b..d5c51f950d 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -30,331 +30,59 @@ changes are possible, including API changes, before the stable release.

-

Summary of changes between IT Mill Toolkit 5.0 and 5.1

- -

See detailed ChangeLog below for a complete list of changes.

- +

Important Changes

+

General

- -

Changed Behavior

- - -

Notable API Enhancements

- - -

Deprecated

- - -

Notable Fixes

- -

See detailed ChangeLog below for a complete list of changes.

- - -

Known Issues in (beta)

- -

Installation Issues

- - - -

Issues by number

- - -

Closed Issues

- - -

Detailed ChangeLog

+

ChangeLog Between IT Mill Toolkit 5.1.1 and 5.1.2

Listing by ChangeSet number, changed file (other files may also have changed), description, and a possible bug number.

+
  • 4084: ApplicationConnection.java: avoid "hanged response indicator" when receiving non-valid json
  • +
  • 4085: filterselect.css: Minor fix for filterselect theme.
  • +
  • 4086: IDateField.java: Fixed GUI bug with time values like 00:00:00.000 (used current values if field was 0)
  • +
  • 4088: ApplicationServlet.java: Fixes #1514: Add src-attribute for __gwt_historyFrame IFRAME-element to prevent IE6 security issues when using SSL
  • +
  • 4101: Ticket1506_TestContainer.java+ (4 files): New ticket testcase for #1506
  • +
  • 4106: IEmbedded.java: Fix: setting a new source for TYPE_BROWSER Embedded component doesn't replace the original IFRAME-element, it only changes the src-attribute value. This way the browser can keep history information of the url changes.
  • +
  • 4107: IEmbedded.java+ (5 files): Fix: IEmbedded won't through exceptions for null-source values. +Fix: IOrderedLayout now handles component additions in between old components with captions (previously the insertion index was calculated wrong because of the caption elements were included in the index). +Small fixes to TestBench.
  • +
  • 4126: IEmbedded.java: Fix: Force browser to fire unload event when component is detached from the view (IE doesn't do this automatically).
  • +
  • 4127: ApplicationServlet.java+ (5 files): initial commit for #704
  • +
  • 4132: IWindow.java: IWindow now sizes itself respective to its content if no size is explicitly specified. Use "-1" to clear any previous size settings.
  • +
  • 4134: ApplicationServlet.java+ (2 files): -Enhancement: Application.setSessionExpiredURL now allows the developer to set the URL where to redirect the client after the application session has expired. The redirect is not pushed to the client, i.e. the client has to make a request to the expired application to get redirected. +-Minor modification to the session expired notification (onclick="window.location.reload()" was not working properly). +-Enhancement: "closeApplication" parameter allows Testing Tools to close the application after tests.
  • +
  • 4135: ApplicationServlet.java+ (2 files): TT backwards compatibility fix: adds old (pre-multiapp) versionInfo to js. +Also fixed typo in ApplicationConfiguration.
  • +
  • 4138: SimplestApplication.java+ (36 files): Created com.itmill.toolkit.automatedtests package which contains "official" automated tests + * do not touch them unless you change automated test client's testcase scripts too. + * copy your testing application to package com.itmill.toolkit.automatedtests + * do not point to "development / testing / production" packages which are edited in the future without relation to testing + * use setDebugId's for all components that are used in testing + +Moved few classes from "experimental" com.itmill.toolkit.tests package into "official" side. + +Copied featurebrowser to automatedtests package and added setDebugId's for most components that are used in the testing. +
  • +
  • 4148: ApplicationServlet.java+ (3 files): fixes #1544
  • +
  • 4246: 5.1.2: Created 5.1.2 release branch from 2008-04-09 00:00 trunk. +
  • +
  • 4247: VERSION.properties+ (2 files): Merged some material from 5.1.1 branch (4032:HEAD) to 5.1.2 branch.
  • + diff --git a/build/VERSION.properties b/build/VERSION.properties index 0e24ef5838..367418b5c4 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=5.1.0 \ No newline at end of file +version=5.1.2 diff --git a/build/build.xml b/build/build.xml index dc835ed6ee..cd3118f647 100644 --- a/build/build.xml +++ b/build/build.xml @@ -355,6 +355,7 @@ + -- 2.39.5