This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-2485
in repository https://gitbox.apache.org/repos/asf/causeway.git
discard bf4fe2ac34 CAUSEWAY-2485: reworks @Action#cssClass
add 97160725ac CAUSEWAY-3393: fixes missing focus on first param in sidebar
add fe4f501ba9 CAUSEWAY-3402: demo: adds error page show case
add cb6c132f69 CAUSEWAY-3402: properly lookup PageClassRegistry for
ExceptionStackTracePanel
add 7d5fa0a831 CAUSEWAY-2485: reworks @Action#cssClass
add abafa5d672 CAUSEWAY-2485: reworks @Action#cssClassFa
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 (bf4fe2ac34)
\
N -- N -- N refs/heads/CAUSEWAY-2485 (abafa5d672)
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:
.../dom/domain/actions/Action/ActionMenu.java | 16 +--
.../ActionLayoutCssClassPage-description.adoc | 2 +-
.../ActionLayoutCssClassFaPage-description.adoc | 43 +++++---
.../cssClassFa/ActionLayoutCssClassFaPage.java | 32 +++---
.../WhereInTheWorldMenu.java => FeaturedMenu.java} | 51 ++++++++--
.../customui/vm/WhereInTheWorldVm-description.adoc | 2 +-
.../layout/describedAs/DescribedAsMenu.java | 59 -----------
.../demoapp/dom/featured/layout/tabs/TabMenu.java | 52 ----------
.../src/main/java/demoapp/dom/menubars.layout.xml | 14 +--
.../actionpromptsb/ActionPromptSidebar.java | 2 +
.../wicket/ui/errors/ExceptionStackTracePanel.java | 108 ++++++++++-----------
.../accmngt/AccountManagementPageAbstract.java | 5 +-
.../viewer/wicket/ui/pages/error/ErrorPage.java | 5 +-
13 files changed, 178 insertions(+), 213 deletions(-)
rename
examples/demo/domain/src/main/java/demoapp/dom/featured/{customui/vm/WhereInTheWorldMenu.java
=> FeaturedMenu.java} (61%)
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/featured/layout/describedAs/DescribedAsMenu.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/featured/layout/tabs/TabMenu.java