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

dklco pushed a change to branch SLING-8913-multiple-instance-types
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


    from e21fe1d  Merging
     new dbccacc  Fixing double click not firing
     new 4d99150  Adding a constant for the sling:Config node type
     new fe98d6a  Ensuring the path is set if a failure publishing occurs
     new 518f2b3  Adding the ability to re-publish
     new 7b252a7  Fixing an issue where the content distributor wasn't 
re-binding on start
     new 62ab937  Adding support for publishing configs
     new 59175fe  Starting on adding feature support for content distribution

The 7 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:
 .../java/org/apache/sling/cms/CMSConstants.java    |   6 +-
 .../org/apache/sling/cms/PublishableResource.java  |   4 +
 .../sling/cms/publication/PublicationManager.java  |   2 +-
 .../internal/models/PublishableResourceImpl.java   |   6 +-
 .../ContentDistributionPublicationManager.java     |  23 ++-
 .../publication/PublicationManagerFactoryImpl.java |   3 +-
 .../cms/core/publication/PublishPostOperation.java |   2 +-
 .../core/publication/UnpublishPostOperation.java   |   3 +-
 feature/src/main/features/distribution.json        |  79 ++++++++-
 .../features/runmode-author/runmode-author.json    |  40 +++++
 .../runmode-renderer/runmode-renderer.json         |  13 ++
 .../runmode-standalone/runmode-standalone.json     |  17 ++
 .../resources/SLING-INF/nodetypes/nodetypes.cnd    |   2 +-
 .../components/cms/contentgrid/contentgrid.jsp     | 176 +++++++++++----------
 .../components/editor/fields/publication/field.jsp |   9 ++
 .../libs/sling-cms/content/config/bucket.json      |   8 +
 16 files changed, 287 insertions(+), 106 deletions(-)
 create mode 100644 feature/src/main/features/runmode-author/runmode-author.json
 create mode 100644 
feature/src/main/features/runmode-renderer/runmode-renderer.json
 create mode 100644 
feature/src/main/features/runmode-standalone/runmode-standalone.json

Reply via email to