blob: 41e437fd1532d43df9efea8147b623cdac84f3ed [file] [log] [blame]
This file contains all changes done on the 1.4 version.
Release Notes - Wicket - Version 1.4-M1
** Sub-task
* [WICKET-1516] - Flatten project structure
* [WICKET-1517] - Update release script
* [WICKET-1523] - Update README
** Bug
* [WICKET-1371] - wicket.properties cannot be found in OSGi
* [WICKET-1418] - org.apache.wicket.MarkupContainer swallows AbortException
* [WICKET-1496] - DataTable.html does not validate (HTML 4.01/XHTML-Strict)
* [WICKET-1499] - AjaxEditableMultiLineLabel + race condition /
* [WICKET-1501] - MarkupCache.putIntoCache doesn't behave correctly!!
* [WICKET-1504] - AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE
* [WICKET-1508] - EmptyStackException parsing HTML
* [WICKET-1512] - Widen Generics for Lists/Iteratos
* [WICKET-1514] - DataView generified
* [WICKET-1532] - Generified IConverter
* [WICKET-1536] - Enclosure permanently hides direct children after it has been itself hidden once
* [WICKET-1537] - SelectOption generates non xhtml compliant markup
* [WICKET-1548] - PagingNavigator calls factory methods from constructor
* [WICKET-1551] - javascript status variable hides the window.status variable because it is not declared as a far in wicket-ajax.js
** Improvement
* [WICKET-1344] - BigDecimalConverter is not precise
* [WICKET-1427] - make setAfter/BeforeDisabledLink return "this" for chaining
* [WICKET-1509] - Add QueryString property to RequestParameters and Request
* [WICKET-1524] - Disable javadoc plugin in regular build to make it faster
** New Feature
* [WICKET-1486] - Allow child components inside of wicket:message
* [WICKET-1505] - Package level properties file
** Task
* [WICKET-1522] - Merge wicket-spring and wicket-spring-annot
** Wish
* [WICKET-1506] - More Generics (IBookmarkablePageRequestTarget)