You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2010/09/13 05:04:33 UTC

svn commit: r996406 - /wicket/branches/wicket-1.4.x/CHANGELOG-1.4

Author: ivaynberg
Date: Mon Sep 13 03:04:33 2010
New Revision: 996406

URL: http://svn.apache.org/viewvc?rev=996406&view=rev
Log:
changelog

Modified:
    wicket/branches/wicket-1.4.x/CHANGELOG-1.4

Modified: wicket/branches/wicket-1.4.x/CHANGELOG-1.4
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/CHANGELOG-1.4?rev=996406&r1=996405&r2=996406&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/CHANGELOG-1.4 (original)
+++ wicket/branches/wicket-1.4.x/CHANGELOG-1.4 Mon Sep 13 03:04:33 2010
@@ -1,6 +1,25 @@
 This file contains all changes done on the 1.4 version.
 
 
+Release Notes - Wicket - Version 1.4.12
+
+** Sub-task
+    * [WICKET-3037] - InnerFeedbackTest test fails due locale issue
+
+** Bug
+    * [WICKET-1743] - WicketTester fires onSubmit for first form button prior to firing requested ajax event
+    * [WICKET-3032] - WebApplication#mountBookmarkablePage with unicode path not works.
+    * [WICKET-3033] - Stack Overflow in getBeanDefinition()'s of SpringBeanLocator and AnnotProxyFieldValueFactory
+    * [WICKET-3040] - Ajax form submit fails in Wicket 1.4.11/Firefox3.6
+    * [WICKET-3043] - Ajax support broken under Firefox 3.6.x and Wicket 1.4.11
+
+** Improvement
+    * [WICKET-2922] - AutoCompleteTextField should allow the generics specification for the getChoices iterator and the type of the model
+
+** Task
+    * [WICKET-3041] - Relative link in JavaScript
+
+
 Release Notes - Wicket - Version 1.4.11
 
 ** Sub-task