Updated Branches: refs/heads/wicket-1.5.x 1243ee6d6 -> f2c13e046
Update the changelog with 1.5.5 and 1.5.6 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f2c13e04 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f2c13e04 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f2c13e04 Branch: refs/heads/wicket-1.5.x Commit: f2c13e046e92a60682337f316b38ea5e5ba7e4fd Parents: 1243ee6 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Fri Apr 27 15:31:48 2012 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Fri Apr 27 15:31:48 2012 +0300 ---------------------------------------------------------------------- CHANGELOG-1.5 | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 116 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/f2c13e04/CHANGELOG-1.5 ---------------------------------------------------------------------- diff --git a/CHANGELOG-1.5 b/CHANGELOG-1.5 index 39213b2..f637fc4 100644 --- a/CHANGELOG-1.5 +++ b/CHANGELOG-1.5 @@ -1,6 +1,122 @@ This file contains all changes done on the 1.5 version. +Release Notes - Wicket - Version 1.5.6 + +** Bug + * [WICKET-4260] - UrlRenderer renders invalid relative URLs if first segment contains colon + * [WICKET-4286] - ListView causes page ID increment + * [WICKET-4437] - BaseWicketTester.clickLink() does not work with a ResourceLink + * [WICKET-4443] - AbstractClassResolver recreates URL incorrectly + * [WICKET-4446] - processScript in Wicket.Head.Contributor doesn't remove CDATA - eval fails in IE + * [WICKET-4451] - Resource decoration fail on wicket examples + * [WICKET-4454] - Repaint the initial state of the page if the page is expired, a new one is freshly created and the requested component is not available + * [WICKET-4458] - wicket-core-1.5.5.jar not closed when Application is undeployed from directory + * [WICKET-4460] - Wrong string encoding in JavaScriptPackageResource + * [WICKET-4465] - Autocomplete IE javascript error: 'target' is null or not an object + * [WICKET-4475] - Inline Enclosure needs to check isVisibleInHierarchy, not only isVisible + * [WICKET-4477] - SmartLinkLabel failing to process email with - + * [WICKET-4480] - newResourceResponse() always process IResourceStream + * [WICKET-4484] - wicket:link component ids get too long + * [WICKET-4485] - TagUtils uses wrong separator in its #copyAttributes() + * [WICKET-4487] - TextTemplate in RenderHead() on component doesn't Re-Render for every page + * [WICKET-4488] - URL with a previous page version ignores requested page based on mount path + * [WICKET-4489] - HttpSessionStore.onUnbind is never invoked + * [WICKET-4494] - HtmlHandler wrongly handles tags not requiring closed tags if the markup does not have "top" level tag + * [WICKET-4500] - InterceptData never cleared from session after continueToOriginalDestination is called + * [WICKET-4501] - NumberTextField<BigDecimal> renders its value in unsupported number format + * [WICKET-4505] - AbstractTextComponent not escaping html data by default therefore user text is not redisplayed correctly + * [WICKET-4506] - Fix missing in 1.4.19, was fixed in 1.3.3: Discrepancy between Button implementation of getForm and the code in Form.findSubmittingButton() + * [WICKET-4507] - wicktTester.getLastResponseAsString() returns wrong result after starting a Component + * [WICKET-4509] - Spaces in path cause ModifcationWatcher to fail + * [WICKET-4511] - Stack overflow when render malformed html. + * [WICKET-4514] - UrlRenderer produces wrong full urls when the passed parameter is not absolute (as Url understands 'absolute') + * [WICKET-4516] - WebApplication#renderXmlDecl() uses wrong name of the 'Accept' request header + * [WICKET-4518] - Wicket example 'forminput' is broken due to bad url for IOnChangeListener + * [WICKET-4520] - Inline enclosure doesn't work if wicket:message attribute is used on the same tag + +** Improvement + * [WICKET-2674] - AbstractChoice Option Style Hook + * [WICKET-3554] - Constructor of org.apache.wicket.PageReference should be public + * [WICKET-4448] - Update russian localization + * [WICKET-4453] - [StyleAndScriptIdentifier] Better matching of CDATA-comments + * [WICKET-4468] - Stateful components which are invisible force page to be stateful + * [WICKET-4478] - DiskDataStore to use multi-level directory structure to avoid slowness when thousands of sessions are active. + * [WICKET-4481] - Add setHeader() to MockHttpServletRequest to be able to override default headers + * [WICKET-4486] - Give StringValue toEnum methods + +** Task + * [WICKET-4124] - Link to examples on Wicket homepage still shows 1.4.18 examples + +** Wish + * [WICKET-4498] - Ignore Netbeans XML configuration files in Apache License Header Test Case + + + +Release Notes - Wicket - Version 1.5.5 + +** Sub-task + * [WICKET-4417] - CombinedRequestParametersAdapter ignores duplicate values for the same parameter name + +** Bug + * [WICKET-2949] - Select does not work properly in functional flows e.g. Wizards + * [WICKET-4257] - Ajax indicator getting stuck when button is pressed multiple times + * [WICKET-4267] - Descendants of DynamicImageResource don't pass PageParameters to rendering code + * [WICKET-4296] - In Firefox the auto complete dialog will not be closed when clicking besides it. + * [WICKET-4297] - Wicket autocomplete when click right into the popup list without moving the mouse will not selelect the item under the mouse + * [WICKET-4330] - Non standard ("wicket") namespace causes incorrect relative URL in certain cases + * [WICKET-4338] - POST params ignored by IPageParametersEncoder#decodePageParameters() + * [WICKET-4345] - CryptoMapper does not work for applications having a home page that needs query parameters + * [WICKET-4346] - getAjaxRegionMarkupId called for not enabled behaviors + * [WICKET-4347] - renderHead not called in an IAjaxCallDecorator that implements IComponentAwareHeaderContributor + * [WICKET-4357] - Calling WebResponse#enableCaching() is insufficient to enable caching on WebPage (which by default is non-cacheable) + * [WICKET-4359] - Package resources leak file handles + * [WICKET-4361] - Markup Inheritance & getVariation(): markup loading (and merging) order depends on whether the super constructor adds components or not. + * [WICKET-4363] - Duplicate html ID for generated divs in modal.js + * [WICKET-4365] - Form components' name/value are encoded in stateless form's action url + * [WICKET-4367] - WicketTester.assertFeedback broken + * [WICKET-4370] - HttpSession getSession() in MockHttpServletRequest is not compliant with the j2ee servlet spec + * [WICKET-4378] - datatime extension's calendar-min.js appears to be corrupted / out of sync + * [WICKET-4379] - org.apache.wicket.validation.ValidatorAdapter class causes problem with validator properties to be loaded + * [WICKET-4384] - improve wicket's handling of empty / null page parameters + * [WICKET-4387] - StringIndexOutOfBoundsException when forwarding requests + * [WICKET-4390] - MarkupParser#add(IMarkupFilter filter,Class beforeFilter) doesn't add the filter into the correct place. + * [WICKET-4391] - XsltOutputTransformerContainer incorrectly claims markup type "xsl" + * [WICKET-4392] - autocomplete: show list on empty input is ignored if show list on focus gain is false + * [WICKET-4398] - Any empty url-parameter will make wicket 1.5 crash + * [WICKET-4401] - Redirect after sign in with SignInPanel does not always reach homepage + * [WICKET-4406] - ApplicationListenerCollection onBeforeDestroyed calls onAfterInitialized for each of the listeners + * [WICKET-4409] - Form#getJsForInterfaceUrl(..) works not correct if cookies are disabled + * [WICKET-4410] - The datepicker components stops popup in Chrome 17. + * [WICKET-4420] - Unversioned pages don't get touched when created and cannot be found by ID later + * [WICKET-4424] - getComponentFromLastRenderedPage appends componentInPage id when it shouldn't + * [WICKET-4425] - Wicket 1.5 rewrites template content where it should not + * [WICKET-4429] - executeAllTimerBehaviors does not find all timer behaviours + * [WICKET-4435] - UploadProgressBar won't update while uploading if CryptoMapper is used as RootRequestMapper + * [WICKET-4436] - Pressing ESCAPE doesn't work for AjaxEditable components + +** Improvement + * [WICKET-2244] - Allow overriding of the Validator default MessageKey + * [WICKET-2745] - Add info about SubmittingButton to RequestLogger + * [WICKET-4350] - Add more programmatic support for web app construction via servlet 3.0 + * [WICKET-4354] - org/apache/wicket/util/io/FullyBufferedReader getLineAndColumnText not used + * [WICKET-4356] - StringValueConversionException should not be thrown when requesting a conversion on StringValue with a default value + * [WICKET-4368] - Useless concatenation with empty string in DefaultAuthenticationStrategy.save + * [WICKET-4369] - Allow user supplied behaviors to override automatically created ones + * [WICKET-4372] - Two WicketSerializableException classes + * [WICKET-4380] - Null url argument on missing static resource + * [WICKET-4386] - Add maxlength to wicket-datetime hours, minutes input fields + +** New Feature + * [WICKET-4419] - Option to deflate serialized pages on the fly + +** Task + * [WICKET-4377] - Deprecate Component#onMarkupAttached() + * [WICKET-4389] - Is there any use for EmptyAjaxRequestHandler? + * [WICKET-4399] - Remove IRequestCycleSettings#(s|g)etUnexpectedExceptionDisplay in favour of IExceptionSettings + + + Release Notes - Wicket - Version 1.5.4 ** Bug
