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/02/23 00:11:50 UTC

[isis] branch ISIS-2444 updated (84bf267 -> 9596ab8)

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

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


 discard 84bf267  ISIS-2444: regen index
 discard 5ee8eeb  ISIS-2444: generalizes logic to not remove files under /hooks/
 discard 5d67605  ISIS-2444: reinstates 'not-currently-referenced' pages
 discard 9681f85  ISIS-2444: xref's now fixed, removed config param
 discard 989a08f  ISIS-2444: putative fixes to xref's in system overview
 discard 0c82a3a  ISIS-2444: fixes references to system overview
 discard b6edfb3  ISIS-2444: fixes xref's for new structure
 discard 68685fa  ISIS-2444: changes also to system-overview location
 discard f808dd4  ISIS-2444: manually moves generated index files to their new locations
 discard cfb832b  ISIS-2444: reworking projdoc tooling to split out into separate antora modules in a 'refguide' antora component
 discard 5217669  ISIS-2444: reworking projdoc tooling to split out into separate antora modules in a 'refguide' antora component
     add 01b2d39  ISIS-2538: during decision which java-script to inject client-side, we already need the action's result
     add f7926d2  ISIS-2538: supposedly fixes compilation error
     add 976fa38  ISIS-2538: supposedly fixes compilation error (2)
     add fe048cb  ISIS-1264: No-arg actions returning Blob/Clob but whose return type is simply java.lang.Object no longer require AjaxDeferredBehaviour
     add ca8668d  ISIS-2538: fix potential client side caching issues for Blob/Clob
     add 96d94cd  ISIS-2538: remove AjaxDeferredBehaviour
     add c15e690  ISIS-2538: should fix all the redirect behavior
     add e56cba4  ISIS-2538: fixes non-compliant use of SortedSet in entities
     add 76051cd  ISIS-2540: supposedly fixes previous attempt to no longer require mixins to hold their mixees
     add c18d4a1  ISIS-2541: fixes seeding algorithm to always add admin roles to admin user
     add 922d17b  ISIS-2444: reworking projdoc tooling to split out into separate antora modules in a 'refguide' antora component
     add 8610fba  ISIS-2444: reworking projdoc tooling to split out into separate antora modules in a 'refguide' antora component
     add 1285ad1  ISIS-2444: manually moves generated index files to their new locations
     add c2e866c  ISIS-2444: changes also to system-overview location
     add 199061b  ISIS-2444: fixes xref's for new structure
     add 00afd0e  ISIS-2444: fixes references to system overview
     add 5249024  ISIS-2444: putative fixes to xref's in system overview
     add b9014a9  ISIS-2444: xref's now fixed, removed config param
     add f4fae32  ISIS-2444: reinstates 'not-currently-referenced' pages
     add e7796b5  ISIS-2444: generalizes logic to not remove files under /hooks/
     add 9596ab8  ISIS-2444: regen index

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   (84bf267)
            \
             N -- N -- N   refs/heads/ISIS-2444 (9596ab8)

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:
 .../isis/applib/value/LocalResourcePath.java       |   3 +-
 .../apache/isis/applib/value/OpenUrlStrategy.java  |  10 +-
 .../param/choices/ActionParameterChoicesFacet.java |   3 +-
 .../choices/ActionParameterChoicesFacetNone.java   |   3 +-
 ...rameterChoicesFacetDerivedFromChoicesFacet.java |   5 +-
 .../ActionParameterChoicesFacetViaMethod.java      |   7 +-
 ...arameterChoicesFacetFromParentedCollection.java |  20 +--
 .../specloader/specimpl/ObjectActionDefault.java   |  37 +----
 .../specimpl/ObjectActionParameterAbstract.java    |   7 +-
 .../secman/api/user/ApplicationUser.java           |   4 +-
 .../secman/jdo/dom/role/ApplicationRole.java       |   4 +-
 .../secman/jdo/dom/user/ApplicationUser.java       |   4 +-
 .../scripts/AbstractUserAndRolesFixtureScript.java |  40 ++----
 .../jdo/seed/scripts/IsisExtSecmanAdminUser.java   |   5 +-
 .../secman/jpa/dom/role/ApplicationRole.java       |   3 +-
 .../secman/jpa/dom/user/ApplicationUser.java       |   3 +-
 .../scripts/AbstractUserAndRolesFixtureScript.java |  35 ++---
 .../jpa/seed/scripts/IsisExtSecmanAdminUser.java   |   5 +-
 .../viewer/wicket/model/models/ActionModel.java    |  57 ++++++--
 ...RedirectRequestHandlerWithOpenUrlStrategy.java} |  40 +++---
 .../ui/actionresponse/ActionResultResponse.java    |  40 ++++--
 .../ActionResultResponseHandlingStrategy.java      |  85 ++++++++---
 .../actionresponse/ActionResultResponseType.java   |  43 ++++--
 .../widgets/linkandlabel/ActionLink.java           |  63 ++-------
 .../linkandlabel/AjaxDeferredBehaviour.java        | 157 ---------------------
 25 files changed, 276 insertions(+), 407 deletions(-)
 copy viewers/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/{InlinePromptContext.java => RedirectRequestHandlerWithOpenUrlStrategy.java} (56%)
 delete mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/linkandlabel/AjaxDeferredBehaviour.java