You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2009/12/07 18:12:32 UTC

svn commit: r888012 - /wicket/branches/wicket-1.4.x/CHANGELOG-1.4

Author: ivaynberg
Date: Mon Dec  7 17:12:31 2009
New Revision: 888012

URL: http://svn.apache.org/viewvc?rev=888012&view=rev
Log:
merged previous changelogs

Modified:
    wicket/branches/wicket-1.4.x/CHANGELOG-1.4

Modified: wicket/branches/wicket-1.4.x/CHANGELOG-1.4
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/CHANGELOG-1.4?rev=888012&r1=888011&r2=888012&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/CHANGELOG-1.4 (original)
+++ wicket/branches/wicket-1.4.x/CHANGELOG-1.4 Mon Dec  7 17:12:31 2009
@@ -1,5 +1,78 @@
 This file contains all changes done on the 1.4 version.
 
+Release Notes - Wicket - Version 1.4.3
+
+** Bug
+    * [WICKET-2348] - always insert encoding in http response header
+    * [WICKET-2436] - invalid DataTable markup breaks table layout
+    * [WICKET-2497] - AutoComplete textfield ignores "visible" property within hierarchy.
+    * [WICKET-2501] - BaseWicketTester clickLink calls onBeginRequest two times.
+    * [WICKET-2505] - Button.onSubmit javadoc is misleading
+    * [WICKET-2506] - Regression: "Could not find child with id: <ID> in the wicket:enclosure" for non-component tag
+    * [WICKET-2507] - Inconsistent resource path using <wicket:link> and HeaderContributor after second request
+    * [WICKET-2508] - NullPointerException in BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:96)
+    * [WICKET-2513] - wicket:enclosure does not work if child is a container and not a component (regression from 1.4.1)
+    * [WICKET-2516] - Javadoc for Component.getMarkupId is incorrect
+    * [WICKET-2518] - Application_bg.properties property file is incorrectly encoded
+    * [WICKET-2520] - Use of Object instead of generic T in StringAutoCompleteRenderer
+    * [WICKET-2522] - Easy fix suggestion: In BaseWicketTester 'IFormSubmitting' component should be the submitting component, not just a 'Button'
+    * [WICKET-2525] - DatePicker consume too much memory
+    * [WICKET-2527] - wicket:enclosure child attribute search path has changed
+    * [WICKET-2528] - CheckBoxMultipleChoice ignores isDisabled() checks
+    * [WICKET-2530] - Class not found when using OSGI class loader
+
+** Improvement
+    * [WICKET-2344] - Performance improvement: more efficient AnnotProxyFieldValueFactory cache
+    * [WICKET-2459] - Add new German Wicket Book
+    * [WICKET-2511] - Upgrade to SLF4J version 1.5.8
+    * [WICKET-2524] - Configurable Throttle delay for AutoCompleteBehavior
+
+** Wish
+    * [WICKET-2468] - AjaxLazyLoadPanel do not respect especific projects components configuration
+    * [WICKET-2515] - ModalWindow javadoc improvent
+
+Release Notes - Wicket - Version 1.4.2
+
+** Bug
+    * [WICKET-2393] - Passwords should not be trimmed
+    * [WICKET-2430] - Malformed \uxxxx encoding in MultipleUploadField_sl.properties
+    * [WICKET-2433] - Ajax support for multipart forms broken in a nested form
+    * [WICKET-2434] - RequestCycle urlFor ignores existing parameters when appending provided params
+    * [WICKET-2438] - AjaxEventBehavior not working on feedback message components
+    * [WICKET-2453] - Form.findForm(Component c) bug. When form is part of Border and form component like TextField is inside another Border , component cannot resolve its form.
+    * [WICKET-2456] - DateTextField cannot work with default converter (or javadoc wrong)
+    * [WICKET-2457] - Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax
+    * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping double quotes
+    * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work without AjaxPagingNavigator component
+    * [WICKET-2463] - Ajax miltipart form submitting ignores setDefaultFormProcessing(false)
+    * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy needs to be update/corrected to reflect the usage of session-id for encryption and hence URLs which were bookmarkable before will NOT remain bookmarkable. 
+    * [WICKET-2475] - NPE after application hot redeployment
+    * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
+    * [WICKET-2478] - TabbedPanel rendering bug
+    * [WICKET-2485] - IComponentResolvers are not supported inside wicket:enclosure
+    * [WICKET-2488] - QuickFix proposal WicketTesterHelper.assertEquals(final Collection<?> expects, final Collection<?> actuals) should compare list sizes
+
+** Improvement
+    * [WICKET-626] - profile Wicket for 1.4.0
+    * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
+    * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
+    * [WICKET-2444] - Internal Spring beans should be ignored
+    * [WICKET-2445] - FormInput.java needs the validators updated. 
+    * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
+    * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
+    * [WICKET-2469] - Allow using a different FileItemFactory by extracting a method in MultipartServletWebRequest class
+    * [WICKET-2492] - Application_pt_BR.properties path
+
+** New Feature
+    * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
+    * [WICKET-2483] - Access to WizardModel.conditions
+    * [WICKET-2517] - adding class ExactErrorLevelFeedbackMessageFilter which displays exact one Error Level
+
+** Wish
+    * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and  findBindingAnnotation  
+    * [WICKET-2462] - Would it possible add chinese resource label for WizardButton eg. CancelButton, NextButton and PreviousButton etc.
+    * [WICKET-2489] - need to know if a component has been added to the AjaxRequestTarget
+
 Release Notes - Wicket - Version 1.4.1