You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/07/08 20:49:48 UTC

[isis] branch 2573_entity.ch.tr updated (1882f05 -> 3240f16)

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

ahuber pushed a change to branch 2573_entity.ch.tr
in repository https://gitbox.apache.org/repos/asf/isis.git.


 discard 1882f05  ISIS-2573: branch 'entity.ch.tr' to catch up with 'master'
     add 543acb0  ISIS-2796: Use base64 encoding with o.a.wicket....CookieUtils.save/load.
     add 3240f16  ISIS-2573: branch 'entity.ch.tr' to catch up with 'master'

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   (1882f05)
            \
             N -- N -- N   refs/heads/2573_entity.ch.tr (3240f16)

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:
 viewers/wicket/ui/pom.xml                          | 637 ++++++++++-----------
 .../accmngt/AccountManagementPageAbstract.java     |   9 +-
 .../accmngt/SuccessFeedbackCookieManager.java      |  74 +++
 .../password_reset/PasswordResetEmailPanel.java    |   7 +-
 .../accmngt/signup/RegistrationFormPanel.java      |   7 +-
 .../wicket/ui/pages/login/WicketSignInPage.java    |  18 +-
 .../accmngt/SuccessFeedbackCookieUtilTest.java     |  86 +++
 7 files changed, 485 insertions(+), 353 deletions(-)
 create mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/SuccessFeedbackCookieManager.java
 create mode 100644 viewers/wicket/ui/src/test/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/SuccessFeedbackCookieUtilTest.java