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 2021/04/20 17:58:15 UTC

[isis] branch 2617_wicketstuff.bs4 updated (e0b7ad4 -> b5105cc)

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

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


    from e0b7ad4  ISIS-2617: minor config polishing; use jQuery 3.x as default
     new 5b44522  Upgrading boostrap from version 3 to 4 (WIP)
     new c6e5633  Adding dropdown-item class to menu links
     new ef359e5  Adjusting card bottom margin, adding new sizes
     new 2daa791  Reworking clearfix show/hide
     new 4bcbd87  Adapting footer to BS4
     new fdd3989  Adapting secondary and tertiary header menu, removing all occurences of .panel-default
     new 3c2db65  Excluding popper.js through wicket-bootstrap-core
     new 45659c7  Removing all occurences of inline CSS styles
     new 12ece2c  Adapting bookmarks panel, themechooser, removing occurences of xs-breakpoints, fixing missing popper.js dependency
     new bc27169  Adding setting to enable jQuery V3 in wicket
     new 0170ea0  Extending popover config with boundary (fixes flickering or flipping entity link popovers in collections)
     new 95fb3e9  Adadpting DateTimeConfig to handle readonly, fixing some styles, increasing header expansion breakpoint to XL
     new 1a7446f  Merge branch '2617_wicketstuff.bs4' into upgrade-bootstrap-3-to-4
     new b5105cc  Merge pull request #506 from mwhesse/upgrade-bootstrap-3-to-4

The 16422 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:
 .../selector/CollectionSelectorPanel.html          |  4 ++--
 .../ajaxtable/IsisAjaxPagingNavigationLink.java    | 11 ++++++++++
 .../wicket/ui/components/footer/FooterPanel.html   |  3 +--
 .../wicket/ui/components/header/HeaderPanel.html   |  8 +++----
 .../scalars/datepicker/DateTimeConfig.java         | 25 ++++++++++++++++++++++
 .../datepicker/TextFieldWithDateTimePicker.java    | 11 ++++++++--
 .../ui/components/tree/themes/bootstrap/theme.css  | 12 +++++++----
 .../wicket/ui/pages/bootstrap-overrides-all-v2.css | 22 +++++++++++++++----
 .../wicket/ui/pages/bootstrap-overrides-cosmo.css  |  5 +++++
 .../wicket/ui/pages/bootstrap-overrides-darkly.css | 14 +++++++++++-
 .../viewer/wicketapp/IsisWicketApplication.java    |  2 +-
 11 files changed, 97 insertions(+), 20 deletions(-)