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 2019/10/01 09:22:36 UTC

[isis] branch v2 updated (ef3aa85 -> d425447)

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

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


    from ef3aa85  ISIS-2158: attempt to simplify some of the spec-loading code
     add 9898210  ISIS-2086: refactors 'isis.viewer.wicket.*' to type-safe (about 6 of em)
     add bf86575  ISIS-2086: just reorders some of the config setting members for wicket
     add b7dd538  ISIS-2086: declares isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionURL in metadata
     add 66641ef  ISIS-2086: refactors 'isis.viewer.wicket.bookmarkedPages.maxSize' to type-safe config
     add 4edb04e  ISIS-2086: converts 'isis.persistor.datanucleus.standaloneCollection.bulkLoad' to type-safe config
     add a5b6a1c  ISIS-2086: refactors 'isis.viewer.wicket.whereAmI.*' (2 of em) to type-safe config
     add 4259cbd  ISIS-2086: converts 'isis.viewer.wicket.bookmarkedPages.showChooser' to type-safe config
     add 39f211e  ISIS-2086: adds metadata for 'isis.viewer.wicket.credit.{1|2|3}.{url|name|image}
     add 2ba2183  ISIS-2086: refactors 'isis.viewer.wicket.datePicker.minDate' and 'isis.viewer.wicket.datePicker.maxDate' to type-safe config
     add 5516b55  ISIS-2086: refactors 'isis.viewer.wicket.breadcrumbs.showChooser' to type-safe config
     add 6e246a8  ISIS-2086: converts 'isis.viewer.wicket.themes.*' (3 of em) to type-safe config
     add 908bf79  ISIS-2086: refactors 'isis.viewer.wicket.dialogMode' and 'isis.viewer.wicket.dialogModeForMenu' to type-safe config
     add 890b0d4  ISIS-2086: refactors 'isis.viewer.wicket.liveReloadUrl' to type-safe config
     new d425447  Merge pull request #149 from apache/ISIS-2086

The 1 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:
 .../org/apache/isis/config/IsisConfiguration.java  | 222 ++++++++++++++++-----
 .../apache/isis/viewer/wicket/ui/DialogMode.java   |   0
 .../additional-spring-configuration-metadata.json  |  61 ++++++
 .../wicket/viewer/IsisWicketApplication.java       |  90 ++-------
 .../wicket/model/models/BookmarkedPagesModel.java  |  11 +-
 .../wicket/model/models/EntityCollectionModel.java |   5 +-
 .../model/models/whereami/WhereAmIModel.java       |   7 -
 .../models/whereami/WhereAmIModelDefault.java      |  22 +-
 .../bookmarkedpages/BookmarkedPagesPanel.java      |   6 -
 .../wicket/ui/components/footer/FooterPanel.java   |  11 +-
 .../datepicker/TextFieldWithDateTimePicker.java    |  23 +--
 .../widgets/breadcrumbs/BreadcrumbPanel.java       |   7 +-
 .../themepicker/IsisWicketThemeSupport.java        |  19 +-
 .../themepicker/IsisWicketThemeSupportDefault.java |  26 +--
 .../widgets/themepicker/ThemeChooser.java          |  13 +-
 .../isis/viewer/wicket/ui/pages/PageAbstract.java  | 119 +++++------
 16 files changed, 347 insertions(+), 295 deletions(-)
 rename core/{viewer-wicket/ui => config}/src/main/java/org/apache/isis/viewer/wicket/ui/DialogMode.java (100%)
 create mode 100644 core/config/src/main/resources/META-INF/additional-spring-configuration-metadata.json


[isis] 01/01: Merge pull request #149 from apache/ISIS-2086

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit d4254478c19b53ef58cbeb6e70c9849560e11908
Merge: ef3aa85 890b0d4
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Oct 1 11:22:32 2019 +0200

    Merge pull request #149 from apache/ISIS-2086
    
    more work on config-beans

 .../org/apache/isis/config/IsisConfiguration.java  | 222 ++++++++++++++++-----
 .../apache/isis/viewer/wicket/ui/DialogMode.java   |   0
 .../additional-spring-configuration-metadata.json  |  61 ++++++
 .../wicket/viewer/IsisWicketApplication.java       |  90 ++-------
 .../wicket/model/models/BookmarkedPagesModel.java  |  11 +-
 .../wicket/model/models/EntityCollectionModel.java |   5 +-
 .../model/models/whereami/WhereAmIModel.java       |   7 -
 .../models/whereami/WhereAmIModelDefault.java      |  22 +-
 .../bookmarkedpages/BookmarkedPagesPanel.java      |   6 -
 .../wicket/ui/components/footer/FooterPanel.java   |  11 +-
 .../datepicker/TextFieldWithDateTimePicker.java    |  23 +--
 .../widgets/breadcrumbs/BreadcrumbPanel.java       |   7 +-
 .../themepicker/IsisWicketThemeSupport.java        |  19 +-
 .../themepicker/IsisWicketThemeSupportDefault.java |  26 +--
 .../widgets/themepicker/ThemeChooser.java          |  13 +-
 .../isis/viewer/wicket/ui/pages/PageAbstract.java  | 119 +++++------
 16 files changed, 347 insertions(+), 295 deletions(-)