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

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


 discard e3e2cd6  AEM-7900 side breadcrumb example working
 discard 0eb5a05  side navigation
 discard 62f5632  SLING-7900 UI Updates
 discard 4953d51  SLING-7900 UI dynamic file actions
 discard 53610e9  removed additional '}'
 discard 9778217  UI Updates - Content Browsing
 discard 5abf31c  SLING-7900 set core to java 8
 discard e478489  SLING-7900 UI changes
 discard 47570a2  table updates and modals
 discard bea0d8c  initial refactoring of content breadcrumbs and content table
 discard 4fe0394  initial changes
     add 0b861b2  Fixed the handler throwing an exception if the original 
Throwable was not an Exception
     add 1afa5da  Resetting the version after the failed release
     add d247578  [maven-release-plugin] prepare release 
org.apache.sling.cms-0.10.0
     add 762ea67  [maven-release-plugin] prepare for next development iteration
     add 4b689c9  Syncing latest changes from starter
     add 4ad4ea8  SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to 
every module
     add 893750d  SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every 
module
     add 3076e17  Merge branch 'master' of 
github.com:apache/sling-org-apache-sling-app-cms
     add 67064ba  trivial: added license header to *.md files
     new 5d2c55a  initial changes
     new 5ca7ff2  initial refactoring of content breadcrumbs and content table
     new 3e2496b  table updates and modals
     new 4d4651e  SLING-7900 UI changes
     new 14d282f  SLING-7900 set core to java 8
     new 7ac67c6  UI Updates - Content Browsing
     new 5162054  removed additional '}'
     new f0ffbd3  SLING-7900 UI dynamic file actions
     new 3b977b1  SLING-7900 UI Updates
     new 68b45fb  side navigation
     new 99b2d39  AEM-7900 side breadcrumb example working
     new 2213872  ongoing breadcrumb changes

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   (e3e2cd6)
            \
             N -- N -- N   refs/heads/SLING-7900 (2213872)

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.

The 12 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:
 CODE_OF_CONDUCT.md                                 | 22 +++++++++++++++
 CONTRIBUTING.md                                    | 24 ++++++++++++++++
 builder/src/main/provisioning/boot.txt             |  6 ++--
 builder/src/main/provisioning/sling-discovery.txt  |  4 +--
 builder/src/main/provisioning/sling.txt            |  6 ++--
 .../apache/sling/cms/core/models/ErrorHandler.java |  2 +-
 .../sling/cms/core/models/components/Action.java   |  6 ----
 .../cms/core/models/components/Breadcrumbs.java    | 33 ++++++++++++++--------
 .../{SiteNav.java => ContentAction.java}           |  4 +--
 .../cms/core/models/components/ContentTable.java   | 26 +++++------------
 ui/src/main/frontend/src/scss/_overrides.scss      |  1 +
 ui/src/main/resources/jcr_root/conf/cms.json       |  2 ++
 .../jcr_root/etc/taxonomy/jcr%3Acontent.json       |  1 +
 .../libs/sling-cms/actions/sling%3APage.json       |  6 ++--
 .../cms/breadcrumbmenu/breadcrumbmenu.jsp          |  1 -
 .../libs/sling-cms/components/pages/base/body.jsp  | 25 ++++++++--------
 .../libs/sling-cms/components/pages/base/nav.jsp   |  2 +-
 .../{site/sites.json => browse/browse.json}        |  0
 .../jcr_root/libs/sling-cms/content/page/edit.json |  6 ++--
 .../sling-cms/content/page/siteeditproperties.json |  2 +-
 .../libs/sling-cms/content/taxonomy/list.json      |  1 +
 21 files changed, 110 insertions(+), 70 deletions(-)
 create mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 CONTRIBUTING.md
 copy 
core/src/main/java/org/apache/sling/cms/core/models/components/{SiteNav.java => 
ContentAction.java} (86%)
 create mode 100644 ui/src/main/resources/jcr_root/conf/cms.json
 copy ui/src/main/resources/jcr_root/libs/sling-cms/content/{site/sites.json => 
browse/browse.json} (100%)

Reply via email to