Updated Branches: refs/heads/master eaa22123f -> ca72eda93
Added release notes for 6.8 (seems to be forgotten) and 6.9 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ca72eda9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ca72eda9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ca72eda9 Branch: refs/heads/master Commit: ca72eda93ed361b96631dd5976dbd94d5355b481 Parents: eaa2212 Author: Martijn Dashorst <[email protected]> Authored: Sun Jun 23 10:42:36 2013 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Sun Jun 23 10:42:36 2013 +0200 ---------------------------------------------------------------------- CHANGELOG-6.x | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ca72eda9/CHANGELOG-6.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x index 2af024c..920c148 100644 --- a/CHANGELOG-6.x +++ b/CHANGELOG-6.x @@ -2,6 +2,93 @@ This file contains all changes done in releases for Apache Wicket 6.x. ============================================================================= +Release Notes - Wicket - Version 6.9.0 + +** Bug + + * [WICKET-4827] - Modal panel mouse pointer in resize style for MSIE8 and MSIE9 + * [WICKET-5056] - Page mount with an optional named parameter overtakes a mount with more specific path + * [WICKET-5071] - 404 Error on Nested ModalWindows in IE7 and IE8 + * [WICKET-5165] - Session should be bound when adding messages to it + * [WICKET-5194] - Adding AjaxFormValidatingBehavior to the form prevents form from being filled + * [WICKET-5200] - Upgrade atmosphere-runtime to 1.0.13 + * [WICKET-5202] - Page redirects can fail when using url encoding + * [WICKET-5203] - Base url is incorrect for error dispatched pages + * [WICKET-5204] - The DateTimeField.onBeforeRender() method does not format the fields correctly. + * [WICKET-5205] - AbstractAjaxBehavior.unbind does not clean stored reference to host component + * [WICKET-5209] - NPE when using ComponentRenderer.renderComponent on a panel with <wicket:enclosure> + * [WICKET-5218] - EnclosureContainer calls child#configure() way before rendering + * [WICKET-5220] - AjaxEditableLabel not working well in form + * [WICKET-5222] - Direct iframe removal not supported by Firefox: tab title stays as "Connecting" + * [WICKET-5223] - AjaxEditableLabel doesn't provide a way to configure Ajax attributes for its Ajax behaviors + * [WICKET-5226] - CDI integration fails in Glassfish 4.0 with WELD-000070 + * [WICKET-5230] - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents + * [WICKET-5234] - OnEventHeaderItem can't be applied via AJAX + * [WICKET-5237] - Wicket generates invalid HTML by expanding col tags + * [WICKET-5247] - Broken Link in Tomcat because of Page Mount + +** Improvement + + * [WICKET-5199] - Component.getBehaviors(Class<M> type) documentation is obsolete + * [WICKET-5207] - Use documented jQuery APIs for triggering the special event 'inputchange' + * [WICKET-5208] - Contribute jQuery 1.x or 2.x depending on the user agent + * [WICKET-5210] - JQuery problem because component appears twice in DOM while Ajax refresh + * [WICKET-5211] - Make CryptoMapper extendable + * [WICKET-5215] - Better exception message when Page instantiation fails in DefaultPageFactory + * [WICKET-5219] - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect + * [WICKET-5228] - Add method getFirstDayOfWeek to DatePicker class + * [WICKET-5232] - ComponentRenderer.renderComponent could accept components with any markupId, not just "compId" + * [WICKET-5233] - Component.getBehaviors() can be implemented slightly more efficiently + * [WICKET-5238] - Upgrade bootstrap from 2.3.1 to 2.3.2 + +============================================================================= + +Release Notes - Wicket - Version 6.8.0 + +** Sub-task + + * [WICKET-5162] - InlineEnclosure markup id could collide in the final page markup + * [WICKET-5185] - JavaScript text is spread in several DOM text nodes + +** Bug + + * [WICKET-5083] - Page#isPageStateless() may return wrong value + * [WICKET-5103] - Wicket session id not up to date when container changes session id + * [WICKET-5119] - PopupSettings IE8 - dosen't work second time a link is clicked. + * [WICKET-5140] - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards + * [WICKET-5142] - Generating invalid JavaScript for ajax update + * [WICKET-5145] - do not post an Atmosphere event if the filtered subscription set is empty + * [WICKET-5146] - Application not destroyed if WicketFilter#init() fails + * [WICKET-5147] - WicketTester MockHttpRequest.getCookies very slow / OutOfMemory + * [WICKET-5149] - PageRequestHandlerTracker doesn't track resolves of handlers caused by Exception + * [WICKET-5154] - Positioning of autocomplete popup does not take into account borders + * [WICKET-5157] - URL query parameter values containing equals sign get cut off + * [WICKET-5163] - Implementing markup loading by extending ResourceStreamLocator produces errors with inherited markup + * [WICKET-5176] - StringResourceModel doesn't detach model in some cases + * [WICKET-5178] - StopPropagation functionality on link is broken + * [WICKET-5181] - Problem with OnEventHeaderItem and Wicket.Event.add + * [WICKET-5187] - Unknown tag name with Wicket namespace: 'panel' + * [WICKET-5191] - Session is created unnecessarily + +** Improvement + + * [WICKET-5143] - Create an interface for the roles replacing the current Roles class + * [WICKET-5150] - Log additional info when FormComponent fails in updateCollectionModel + * [WICKET-5158] - Ignore missing Page in StatelessForm#process() + * [WICKET-5159] - Replace usage of JavaScript eval() with plain JS in headed contribution decoding + * [WICKET-5160] - Throttle the animation in DebugWindow when there are many errors + * [WICKET-5161] - The url gets longer when using StatelessForm with GET method + * [WICKET-5166] - Relax the requirements for using FilteringHeaderResponse + * [WICKET-5186] - Use arrays instead of String concatenation in JavaScript for better performance + * [WICKET-5188] - Use a separate logger for the extra information logged in RequestCycle#onException() + * [WICKET-5189] - preregister known wicket tag names + +** Task + + * [WICKET-5169] - Create BuildBot config for wicket-6.x branch + +============================================================================= + Release Notes - Wicket - Version 6.7.0 ** Bug
