changelog and other release stuff git-svn-id: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6@903103 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGELOG-1.4 b/CHANGELOG-1.4 index 33e01fd..dd2daf5 100644 --- a/CHANGELOG-1.4 +++ b/CHANGELOG-1.4
@@ -1,5 +1,83 @@ This file contains all changes done on the 1.4 version. +Release Notes - Wicket - Version 1.4.6 + +** Sub-task + * [WICKET-2678] - isEnabled called in AjaxRequestTarget for Behaviors even if component is not Visible in hierarchy + +** Bug + * [WICKET-1825] - url-escaping is not undone for requestcodingstrategy + * [WICKET-2312] - RequestUtils.toAbsolutePath() not output hostname and url-pattern in AJAX + * [WICKET-2567] - Images and stylesheets leave open file handles + * [WICKET-2616] - BaseWicketTester chooses a disabled component as the source of an AjaxFormSubmit event + * [WICKET-2619] - wicket should handle Enums like other primitives when injecting them. + * [WICKET-2620] - DataTable generates two <thead wicket:id="topToolbars"> + * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to determine which type to convert to when there's no setter + * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to be created + * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies + * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon validation errors + * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage to become stateful + * [WICKET-2638] - Form.isMultipart() doesn't check FormComponent.isMultipart() on nested components + * [WICKET-2639] - More pages missing xml prolog + * [WICKET-2641] - EnumLabel misbehaves with anonymous enum + * [WICKET-2645] - Resources aren't gziped by default + * [WICKET-2647] - InspectorPage (from devutils) is stateful for no valid reason + * [WICKET-2650] - Consistently create body for short tags. + * [WICKET-2655] - WicketTester javadocs are referring in many places to a component's path but it's not documented anywhere + * [WICKET-2666] - ConvererLocator.convertToString discards original cause of conversion failure + * [WICKET-2667] - When multipart on form is set to true, setResponsePage() doesnt work + * [WICKET-2668] - UploadProgressBar component can't be removed or replaced easily + * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced because of bad html + * [WICKET-2671] - Enclosure causes Nullpointer exception + * [WICKET-2672] - FormComponent doesn't properly handle array model types + * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form with method="get" + * [WICKET-2679] - checkRendering() throws Exception if TransparentResolver is invisible + * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception from Long to String + * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form with method="get" - 1.5 + * [WICKET-2692] - DropDownChoice value may be lost after ajax submit call + +** Improvement + * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to set "signedIn" field + * [WICKET-2626] - Make DatePicker on DateTimeField overrideable + * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when unable to serialize the object + * [WICKET-2637] - Lithuanian translation for the Application.properties + * [WICKET-2642] - Russian translation of SignInPage/SignInPanel + * [WICKET-2644] - Hungarian translation for wizard + * [WICKET-2646] - Better error reporting from StatelessChecker + * [WICKET-2649] - Make SignInPage stateless + * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and GoFilter.defaultGoModel internationalizable + * [WICKET-2656] - Ability to add CSS style to table body in DataTable + * [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy() + * [WICKET-2673] - TabbedPanel not generic + * [WICKET-2682] - Maven 3 produces various warnings + +** Task + * [WICKET-2670] - Remove deprecated API calls from wicket-extensions + + +Release Notes - Wicket - Version 1.4.5 + +** Bug + * [WICKET-2598] - Some components still escape non-ASCII symbols by default + * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls + * [WICKET-2600] - Redirect to home page still does not work (regression) + * [WICKET-2606] - Enclosure reports incorrect component id for missing components inside the enclosure + * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes + * [WICKET-2613] - Content-Length Issue with 1.4.4 + * [WICKET-2617] - ModalWindow can't be shown when it is rendered with ajax request + * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly + +** Improvement + * [WICKET-1888] - FormComponents (and subclasses) should be able to provide their own resource bundles + * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor should accept a redirectOnBookmarkableRequest boolan + * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key for null option + * [WICKET-2592] - Add support for arbitrary PageParameters values in QueryStringUrlCodingStrategy + * [WICKET-2597] - The PagingNavigator.newNavigation method does not provide a markup id of the element to create an navigation for + * [WICKET-2602] - Display upload progress bar only when a file is selected + * [WICKET-2603] - javadoc update + * [WICKET-2604] - Add another german Wicket book + + Release Notes - Wicket - Version 1.4.4 ** Bug
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index ecd0ca2..de91c76 100644 --- a/archetypes/quickstart/pom.xml +++ b/archetypes/quickstart/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index e426f74..26eb517 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -127,7 +127,7 @@ </plugins> </build> <properties> - <wicket.version>1.4-SNAPSHOT</wicket.version> + <wicket.version>1.4.6</wicket.version> <jetty.version>6.1.4</jetty.version> </properties> #end
diff --git a/pom.xml b/pom.xml index a171fe3..15aaa75 100644 --- a/pom.xml +++ b/pom.xml
@@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> @@ -222,9 +222,9 @@ <url>http://wicketstuff.org/bamboo</url> </ciManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/wicket/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/wicket/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.6</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.6</developerConnection> + <url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.6</url> </scm> <mailingLists> <mailingList>
diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml index 5cc0932..96462d4 100644 --- a/testing/wicket-threadtest/pom.xml +++ b/testing/wicket-threadtest/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index 212ba9d..91a6578 100644 --- a/wicket-auth-roles/pom.xml +++ b/wicket-auth-roles/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml index f20d2c6..08641b9 100644 --- a/wicket-datetime/pom.xml +++ b/wicket-datetime/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-datetime</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index 67131aa..be01244 100644 --- a/wicket-devutils/pom.xml +++ b/wicket-devutils/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index d4b5bf4..8a96de4 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index f396479..1cfe8dd 100644 --- a/wicket-extensions/pom.xml +++ b/wicket-extensions/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index c4ca8d7..766fab4 100644 --- a/wicket-guice/pom.xml +++ b/wicket-guice/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index 078752a..7527b5c 100644 --- a/wicket-ioc/pom.xml +++ b/wicket-ioc/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 5166fd0..71e5a03 100644 --- a/wicket-jmx/pom.xml +++ b/wicket-jmx/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml index 8712b60..f350ddb 100644 --- a/wicket-objectssizeof-agent/pom.xml +++ b/wicket-objectssizeof-agent/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-quickstart/pom.xml b/wicket-quickstart/pom.xml index c140ed0..7333eb7 100644 --- a/wicket-quickstart/pom.xml +++ b/wicket-quickstart/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index 10d65ad..3a546e7 100644 --- a/wicket-spring/pom.xml +++ b/wicket-spring/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index 6a1e429..e0e132a 100644 --- a/wicket-velocity/pom.xml +++ b/wicket-velocity/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket/pom.xml b/wicket/pom.xml index 5ef39c5..a6a5f83 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4.6</version> <relativePath>../pom.xml</relativePath> </parent>