You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2013/04/16 15:43:02 UTC

[1/3] git commit: Added release notes for 6.7.0

Updated Branches:
  refs/heads/master 4315a1c19 -> 1dc7ab8b4


Added release notes for 6.7.0


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/36c932cc
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/36c932cc
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/36c932cc

Branch: refs/heads/master
Commit: 36c932cc699f4e4737fae07efaf533e31f8e67bc
Parents: 4315a1c
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Mar 22 13:25:21 2013 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 18:08:43 2013 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/36c932cc/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index e5adfff..82e6ec2 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -2,6 +2,76 @@ This file contains all changes done in releases for Apache Wicket 6.x.
 
 =============================================================================
 
+Release Notes - Wicket - Version 6.7.0
+
+** Bug
+
+    * [WICKET-4803] - UrlDecoder should log a message when invalid input is provided
+    * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
+    * [WICKET-4903] - relativeUrl's begins with ./
+    * [WICKET-4907] - UrlResourceReference generates broken relative URLs
+    * [WICKET-4942] - Double slash '//' in starting url makes Url.parse output a relative Url
+    * [WICKET-4989] - WicketTester should send copies of its cookies 
+    * [WICKET-4995] - Using CryptoMapper causes page to render twice
+    * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
+    * [WICKET-5041] - DefaultCssAutoCompleteTextField should have Constructor (String id)
+    * [WICKET-5044] - Atmosphere + DateLabel
+    * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
+    * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
+    * [WICKET-5048] - Inline enclosures don't work with different namespace
+    * [WICKET-5049] - Wicket Session may be null in SessionBindingListener after deserialization
+    * [WICKET-5052] - @SpringBean fails to invoke methods on bean with non-public methods
+    * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
+    * [WICKET-5054] - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names
+    * [WICKET-5055] - AutoComplete still triggers redundant events to registered change listener
+    * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
+    * [WICKET-5067] - SelectOptions fails to render text on openClose tag
+    * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException
+    * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument
+    * [WICKET-5075] - When modal window is closed page scrolls to top
+    * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
+    * [WICKET-5078] - RestartResponseException broken with page instance and bookmarkable page
+    * [WICKET-5080] - FilterToolbar.html contains javascript that is used elsewhere
+    * [WICKET-5082] - Ajax update renders parent/child JS in different order than initial Page render
+    * [WICKET-5085] - InlineEnclosure are piling up on each render
+    * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)
+    * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages
+    * [WICKET-5098] - PackageResourceBlockedException under Windows for *.js files in web app's own packages, not in jars
+    * [WICKET-5102] - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access
+    * [WICKET-5103] - Wicket session id not up to date when container changes session id
+
+** Improvement
+
+    * [WICKET-4115] - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.
+    * [WICKET-5005] - Add Utility to allow conversion from Panel (or Component) to html String
+    * [WICKET-5038] - Add equals() and hashcode() implementation to INamedParameters.NamedPair
+    * [WICKET-5046] - NumberTextField should use appropriate validator
+    * [WICKET-5050] - AutoComplete should not request suggestions if input is no longer active element
+    * [WICKET-5057] - FilteringHeaderResponse requires a usage of FilteringHeaderResponse.IHeaderResponseFilter for no reason when FilteredHeaderItem is used
+    * [WICKET-5062] - Update the list of HTML void elements with the latest HTML5 ones
+    * [WICKET-5065] - Improve UrlRenderer to be able to render urls without scheme and/or host 
+    * [WICKET-5066] - Allow PackageResource to decide itself whether it could be accepted or not
+    * [WICKET-5074] - Improvement for MockHttpServletRequest and FormTester to support 'multiple' input type of fileUpload
+    * [WICKET-5079] - Allow WebApplication-specific Spring configuration
+    * [WICKET-5088] - The Bootstrap class does not provide a handle for the CSSResourceReferences.
+    * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS public to be able to include in Application's getResourceBundles.
+    * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
+    * [WICKET-5091] - Extract the short names of the ajax attributes as a constants
+    * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
+    * [WICKET-5096] - Add setStep method to NumberTextField
+    * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
+    * [WICKET-5111] - Upgrade bootstrap to 2.3.1
+
+** Task
+
+    * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
+
+** Test
+
+    * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it more readable
+
+=============================================================================
+
 Release Notes - Wicket - Version 6.6.0
 
 ** Bug


[3/3] git commit: Release script output updated to reflect reality

Posted by da...@apache.org.
Release script output updated to reflect reality


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1dc7ab8b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1dc7ab8b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1dc7ab8b

Branch: refs/heads/master
Commit: 1dc7ab8b4497b46c2e102a3036b0a303fa26f267
Parents: 25a53be
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:24:34 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:24:34 2013 +0200

----------------------------------------------------------------------
 release-dashorst.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1dc7ab8b/release-dashorst.sh
