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 2022/03/27 07:39:04 UTC

[isis] branch 2877_value.comps updated (5cf6706 -> aec53e6)

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

ahuber pushed a change to branch 2877_value.comps
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 5cf6706  ISIS-2877: cleanup and javac compile fixes
     add 6c9a4df  ISIS-2871: commons: make String Interpolation a commodity
     add 8d7ad29  ISIS-2877: minor utility refactoring
     add aec53e6  ISIS-2877: use html template for CalendarEvent compact rendering

No new revisions were added by this update.

Summary of changes:
 .../internal/base/_StringInterpolation.java        | 46 ++++++++++++++++------
 .../templresources/TemplateResourceServlet.java    | 13 +++---
 .../fullcalendar/applib/value/CalendarEvent.html   |  8 ++++
 .../applib/value/CalendarEventSemantics.java       | 44 ++++++++++++---------
 .../viewer/wicket/ui/components/scalars/_Util.java | 32 ++++++++-------
 5 files changed, 94 insertions(+), 49 deletions(-)
 rename core/webapp/src/main/java/org/apache/isis/core/webapp/modules/templresources/TemplateResourceServlet_HtmlTemplateVariables.java => commons/src/main/java/org/apache/isis/commons/internal/base/_StringInterpolation.java (51%)
 create mode 100644 extensions/vw/fullcalendar/applib/src/main/java/org/apache/isis/extensions/fullcalendar/applib/value/CalendarEvent.html