You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/08/23 00:09:01 UTC

git commit: Updated changelog to include latest fixes

Updated Branches:
  refs/heads/master 7b41718ea -> 57995f031


Updated changelog to include latest fixes


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/57995f03
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/57995f03
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/57995f03

Branch: refs/heads/master
Commit: 57995f0313fd879bb8f8bc9dc3558e5d8ac707ea
Parents: 7b41718
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu Aug 23 00:08:41 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu Aug 23 00:08:41 2012 +0200

----------------------------------------------------------------------
 CHANGELOG-6.0 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/57995f03/CHANGELOG-6.0
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.0 b/CHANGELOG-6.0
index ab2fdcb..db93ae3 100644
--- a/CHANGELOG-6.0
+++ b/CHANGELOG-6.0
@@ -7,6 +7,7 @@ Release Notes - Wicket - Version 6.0.0
 
 ** Bug
     * [WICKET-3753] - PropertyVariableInterpolator add support for IConverterLocator (patch included)
+    * [WICKET-4626] - WicketFilter unify the filterPath
     * [WICKET-4641] - AjaxFallbackLink and log a warning when there are several ajax event behaviors on the same event
     * [WICKET-4646] - atomicity violation bugs of using concurrent collections
     * [WICKET-4651] - Null BroadCaster in EventBus
@@ -33,7 +34,11 @@ Release Notes - Wicket - Version 6.0.0
     * [WICKET-4696] - NumberTextField doesn't accept values <=0 for Double and Float
     * [WICKET-4701] - 6.0.0-beta3: Ajax upload file is not working in IE
     * [WICKET-4702] - TypeError: Wicket.Event is undefined
+    * [WICKET-4706] - SerializableChecker.close throws NPE
+    * [WICKET-4715] - WebApplication doesn't recognize if an incoming request is multipart.
     * [WICKET-4717] - StringValidator.exactLength has wrong variable in ErrorMessage
+    * [WICKET-4718] - ResourceStreamResource#getResourceStream() is called multiple times
+    * [WICKET-4725] - DatePicker doesn't send 'change' event to the input field
 
 ** Improvement
     * [WICKET-4065] - Improve behavior#getStatelessHint() by accounting for the common cases when behaviors are not stateless
@@ -49,6 +54,11 @@ Release Notes - Wicket - Version 6.0.0
     * [WICKET-4677] - Improve AjaxRequestAttributes' ExtraParameters to accept more than one value for a key 
     * [WICKET-4688] - Make use of the generic type passed to IPageFactory#newPage() and return the typed Page
     * [WICKET-4704] - Allow using custom CSS classes for the selected and last TabbedPanel tabs
+    * [WICKET-4719] - Allow a list of a subclass of IColumn in DataTable constructor
+    * [WICKET-4720] - WebSession#authenticate() is superfluous
+    * [WICKET-4721] - ConcatBundleResource is unnecessarily limited to accepting PackageResourceReference
+    * [WICKET-4722] - Don't set ADDED_AT and CONSTRUCTED_AT keys if components use checking is not enabled
+    * [WICKET-4726] - Do not try to show the date picker if it is already shown
 
 ** New Feature
     * [WICKET-4244] - Add EnhancedPageView to ease debugging with the InspectorPage