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

dklco pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


    from a316c7e  Updated docker / feature configuration to setup a working 
pair of instances automatically
     new 7112c8e  Aligning the overall UI to the new login screen
     new 8a6af12  UI tweak - making the search panel have a white background
     new c5f9ec0  Specifying runmodes when starting the instances in the docker 
build
     new 16c7700  UI tweak - improving the error pages when not logged in
     new e19219d  Fixing issues while evaluting latest content loader
     new 18d1f12  Updating artifact name

The 6 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:
 docker/cms/Dockerfile                              |  4 +-
 docker/cms/setup-composite.sh                      |  4 +-
 feature/pom.xml                                    |  2 +
 feature/src/main/features/oak/oak_base.json        |  2 +-
 ui/src/main/frontend/scss/_overrides.scss          |  7 ++-
 ui/src/main/frontend/scss/cms.scss                 | 37 +++++++++++++++-
 .../components/cms/startcontent/startcontent.jsp   |  4 +-
 .../components/cms/staticnav/staticnav.jsp         |  6 +--
 .../libs/sling-cms/components/pages/base/body.jsp  | 24 +++++-----
 .../libs/sling-cms/components/pages/base/nav.jsp   |  2 +-
 .../libs/sling-cms/components/pages/error/body.jsp | 51 ++++++++++++++++++++++
 .../pages/{base/base.jsp => error/error.jsp}       |  0
 .../libs/sling-cms/components/pages/error/nav.jsp  |  2 +-
 .../jcr_root/oak%3Aindex/ntBaseLucene.json         |  2 +-
 .../jcr_root/oak%3Aindex/slingPageLucene.json      |  7 ++-
 .../jcr_root/static/sling-cms/thumbnails.json      | 28 ------------
 16 files changed, 121 insertions(+), 61 deletions(-)
 create mode 100644 
ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/body.jsp
 copy 
ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/{base/base.jsp 
=> error/error.jsp} (100%)

Reply via email to