Updated Branches: refs/heads/wicket-1.5.x d1a75e459 -> a66d71026
updated changelog for 1.5.4.1 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a66d7102 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a66d7102 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a66d7102 Branch: refs/heads/wicket-1.5.x Commit: a66d7102622b7e4e20ad33cd9641deac43f23df0 Parents: d1a75e4 Author: Igor Vaynberg <[email protected]> Authored: Mon Jan 16 09:59:14 2012 -0800 Committer: Igor Vaynberg <[email protected]> Committed: Mon Jan 16 09:59:14 2012 -0800 ---------------------------------------------------------------------- CHANGELOG-1.5 | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/a66d7102/CHANGELOG-1.5 ---------------------------------------------------------------------- diff --git a/CHANGELOG-1.5 b/CHANGELOG-1.5 index 0e961c9..b0d0325 100644 --- a/CHANGELOG-1.5 +++ b/CHANGELOG-1.5 @@ -1,6 +1,6 @@ This file contains all changes done on the 1.5 version. -Release Notes - Wicket - Version 1.5.4 +Release Notes - Wicket - Version 1.5.4.1 ** Bug * [WICKET-4140] - Make CryptoMapper easier to extend @@ -34,6 +34,7 @@ Release Notes - Wicket - Version 1.5.4 * [WICKET-4298] - FormTester doesn't handle nested forms correctly * [WICKET-4300] - JavaScript error "Uncaught TypeError: Cannot read property 'length' of undefined" in case of CheckGroupSelector and nested forms * [WICKET-4301] - ByteArrayResource throws error if data is null + * [WICKET-4303] - mounting a home page with package mapper results in invalid url's * [WICKET-4306] - Content type overriding in PackageResource * [WICKET-4309] - StringValueConversionException for correct situation * [WICKET-4311] - ModalWindow does not close cleanly @@ -42,6 +43,9 @@ Release Notes - Wicket - Version 1.5.4 * [WICKET-4318] - BaseWicketTester#startComponentInPage swallows useful exceptions * [WICKET-4320] - wicketTester#executeBehavior doesn't ever attach request-parameter * [WICKET-4323] - StringResourceModels doesn't seem to detach properly + * [WICKET-4332] - FileUpload: Using IE9 in IE8 compatibility mode, ajax-response cannot be parsed + * [WICKET-4333] - BreadCrumbPanelLink should accept subclasses of BreadBrumbPanel + * [WICKET-4336] - One of the stateless examples makes the page stateful ** Improvement * [WICKET-3911] - Hungarian localisation for upload component and examples @@ -60,6 +64,7 @@ Release Notes - Wicket - Version 1.5.4 * [WICKET-4285] - PageSavingThread.stop() blocks forever * [WICKET-4302] - Allow set Ajax settings for AjaxCheckBox * [WICKET-4329] - Optimize consequent usages of MarkupContainer# hasAssociatedMarkup() and #getAssociatedMapkup() + * [WICKET-4334] - Prevent Wicket from causing redundant download of stateless resources (.js, .css etc.,) on browser with cookies enabled ** New Feature * [WICKET-4162] - Add new StringResourceLoader to allow Wicket extensions to provide localization resource bundles @@ -69,6 +74,7 @@ Release Notes - Wicket - Version 1.5.4 * [WICKET-3979] - Upgrade Wicket's tests to JUnit4 * [WICKET-4281] - Simplify Maven build for development + Release Notes - Wicket - Version 1.5.3 ** Bug
