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 d7358bd Updating to put the error pages and configurations in the
seed mount
new 79e3faf Updated the path of the error pages so they are publically
available
new e6f055a Updating the icons so we don't run into issues with the
composite repository
new 8d7f6fe Adding a custom login fragment
new 2cc7a77 Updated to search for transformations out of /apps and /libs
new 1a54f52 Separating out the composite libs and global content
new a316c7e Updated docker / feature configuration to setup a working
pair of instances automatically
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:
.../apache/sling/cms/core/models/ErrorHandler.java | 2 +-
docker/cms/Dockerfile | 10 +-
docker/cms/config-author.json | 56 ++++++++
.../cms/config-renderer.json | 16 +--
docker/cms/config-standalone.json | 3 +
docker/cms/download-dependencies.sh | 2 +-
docker/docker-compose.yml | 6 +-
docs/error-pages.md | 4 +-
feature/pom.xml | 10 --
feature/src/main/assembly/author.xml | 56 --------
feature/src/main/assembly/renderer.xml | 56 --------
feature/src/main/features/app/cms.json | 4 +
.../features/oak/node-store/composite-runtime.json | 10 ++
.../src/main/features/oak/node-store/segment.json | 10 ++
feature/src/main/features/oak/oak_base.json | 2 +-
feature/src/main/features/runmodes/author.json | 8 +-
feature/src/main/features/runmodes/renderer.json | 36 ++----
login/bnd.bnd | 1 +
login/pom.xml | 33 +++++
.../apache/sling/auth/form/impl}/package-info.java | 6 +-
.../apache/sling/auth/form/impl/custom_login.html | 142 +++++++++++++++++++++
pom.xml | 3 +
reference-content/bnd.bnd | 1 +
reference-content/pom.xml | 30 +++++
.../src/main/resources/jcr_root}/content.json | 0
.../main/resources/jcr_root/content/apache.json | 0
.../resources/jcr_root/etc/taxonomy/reference.json | 0
reference/bnd.bnd | 4 +-
.../cms/transformer/internal/TransformServlet.java | 3 +-
ui-content/bnd.bnd | 1 +
{archetype => ui-content}/pom.xml | 35 +----
.../src/main/resources/jcr_root/ROOT.json | 0
.../src/main/resources/jcr_root/conf/global.json | 0
.../src/main/resources/jcr_root}/content.json | 0
.../resources/jcr_root/etc/i18n/jcr%3Acontent.json | 0
.../jcr_root/etc/taxonomy/jcr%3Acontent.json | 0
ui/bnd.bnd | 3 +-
.../components/cms/contentgrid/contentgrid.jsp | 8 +-
.../libs/sling-cms/content/publication/home.json | 8 +-
.../sling-cms}/errorhandling/401.json | 0
.../sling-cms}/errorhandling/403.json | 0
.../sling-cms}/errorhandling/404.json | 0
.../sling-cms}/errorhandling/default.json | 0
.../sling-cms/thumbnails/bulk-publication.png | Bin 4080 -> 15642 bytes
.../static/sling-cms/thumbnails/exporter.png | Bin 3833 -> 12411 bytes
.../jcr_root/static/sling-cms/thumbnails/file.png | Bin 2326 -> 4291 bytes
.../static/sling-cms/thumbnails/folder.png | Bin 1621 -> 3186 bytes
.../static/sling-cms/thumbnails/importer.png | Bin 3838 -> 12497 bytes
.../jcr_root/static/sling-cms/thumbnails/page.png | Bin 1278 -> 2917 bytes
.../static/sling-cms/thumbnails/publish-agent.png | Bin 3013 -> 7686 bytes
.../jcr_root/static/sling-cms/thumbnails/site.png | Bin 1553 -> 3279 bytes
51 files changed, 338 insertions(+), 231 deletions(-)
create mode 100644 docker/cms/config-author.json
copy feature/src/main/features/runmodes/renderer.json =>
docker/cms/config-renderer.json (57%)
create mode 100644 docker/cms/config-standalone.json
delete mode 100644 feature/src/main/assembly/author.xml
delete mode 100644 feature/src/main/assembly/renderer.xml
create mode 100644 login/bnd.bnd
create mode 100644 login/pom.xml
copy {api/src/main/java/org/apache/sling/cms/readability =>
login/src/main/java/org/apache/sling/auth/form/impl}/package-info.java (90%)
create mode 100644
login/src/main/resources/org/apache/sling/auth/form/impl/custom_login.html
create mode 100644 reference-content/bnd.bnd
create mode 100644 reference-content/pom.xml
copy {ui/src/main/resources/jcr_root/libs/sling-cms =>
reference-content/src/main/resources/jcr_root}/content.json (100%)
rename {reference =>
reference-content}/src/main/resources/jcr_root/content/apache.json (100%)
rename {reference =>
reference-content}/src/main/resources/jcr_root/etc/taxonomy/reference.json
(100%)
create mode 100644 ui-content/bnd.bnd
copy {archetype => ui-content}/pom.xml (57%)
copy {ui => ui-content}/src/main/resources/jcr_root/ROOT.json (100%)
rename ui/src/main/resources/jcr_root/libs/conf.json =>
ui-content/src/main/resources/jcr_root/conf/global.json (100%)
copy {ui/src/main/resources/jcr_root/libs/sling-cms =>
ui-content/src/main/resources/jcr_root}/content.json (100%)
copy {ui =>
ui-content}/src/main/resources/jcr_root/etc/i18n/jcr%3Acontent.json (100%)
copy {ui =>
ui-content}/src/main/resources/jcr_root/etc/taxonomy/jcr%3Acontent.json (100%)
rename ui/src/main/resources/jcr_root/{libs/sling-cms/content =>
static/sling-cms}/errorhandling/401.json (100%)
rename ui/src/main/resources/jcr_root/{libs/sling-cms/content =>
static/sling-cms}/errorhandling/403.json (100%)
rename ui/src/main/resources/jcr_root/{libs/sling-cms/content =>
static/sling-cms}/errorhandling/404.json (100%)
rename ui/src/main/resources/jcr_root/{libs/sling-cms/content =>
static/sling-cms}/errorhandling/default.json (100%)