On Fri, Nov 16, 2012 at 4:27 PM, Martijn Dashorst <[email protected]> wrote: >> I just wonder which commits from today made it.
git log -4 commit 96664ea81099e8eaaa19f9ffc627fb77e62f4e7e Author: Martijn Dashorst <[email protected]> Date: Fri Nov 16 14:50:00 2012 +0100 Start next development version commit c12096847faef33d3a4d73d092845c8875dc8c22 Author: Martijn Dashorst <[email protected]> Date: Fri Nov 16 11:45:49 2012 +0100 Updated the changelog to include fixes of 6.3.0 commit 0d7b1c496afaa2e916ec4c60210666daac61d813 Author: svenmeier <[email protected]> Date: Fri Nov 16 11:10:30 2012 +0100 added missing new files commit 2b03db34207ba99b29b2b140f725ce8860bf4fd6 Author: Martin Tzvetanov Grigorov <[email protected]> Date: Fri Nov 16 12:03:39 2012 +0200 Add a check for non-empty list before trying to get its first item. git shortlog -n wicket-6.2.0..wicket-6.3.0 Martin Tzvetanov Grigorov (38): WICKET-4836 Unmount a page does not work if the path starts with / WICKET-4844 AbstractResourceReferenceMapper doesn't escape separators in style/variation names Fix minor typos in comments/javadoc Move the test in the same package as the class it tests WICKET-4845 Make BasicResourceReferenceMapper public to make it easier to extend it WICKET-4845 Make BasicResourceReferenceMapper public to make it easier to extend it WICKET-4845 Make BasicResourceReferenceMapper public so it is easy to extend it WICKET-4845 Make BasicResourceReferenceMapper public so it is easy to extend it WICKET-4845 Make BasicResourceReferenceMapper public so it is easy to extend it WICKET-4845 Make BasicResourceReferenceMapper public so it is easy to extend it WICKET-4845 Make BasicResourceReferenceMapper public so it is easy to extend it Fix imports after git merge WICKET-4850 BaseWicketTester discards cookies with MaxAge = -1 when processing a new request WICKET-4842 WicketRuntimeException when Tomcat cleans up a session later on WICKET-4839 ConverterLocator should create a new instance for all date based converters WICKET-4835 Add debug log messages in CompoundRequestMapper#mapRequest Remove commented (not implemented) code WICKET-4829 ComponentResolvers created in app init ignore markup's namespace WICKET-4829 ComponentResolvers created in app init ignore markup's namespace Use the non-deprecated version of UrlUtils WICKET-4831 Append the feedback message CSS class instead of overriding it WICKET-4839 ConverterLocator should create a new instance for all date based converters WICKET-4854 Pass an absolute url to encodeRedirectUrl() to make it easier for the web container Re-use the inherited 'tester' from WicketTestCase so it will be properly destroyed after the test WICKET-4841 Return error code 400 when an Ajax request has no base url set in header/request parameters. WICKET-4855 Upgrade JQuery to 1.8.2 WICKET-4839 ConverterLocator should create a new instance for all date based converters WICKET-4856 Support SVG extension in SecurePackageResourceGuard WICKET-4853 Change FormComponent#reportRequiredError() from private to protected WICKET-4857 AutoCompleteTextFields submits Form if a choice is selected via enter-key Upgrade QUnit to latest stable (1.10.0) WICKET-4867 Detach the object before calculating its size WICKET-4865 Page parameters not working with CryptoMapper WICKET-4864 'format' not set in ConversionException WICKET-4863 Customize ValidationError creation by FormComponent WICKET-4839 Date converters should use a new instance of DateFormat to be thread safe WICKET-4851 IE8, IE7 javascript errors with Wicket 6 Add a check for non-empty list before trying to get its first item. svenmeier (13): WICKET-4826 call super.onComponentTag() Tinkering with upload progress and Ajax WICKET-4623 hide upload status when finished, since it is a string use ==='100' WICKET-4815 let palette be an IGenericComponent WICKET-4837 first parse links then handle line breaks replaced deprecated import, formatted WICKET-4831 removed class attribute from markup WICKET-4623 Added upload progress to ajax upload example WICKET-4859 change component id counter to long, similar to RepeatingView allow *.cur QueryStringUrlCodingStrategy is no longer present since 1.5, thus showing parameter placeholders now in segments added example for UrlPathPageParametersEncoder for Wicket 1.4 style page parameters added missing new files Martijn Dashorst (8): Update working copy versions enabled Added changelog for 6.2.0 Upgrade bootstrap to 2.2.1 Set new version to 6.3.0-SNAPSHOT Expanded the lists.md examples file Updated the changelog to include fixes of 6.3.0 Changes to notice files and quickstart archetype [maven-release-plugin] prepare release wicket-6.3.0 Peter Ertl (1): WICKET-4848 Reporter of FeedbackMessage should not be set to 'null' on detach
