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

reiern70 pushed a change to branch reiern70/plain-js
in repository https://gitbox.apache.org/repos/asf/wicket.git


    omit f2953e3c85 Fix build problem reported at
    omit 6dba1d30c8 Let the examples' Ajax engine switch work under a strict CSP
    omit 44739ca4e7 Add a jQuery-free vanilla JS implementation of 
wicket-ajax.js
     add 735f3e6071 Add a jQuery-free vanilla JS implementation of 
wicket-ajax.js
     add 6dd5934831 modernize javascript files
     add ae2641c3f9 Let the examples' Ajax engine switch work under a strict CSP
     add e2b14c95bf Fix build problem reported at

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f2953e3c85)
            \
             N -- N -- N   refs/heads/reiern70/plain-js (e2b14c95bf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 JAVASCRIPTTESTING.md                               |  95 ++++
 pom.xml                                            |   1 +
 testing/wicket-js-tests/Gruntfile.js               |   4 +-
 ...rence.java => WicketAjaxResourceReference.java} |  14 +-
 .../wicket/ajax/res/js/wicket-ajax-jquery.js       | 521 ++++++++++---------
 .../js/{wicket-ajax-vanilla.js => wicket-ajax.js}  | 577 +++++++++++----------
 .../upload/resource/FileUploadToResourceField.js   |  26 +-
 .../wicket/settings/JavaScriptLibrarySettings.java |   4 +-
 wicket-core/src/test/js/all.html                   |   4 +-
 wicket-core/src/test/js/event.js                   |   2 +-
 .../wicket/devutils/debugbar/wicket-debugbar.js    |  20 +-
 .../apache/wicket/examples/AjaxEngineSelector.java |  27 +-
 .../wicket/examples/WicketExampleHeader.html       |   4 +-
 .../wicket/examples/WicketExampleHeader.java       |  12 +-
 .../wicket/examples/ajax/builtin/EffectsPage.java  |   2 +-
 .../apache/wicket/examples/ajax/builtin/Index.java |   2 +-
 .../org/apache/wicket/examples/StartExamples.java  |   4 +-
 .../html/autocomplete/wicket-autocomplete.js       | 248 ++++-----
 .../ajax/markup/html/form/upload/progressbar.js    |  34 +-
 .../ajax/markup/html/modal/trap-focus.js           |  28 +-
 .../wicket/extensions/ajax/wicket-ajaxdownload.js  |  32 +-
 .../extensions/markup/html/form/palette/palette.js |  56 +-
 .../ws/api/res/js/wicket-websocket-jquery.js       |  25 +-
 .../src/main/asciidoc/ajax/ajax_11.adoc            |   8 +-
 24 files changed, 958 insertions(+), 792 deletions(-)
 create mode 100644 JAVASCRIPTTESTING.md
 rename 
wicket-core/src/main/java/org/apache/wicket/ajax/{WicketAjaxVanillaResourceReference.java
 => WicketAjaxResourceReference.java} (74%)
 rename 
wicket-core/src/main/java/org/apache/wicket/ajax/res/js/{wicket-ajax-vanilla.js 
=> wicket-ajax.js} (85%)

Reply via email to