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 2014/01/09 10:24:53 UTC

[2/2] git commit: Merge remote-tracking branch 'origin/wicket-6.x' into wicket-6.x

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 <ma...@gmail.com>
Authored: Thu Jan 9 10:24:35 2014 +0100
Committer: Martijn Dashorst <ma...@gmail.com>
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(-)
----------------------------------------------------------------------