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 2019/04/16 10:29:00 UTC

[isis] branch ISIS-2001 updated (82820af -> 2cea0ed)

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

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


 discard 82820af  ISIS-2001: initial sketch of changes required for defaultXxx support
     new af58fae  ISIS-2072: updates comments in .gitlab-ci.yml
     new 2cea0ed  ISIS-2001: generalizes the wicket viewer to support "dependent defaults"

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   (82820af)
            \
             N -- N -- N   refs/heads/ISIS-2001 (2cea0ed)

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.

The 8834 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:
 .gitlab-ci.yml                                     |  8 +++
 .../rgcms/_rgcms_methods_prefixes_default.adoc     | 58 +++++++++++++++++++++-
 .../main/asciidoc/guides/ugvro/_ugvro_ro-spec.adoc |  3 +-
 .../spec/feature/ObjectActionParameter.java        |  4 +-
 .../specimpl/ObjectActionParameterAbstract.java    |  7 ++-
 .../domainobjects/ObjectActionReprRenderer.java    |  2 +-
 .../viewer/wicket/model/models/ScalarModel.java    | 34 ++++++++++++-
 .../components/actions/ActionParametersForm.java   | 31 ++++++------
 .../ui/components/scalars/PanelWithChoices.java    | 26 ----------
 .../components/scalars/ScalarPanelAbstract2.java   | 49 +++++++++++++++++-
 .../scalars/ScalarPanelSelect2Abstract.java        | 16 +++++-
 .../scalars/reference/ReferencePanel.java          |  3 +-
 .../ui/components/scalars/uuid/UuidPanel.java      |  8 ---
 .../valuechoices/ValueChoicesSelect2Panel.java     |  8 +--
 14 files changed, 186 insertions(+), 71 deletions(-)
 delete mode 100644 core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/PanelWithChoices.java