You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/07/04 18:12:34 UTC

[isis] branch master updated (0913bc9 -> cc8e6cf)

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

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


    from 0913bc9  ISIS-2787: testing: setup a sample Service that contributes a menu
     add 809d844  ISIS-2790: copies in EmailAddressValidator from wicket
     add 3471df6  ISIS-2790: splits regex across multiple lines
     add f83d292  ISIS-2790: makes more general
     add 7715729  ISIS-2790: adds unit test
     add b6f4ca6  ISIS-2790: updates PasswordResetEmailPanel
     new cc8e6cf  Merge pull request #649 from apache/ISIS-2790

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:
 .../password_reset/EmailAddressValidator.java      | 29 +++++++++++
 .../password_reset/PasswordResetEmailPanel.java    |  1 -
 .../password_reset/EmailAddressValidator_Test.java | 59 ++++++++++++++++++++++
 3 files changed, 88 insertions(+), 1 deletion(-)
 create mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/password_reset/EmailAddressValidator.java
 create mode 100644 viewers/wicket/ui/src/test/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/password_reset/EmailAddressValidator_Test.java

[isis] 01/01: Merge pull request #649 from apache/ISIS-2790

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

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

commit cc8e6cf1ce1bcdfc4b0f1bec2da89a4d91b7411b
Merge: 0913bc9 b6f4ca6
Author: Dan Haywood <da...@apache.org>
AuthorDate: Sun Jul 4 19:12:27 2021 +0100

    Merge pull request #649 from apache/ISIS-2790
    
    Isis 2790

 .../password_reset/EmailAddressValidator.java      | 29 +++++++++++
 .../password_reset/PasswordResetEmailPanel.java    |  1 -
 .../password_reset/EmailAddressValidator_Test.java | 59 ++++++++++++++++++++++
 3 files changed, 88 insertions(+), 1 deletion(-)