----------------------------------------------------------------------
diff --git a/release-dashorst.sh b/release-dashorst.sh
index 3f4141b..42d1174 100755
--- a/release-dashorst.sh
+++ b/release-dashorst.sh
@@ -253,7 +253,7 @@ echo ""
 
 echo "To move the release from staging to the mirrors:"
 echo ""
-echo "    svn mv https://dist.apache.org/repos/dist/dev/wicket/wicket-$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\""
+echo "    svn mv https://dist.apache.org/repos/dist/dev/wicket/$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\""
 echo ""
 
 echo "To sign the release tag issue the following three commands: "
@@ -279,4 +279,3 @@ echo "    git add \`find . ! \\( -type d -name \"target\" -prune \\) -name pom.x
 echo "    git commit -m \"Start next development version\""
 echo "    git push"
 echo ""
-


[2/3] git commit: Updated changelog to add new solved issuesThe release was delayed one month (due to flu and work), so this commit reflects the additional work that went into this release.

Posted by da...@apache.org.
Updated changelog to add new solved issuesThe release was delayed one month (due to flu and work), so this
commit reflects the additional work that went into this release.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/25a53bed
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/25a53bed
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/25a53bed

Branch: refs/heads/master
Commit: 25a53bed2f0b16dd2570fedb9021b50e03bfa8da
Parents: 36c932c
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:22:08 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:22:08 2013 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/25a53bed/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index 82e6ec2..2af024c 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -6,8 +6,10 @@ Release Notes - Wicket - Version 6.7.0
 
 ** Bug
 
+    * [WICKET-4658] - TabbedPanel CSS "last" is wrong if last step is not visible
     * [WICKET-4803] - UrlDecoder should log a message when invalid input is provided
     * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
+    * [WICKET-4893] - AutoCompleteTextField removes DropDownChoice from Page
     * [WICKET-4903] - relativeUrl's begins with ./
     * [WICKET-4907] - UrlResourceReference generates broken relative URLs
     * [WICKET-4942] - Double slash '//' in starting url makes Url.parse output a relative Url
@@ -34,14 +36,31 @@ Release Notes - Wicket - Version 6.7.0
     * [WICKET-5080] - FilterToolbar.html contains javascript that is used elsewhere
     * [WICKET-5082] - Ajax update renders parent/child JS in different order than initial Page render
     * [WICKET-5085] - InlineEnclosure are piling up on each render
+    * [WICKET-5086] - FormTester throws an exception when a Palette component is added to a Form associated with a compound property model
     * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)
     * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages
     * [WICKET-5098] - PackageResourceBlockedException under Windows for *.js files in web app's own packages, not in jars
     * [WICKET-5102] - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access
     * [WICKET-5103] - Wicket session id not up to date when container changes session id
+    * [WICKET-5104] - AjaxSelfUpdatingTimerBehavior in hidden component in ModalWindow causes Ajax Response Error
+    * [WICKET-5112] - Parantheses problem with UrlValidator
+    * [WICKET-5114] - Url#toString(StringMode.FULL) throws exception if a segment contains two dots
+    * [WICKET-5116] - TabbedPanel.setSelectedTab() does not behave as specified in JavaDoc
+    * [WICKET-5117] - Wicket ignores allowDefault:false attribute in multipart ajax requests
+    * [WICKET-5123] - Component.continueToOriginalDestination() can redirect to ./.
+    * [WICKET-5125] - IE8 error in wicket-date.js when used in a modalwindow
+    * [WICKET-5126] - SecurePackageResourceGuard is blocking access to web fonts
+    * [WICKET-5131] - Problems with cookies disabled when using 301/302 and also 303 (even with cookies)
+    * [WICKET-5132] - Evaluation of returned data (which includes alot of javascript) very slow after ajax call in IE10.
+    * [WICKET-5134] - java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets
+    * [WICKET-5136] - CheckingObjectOutputStream#check(Object) swallows Exception without logging the cause
+    * [WICKET-5138] - Wicket does not correctly handle http OPTIONS requests
+    * [WICKET-5141] - Exception while rendering absolute URL with UrlResourceReference
+
 
-** Improvement
 
+
+** Improvement
     * [WICKET-4115] - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.
     * [WICKET-5005] - Add Utility to allow conversion from Panel (or Component) to html String
     * [WICKET-5038] - Add equals() and hashcode() implementation to INamedParameters.NamedPair
@@ -61,6 +80,12 @@ Release Notes - Wicket - Version 6.7.0
     * [WICKET-5096] - Add setStep method to NumberTextField
     * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
     * [WICKET-5111] - Upgrade bootstrap to 2.3.1
+    * [WICKET-5113] - Set a different TimeZone for the RequestLogger
+    * [WICKET-5121] - Log warning message if a component that is not on the page associated with the AjaxRequestTarget is added
+    * [WICKET-5122] - Add the free Wicket guide in the books page on the official site.
+    * [WICKET-5127] - Dont use sun-internal packages to allow easy jdk7 compilation
+    * [WICKET-5137] - Improve TagTester support for Ajax responses
+    * [WICKET-5139] - Missing French translations
 
 ** Task