You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/02/08 09:24:14 UTC

[18/20] git commit: Merge branch 'master' into reference-guide

Merge branch 'master' into reference-guide


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a247f1d4
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a247f1d4
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a247f1d4

Branch: refs/heads/reference-guide
Commit: a247f1d45eea56610402128f37b74f0494e90e36
Parents: 017e45e 08af7c1
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Feb 8 09:17:42 2013 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Feb 8 09:17:42 2013 +0100

----------------------------------------------------------------------
 grunt.js                                           |    9 +
 .../src/main/java/org/apache/wicket/Page.java      |    9 +-
 .../wicket/ajax/attributes/ThrottlingSettings.java |   12 +-
 .../wicket/ajax/res/js/wicket-ajax-jquery.js       |   88 +++++--
 .../apache/wicket/markup/html/form/CheckGroup.java |   27 ++
 .../markup/html/form/ListMultipleChoice.java       |    9 +-
 .../apache/wicket/markup/html/form/RadioGroup.java |   23 ++
 .../html/form/upload/MultiFileUploadField.java     |   30 ++-
 .../html/form/upload/MultiFileUploadField.js       |   64 ++++-
 .../org/apache/wicket/util/tester/FormTester.java  |   99 +------
 wicket-core/src/test/js/ajax.js                    |  207 +++++++++++----
 wicket-core/src/test/js/all.html                   |    8 +-
 wicket-core/src/test/js/channels.js                |   79 ++++---
 wicket-core/src/test/js/dom.js                     |   10 +-
 wicket-core/src/test/js/event.js                   |    8 +-
 wicket-core/src/test/js/form.js                    |    4 +
 wicket-core/src/test/js/head.js                    |    6 +-
 .../wicket/examples/upload/MultiUploadPage.java    |    2 +-
 .../extensions/markup/html/form/select/Select.java |   35 ++-
 19 files changed, 482 insertions(+), 247 deletions(-)
----------------------------------------------------------------------