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 2011/03/28 07:52:36 UTC

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

Author: ivaynberg
Date: Mon Mar 28 05:52:36 2011
New Revision: 1086127

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

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=1086127&r1=1086126&r2=1086127&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/CHANGELOG-1.4 (original)
+++ wicket/branches/wicket-1.4.x/CHANGELOG-1.4 Mon Mar 28 05:52:36 2011
@@ -1,5 +1,39 @@
 This file contains all changes done on the 1.4 version.
 
+Release Notes - Wicket - Version 1.4.17
+
+** Sub-task
+    * [WICKET-3488] - Form can't be replaced when submitted
+
+** Bug
+    * [WICKET-3466] - AJAX with prototype explample not working at IE
+    * [WICKET-3467] - Upload example failing at localhost on IE
+    * [WICKET-3469] - Referrer Leaking with ExternalLink
+    * [WICKET-3473] - Inline Javascript evaluated is executed before head contributions are loaded
+    * [WICKET-3477] - Exception when setting session default timezone with GatherExtendedBrowserInfo
+    * [WICKET-3479] - Interface TestPanelSource isn't named correctly
+    * [WICKET-3485] - Link tries to construct the URL when the link is disabled
+    * [WICKET-3487] - RequestCycle.steps() creates a session on abort even if none exists
+    * [WICKET-3490] - HybridUrlEncoding Strategy throws uncaught NumberFormatException if Integer value space is violated
+    * [WICKET-3498] - Entering huge strings in TextFields causes IllegalStateExceptions not caught by the Framework
+    * [WICKET-3500] - Method AbstractMarkupParser.removeComment() causes an endless loop
+    * [WICKET-3503] - LazyInitProxyFactory using Class.forName(clazz) rather than Thread.currentThread().getContextClassLoader().loadClass(type)
+    * [WICKET-3507] - Form Code causes Error in ValidatorFilter
+    * [WICKET-3519] - DefaultJavascriptCompressor broken jquery v1.5.1 minified file
+    * [WICKET-3528] - Javadoc typo in PropertyModel
+    * [WICKET-3548] - Wrong exception type when readResolve fails.
+
+** Improvement
+    * [WICKET-3464] - Greek (el) Application.properties 
+    * [WICKET-3553] - Reset the busy flag in Wicket.Channel if the execution of the callback fails for some reason
+    * [WICKET-3558] - Expose active requests via JMX
+
+** New Feature
+    * [WICKET-3422] - Simplified visibility control of Enclosures in Ajax requests
+
+** Task
+    * [WICKET-3545] - Slovak version of Application_sk.properties
+
 Release Notes - Wicket - Version 1.4.16
 
 ** Bug