This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from ef1fe3d  WICKET-6713 start via class or instance
     new b7fb81a  WICKET-6703 Ajax suspension via suspendCall()
     new b7f62a6  WICKET-6703 Ajax using header-contribution for evaluations too
     new 36207cc  WICKET-6703 priorityHeaderItems are already sorted
     new 08204aa  WICKET-6703 remove obsolete addJavaScript(s)
     new 84375b6  WICKET-6703 test for multiple suspensions

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/wicket/ajax/AjaxRequestHandler.java |    6 +-
 .../wicket/ajax/res/js/wicket-ajax-jquery.js       |  291 +-
 .../markup/head/filter/CspNonceHeaderResponse.java |    2 +-
 .../org/apache/wicket/page/PartialPageUpdate.java  |   81 +-
 .../apache/wicket/page/XmlPartialPageUpdate.java   |   54 +-
 .../filter/AjaxServerAndClientTimeFilter.java      |   59 +-
 .../apache/wicket/TestDetachPageAjaxResult.html    |    7 +-
 .../AjaxHeaderContributionPage2_ajax_expected.html |   14 +-
 .../AjaxHeaderContributionPage_ajax_expected.html  |   14 +-
 .../ajax/DomReadyOrderPage_ajax_expected.html      |    7 +-
 .../SimpleTestPageExpectedResult-1.html            |    7 +-
 .../markup/head/filter/CspNoncePageExpected.html   |    2 +-
 wicket-core/src/test/js/ajax.js                    |   65 +-
 wicket-core/src/test/js/all.html                   |    2 +-
 wicket-core/src/test/js/data/ajax/evaluationId.xml |   12 +-
 .../js/data/ajax/evaluationIdentifierAndCodeId.xml |   15 +-
 .../test/js/data/ajax/manyEvaluationsResponse.xml  | 7271 ++++++--------------
 .../ajax/multipleEvaluationsWithIdentifier.xml     |   45 +-
 .../src/test/js/data/ajax/priorityEvaluationId.xml |   18 -
 .../src/test/js/data/ajax/submitNestedForm.xml     |   12 +-
 .../js/data/ajax/twoEvaluationsWithIdentifier.xml  |   18 -
 wicket-core/src/test/js/data/{test.js => start.js} |    2 +-
 wicket-core/src/test/js/head.js                    |   77 +-
 .../wicket/examples/ajax/builtin/EffectsPage.html  |   29 +-
 .../wicket/examples/ajax/builtin/EffectsPage.java  |   46 +-
 25 files changed, 2488 insertions(+), 5668 deletions(-)
 copy 
wicket-devutils/src/main/java/org/apache/wicket/devutils/debugbar/DebugBar.html 
=> wicket-core/src/test/js/data/ajax/multipleEvaluationsWithIdentifier.xml (53%)
 delete mode 100644 wicket-core/src/test/js/data/ajax/priorityEvaluationId.xml
 delete mode 100644 
wicket-core/src/test/js/data/ajax/twoEvaluationsWithIdentifier.xml
 copy wicket-core/src/test/js/data/{test.js => start.js} (96%)

Reply via email to