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 4630ef9 SLING-11102 - correcting invalid javabean method name
new 93f3f62 SLING-11069 - Further dependency updates
new fd7e0d4 SLING-11223 - Fixes and improvements to queries, property
usage and indexes to support larger repositories
new fa942c4 SLING-11224 - Fixing content import configuration for root
files
new 37d262d SLING-11228 - Adding login admin whitelist for cms.core bundle
The 4 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:
.../DefaultScriptBindingsValueProvider.java | 7 +-
.../core/internal/models/ReferenceOperation.java | 4 +-
.../sling/cms/core/models/QueryDebugger.java | 2 +-
.../apache/sling/cms/core/models/StartContent.java | 53 +-
.../DefaultScriptBindingsValueProviderTest.java | 5 -
core/src/test/resources/conf.json | 2 +-
feature/pom.xml | 709 +++++++++++----------
feature/src/main/features/base.json | 16 +-
feature/src/main/features/cms/cms.json | 6 +
feature/src/main/features/cms/dependencies.json | 4 +-
feature/src/main/features/discovery.json | 6 +-
feature/src/main/features/distribution.json | 4 +-
feature/src/main/features/event.json | 2 +-
feature/src/main/features/healthcheck.json | 2 +-
feature/src/main/features/oak/oak_base.json | 8 +-
feature/src/main/features/scripting.json | 8 +-
feature/src/main/features/thumbnails.json | 5 +-
pom.xml | 30 +-
reference/bnd.bnd | 2 +-
.../apache/sling/cms/reference/models/Search.java | 4 +-
.../components/general/searchform/config.json | 55 +-
.../components/general/searchform/searchform.jsp | 3 +-
.../components/general/sitemap/sitemap.xml.jsp | 2 +-
.../reference/components/general/tags/tags.jsp | 2 +-
.../apps/reference/components/pages/base/body.jsp | 5 +-
rules.xml | 11 +
ui/bnd.bnd | 2 +-
.../resources/SLING-INF/nodetypes/nodetypes.cnd | 2 +-
ui/src/main/resources/jcr_root/conf/global.json | 2 +-
.../components/cms/contentgrid/contentgrid.jsp | 21 +-
.../components/cms/contenttable/contenttable.jsp | 21 +-
.../resources/jcr_root/oak%3Aindex/ntBase.json | 45 ++
.../jcr_root/oak%3Aindex/ntBaseLucene.json | 40 --
.../jcr_root/oak%3Aindex/ntHierarchyNode.json | 64 ++
.../resources/jcr_root/oak%3Aindex/published.json | 9 -
.../jcr_root/oak%3Aindex/slingComponent.json | 29 +
.../resources/jcr_root/oak%3Aindex/slingFile.json | 87 +++
.../jcr_root/oak%3Aindex/slingFileLucene.json | 76 ---
.../resources/jcr_root/oak%3Aindex/slingPage.json | 121 ++++
.../jcr_root/oak%3Aindex/slingPageLucene.json | 89 ---
.../oak%3Aindex/slingResourceSuperType.json | 12 +-
.../jcr_root/oak%3Aindex/slingTaxonomy.json | 63 +-
.../jcr_root/oak%3Aindex/slingTemplate.json | 9 -
43 files changed, 909 insertions(+), 740 deletions(-)
create mode 100644 ui/src/main/resources/jcr_root/oak%3Aindex/ntBase.json
delete mode 100644 ui/src/main/resources/jcr_root/oak%3Aindex/ntBaseLucene.json
create mode 100644
ui/src/main/resources/jcr_root/oak%3Aindex/ntHierarchyNode.json
delete mode 100644 ui/src/main/resources/jcr_root/oak%3Aindex/published.json
create mode 100644
ui/src/main/resources/jcr_root/oak%3Aindex/slingComponent.json
create mode 100644 ui/src/main/resources/jcr_root/oak%3Aindex/slingFile.json
delete mode 100644
ui/src/main/resources/jcr_root/oak%3Aindex/slingFileLucene.json
create mode 100644 ui/src/main/resources/jcr_root/oak%3Aindex/slingPage.json
delete mode 100644
ui/src/main/resources/jcr_root/oak%3Aindex/slingPageLucene.json
delete mode 100644
ui/src/main/resources/jcr_root/oak%3Aindex/slingTemplate.json