Author: jrthomerson
Date: Wed May 19 05:36:11 2010
New Revision: 946036
URL: http://svn.apache.org/viewvc?rev=946036&view=rev
Log:
committing changelog to trunk as well
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=946036&r1=946035&r2=946036&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/CHANGELOG-1.4 (original)
+++ wicket/branches/wicket-1.4.x/CHANGELOG-1.4 Wed May 19 05:36:11 2010
@@ -1,5 +1,58 @@
This file contains all changes done on the 1.4 version.
+Release Notes - Wicket - Version 1.4.9
+
+** Bug
+ * [WICKET-2741] - non-performant Collections.synchronizedMap() should be
replaced with ConcurrentMap
+ * [WICKET-2843] - Palette is incompatible with ListMultipleChoice in its
use of the model
+ * [WICKET-2853] - ListMultipleChoice/CheckBoxMultipleChoice do not retain
selected but disabled items
+ * [WICKET-2856] - PackageStringResourceLoader.loadStringResource() causes
NullPointerException when used in a Class within the root package (i.e. it has
no package declaration)
+ * [WICKET-2858] - WicketSessionFilter: java.lang.IllegalArgumentException:
Argument application can not be null
+ * [WICKET-2859] - Wrong package names in Examples
+ * [WICKET-2860] - Wrong name for swiss Application.properties
+ * [WICKET-2861] - getConvertedInput() returns null and
selectedValues.addAll tries adding it
+
+** Improvement
+ * [WICKET-2790] - wicketTester.executeAjaxEvent method does not check if
form is multiPart
+ * [WICKET-2840] - Remove final on
AbstractRequestTargetUrlCodingStrategy#getMountPath()
+ * [WICKET-2846] - Store Application in InheritableThreadLocal instead of
ThreadLocal
+ * [WICKET-2855] - Constructor of RedirectRequestTarget does not validate
URL
+ * [WICKET-2869] - RangeValidator should use getMinimum and getMaximum
+ * [WICKET-2870] - Fix hungarian translation for Wizard
+ * [WICKET-2879] - delegate isVisible in PanelCachingTab
+
+
+Release Notes - Wicket - Version 1.4.8
+
+** Bug
+ * [WICKET-2075] - Pagemap is locked forever with some Page serialization
exceptions
+ * [WICKET-2424] - OnChangeAjaxBehavior + DatePicker do not work together
+ * [WICKET-2764] - MarkupCache messed up when using MergedMarkup (e.g. for
Page markup inheritance) together with IResourceStreams that do NOT also
implement IFixedLocationResourceStream
+ * [WICKET-2767] - DatePicker Calendar: wrong year format when 4 digits are
used (yyyy), e.g. 2010 --> 0010
+ * [WICKET-2772] - Generate wicketpath attribute for RadioChoice
+ * [WICKET-2779] - Submit a nested form via ajax to upload a file inside
modal window does not work on IE.
+ * [WICKET-2787] - ValueMap.getAsBoolean(key, defaultValue) always returns
false for non-existing keys, instead of the defaultValue
+ * [WICKET-2799] - @RequireHttps not switching to https when setting
response page to non-bookmarkable page
+ * [WICKET-2802] - StringIndexOutOfBoundsException in
PortletServletRequestWrapper for some resource requests
+ * [WICKET-2806] - Javascript looking for related radio in group is not
working if css class is already assigned to radio
+ * [WICKET-2822] - Small Bug in JavaDoc for SpringWebApplicationFactory
+
+** Improvement
+ * [WICKET-2771] - Please support "isPrimary" for @SpringBean
+ * [WICKET-2776] - Enhancing RadioChoice input items with individual title
and css class attributes
+ * [WICKET-2778] - Set Application ThreadLocal in WicketSessionFilter
+ * [WICKET-2796] - Improve error reporting on locked page maps
+ * [WICKET-2803] - ListMultipleChoice's Constructors Should Accept IModel<?
extends Collection<T>>
+ * [WICKET-2813] - IndicatingAjaxButton should have construtors that take a
IModel for the button text as does AjaxButton.
+ * [WICKET-2817] - ChoiceGroup's Constructor Should Accept IModel<? extends
Collection<T>>
+ * [WICKET-2821] - More "IModel<? extends Collection<" Fixes
+ * [WICKET-2830] - Make
BookmarkablePageRequestTargetUrlCodingStrategy#encode non final
+ * [WICKET-2831] - ConverterLocator#get(Class<T>) shouldn't be final
+ * [WICKET-2837] - Inaccurate AjaxSubmitLink Javadoc
+
+** Wish
+ * [WICKET-2847] - Make StringResourceStream non final
+
Release Notes - Wicket - Version 1.4.7