You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2020/01/24 10:51:05 UTC

[wicket] branch master updated (ac966ee -> def2e41)

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

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


    from ac966ee  WICKET-6730: replaced SecureRandom.getStrongInstance() by SHA1PRNG due to performance
     add 875e6b0  WICKET-6726: remove inline styling from Form
     add ec8c759  WICKET-6726: move inline JS to an event handler
     add 793bc66  WICKET-6726: update expected markup for tests
     add f4eb0b8  WICKET-6727: configurable css classnames
     new def2e41  Merge branch 'csp-form'

The 1 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:
 .../java/org/apache/wicket/Application.properties  |   3 +-
 .../src/main/java/org/apache/wicket/Component.java |  15 ++-
 .../java/org/apache/wicket/css/wicket-core.css     |   8 ++
 .../org/apache/wicket/markup/html/form/Form.java   | 102 ++++++++++++++++-----
 .../form/FormDefaultButtonTestPage_expected.html   |  14 ++-
 .../html/form/FormMethodTestPage_expected.html     |   2 +-
 .../html/form/pageWithParameters_expected.html     |   2 +-
 .../repeater/data/table/filter/FilterForm.java     |   9 +-
 .../table/filter/FilterFormTestPage_expected.html  |   4 +-
 9 files changed, 114 insertions(+), 45 deletions(-)


[wicket] 01/01: Merge branch 'csp-form'

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit def2e41f2dced9e012f7ce09e68b8918bc70a391
Merge: ac966ee f4eb0b8
Author: Emond Papegaaij <em...@topicus.nl>
AuthorDate: Fri Jan 24 11:50:55 2020 +0100

    Merge branch 'csp-form'

 .../java/org/apache/wicket/Application.properties  |   3 +-
 .../src/main/java/org/apache/wicket/Component.java |  15 ++-
 .../java/org/apache/wicket/css/wicket-core.css     |   8 ++
 .../org/apache/wicket/markup/html/form/Form.java   | 102 ++++++++++++++++-----
 .../form/FormDefaultButtonTestPage_expected.html   |  14 ++-
 .../html/form/FormMethodTestPage_expected.html     |   2 +-
 .../html/form/pageWithParameters_expected.html     |   2 +-
 .../repeater/data/table/filter/FilterForm.java     |   9 +-
 .../table/filter/FilterFormTestPage_expected.html  |   4 +-
 9 files changed, 114 insertions(+), 45 deletions(-)