Merge remote-tracking branch 'origin/wicket-6.x' into wicket-6.x
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/06f65b23 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/06f65b23 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/06f65b23 Branch: refs/heads/wicket-6.x Commit: 06f65b23b8deb37b7be12e8468ebc1cd831469fe Parents: bc6aa89 ae9f4fe Author: Martijn Dashorst <[email protected]> Authored: Thu Jan 9 10:24:35 2014 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Thu Jan 9 10:24:35 2014 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/wicket/Component.java | 13 +- .../wicket/ajax/AbstractAjaxTimerBehavior.java | 107 +- .../apache/wicket/markup/html/form/Form.java | 6 +- .../wicket/protocol/http/RequestUtils.java | 17 +- .../wicket/ajax/AjaxTimerBehaviorTest.java | 292 +- .../wicket/protocol/http/RequestUtilsTest.java | 15 + .../stateless/StatelessDynmicLinksTest.java | 51 + .../StatelessPageWithDynamicLinks.html | 7 + .../StatelessPageWithDynamicLinks.java | 74 + wicket-core/src/test/js/qunit/qunit.css | 13 +- wicket-core/src/test/js/qunit/qunit.js | 2598 +++++++++--------- .../markup/html/form/palette/palette.js | 6 +- 12 files changed, 1761 insertions(+), 1438 deletions(-) ----------------------------------------------------------------------
