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/06/29 06:02:40 UTC

[isis] branch ISIS-2779 updated (ea26ae5 -> a140376)

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

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


 discard ea26ae5  ISIS-2773: suppress default UserMenu me action if secman is configured
 discard 8130767  ISIS-2773: uses annotations for layout
 discard aabbc84  ISIS-2773: registers UI subscribers
 discard c38eca5  ISIS-2483: removes incorrect use of @Nullable
 discard ced84fb  ISIS-2733: adds some icons
 discard 9094e29  ISIS-2733: surfaces UserMemento via new "me" action.
 discard 6a39aae  ISIS-2779: adds bookmarkers and loaders for serializable view models.
 discard 4644993  ISIS-2760: ensure that there is, though, some spacing after tabGroups.
     add e3f143a  ISIS-2483: removes incorrect use of @Nullable
     add 52ec036  ISIS-2760: ensure that there is, though, some spacing after tabGroups.
     add a140376  ISIS-2779: adds bookmarkers and loaders for serializable view models.

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   (ea26ae5)
            \
             N -- N -- N   refs/heads/ISIS-2779 (a140376)

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:
 .../org/apache/isis/applib/IsisModuleApplib.java   |   6 +-
 .../appfeatui/ApplicationFeatureViewModel.png      | Bin 1170 -> 0 bytes
 .../isis/applib/services/user/RoleMemento.java     |  49 +++-----
 .../services/user/RoleMemento.layout.fallback.xml  |  44 -------
 .../isis/applib/services/user/RoleMemento.png      | Bin 1287 -> 0 bytes
 .../isis/applib/services/user/UserMemento.java     | 133 ++++++++-------------
 .../services/user/UserMemento.layout.fallback.xml  |  67 -----------
 .../isis/applib/services/user/UserMemento.png      | Bin 864 -> 0 bytes
 .../Dto.java => services/user/package-info.java}   |  35 ++----
 .../dto => services/userprof}/package-info.java    |  10 +-
 .../isis/applib/services/userui/UserMenu.java      |  79 ------------
 .../apache/isis/core/config/IsisConfiguration.java |  19 ---
 .../secman/applib/IsisModuleExtSecmanApplib.java   |   1 -
 .../secman/applib/user/menu/MeService.java         |  25 +---
 14 files changed, 82 insertions(+), 386 deletions(-)
 delete mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/appfeatui/ApplicationFeatureViewModel.png
 delete mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/user/RoleMemento.layout.fallback.xml
 delete mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/user/RoleMemento.png
 delete mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/user/UserMemento.layout.fallback.xml
 delete mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/user/UserMemento.png
 copy api/applib/src/main/java/org/apache/isis/applib/{mixins/dto/Dto.java => services/user/package-info.java} (50%)
 copy api/applib/src/main/java/org/apache/isis/applib/{mixins/dto => services/userprof}/package-info.java (64%)
 delete mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/userui/UserMenu.java