Changelog for 6.13.0
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5a28919d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5a28919d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5a28919d Branch: refs/heads/wicket-6.x Commit: 5a28919d431d302f764fc84854c7648b1c9b14b8 Parents: f908960 Author: Martijn Dashorst <[email protected]> Authored: Sat Dec 7 12:56:34 2013 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Sat Dec 7 12:56:34 2013 +0100 ---------------------------------------------------------------------- CHANGELOG-6.x | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/5a28919d/CHANGELOG-6.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x index f35c629..dd5b97f 100644 --- a/CHANGELOG-6.x +++ b/CHANGELOG-6.x @@ -2,6 +2,41 @@ This file contains all changes done in releases for Apache Wicket 6.x. ============================================================================= +Release Notes - Wicket - Version 6.13.0 + +** Bug + + * [WICKET-4997] - Mounted bookmarkable Page not recreated on Session Expiry + * [WICKET-5084] - ClassNotFoundException with Atmosphere on Bookmarkable pages + * [WICKET-5379] - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow + * [WICKET-5387] - Page#onInitialize called after an exception in the constructor of Page + * [WICKET-5400] - Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors + * [WICKET-5404] - JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2 + * [WICKET-5409] - wicket-native-websocket does not work with Safari/Safari iOS + * [WICKET-5413] - Positioning AutoCompleteTextField not correct on resized window + * [WICKET-5416] - BOM in UTF markup file breaks encoding detection + * [WICKET-5418] - PropertyValidator ignoring groups with the @NotNull annotation only + * [WICKET-5422] - ComponentRenderer.renderComponent() adds a page to DataStore + * [WICKET-5424] - Page.isPageStateless() returning true in regular run but false in WicketTester + * [WICKET-5425] - WicketTester doesn't preserve the request cookies when #executeListener() is used + * [WICKET-5437] - When a ConversionException is thrown, its message is not used in the ValidationError + +** Improvement + + * [WICKET-5367] - migrate Wicket-Atmosphere to Atmosphere 2 + * [WICKET-5401] - provide no-argument constructor in string based header items + * [WICKET-5411] - Improve AutoLabels by updating their CSS classes automatically during Ajax requests + * [WICKET-5415] - Do not initialize pages which were not rendered + * [WICKET-5420] - Make UploadProgressBar easier to extend + * [WICKET-5423] - Create IResource based implementation of Native Web Sockets + * [WICKET-5436] - Implement BigIntegerConverter + +** Task + + * [WICKET-5431] - Download pages must use ASF mirror system for current releases + +============================================================================= + Release Notes - Wicket - Version 6.12.0 ** Bug
