This is an automated email from the ASF dual-hosted git repository.
jeb pushed a change to branch SLING-7858
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from a33a8f3 initial commit of bulma
add 4cc75f5 Adding support for path based suggestions and a search modal
for the path field.
add 6abe53e Making the tag filters configurable
add fe5ed2d Updating to latest dependencies
new df2ccb8 initial commit of bulma
new de91b9e Merge branch 'SLING-7858' of
https://github.com/apache/sling-org-apache-sling-app-cms.git into SLING-7858
The 2 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:
builder/src/main/provisioning/boot.txt | 2 +-
builder/src/main/provisioning/cms.txt | 28 +++++++++--
builder/src/main/provisioning/launchpad.txt | 7 ++-
builder/src/main/provisioning/repoinit.txt | 20 --------
builder/src/main/provisioning/scripting.txt | 2 +-
builder/src/main/provisioning/sling.txt | 10 ++--
builder/src/main/provisioning/standalone.txt | 2 +-
builder/src/main/provisioning/webapp.txt | 2 +-
.../internal/servlets/PathSuggestionServlet.java | 24 ++++++---
.../servlets/PathSuggestionServletConfig.java} | 20 ++++----
.../main/resources/OSGI-INF/l10n/bundle.properties | 13 ++++-
ui/src/main/frontend/src/js/scripts.js | 57 ++++++++++++++++------
ui/src/main/frontend/src/scss/styles.scss | 9 ++++
.../cms/contentbreadcrumb/contentbreadcrumb.jsp | 4 +-
.../components/cms/searchresults/searchresults.jsp | 4 +-
.../components/editor/fields/path/field.jsp | 18 ++++++-
.../editor/fields/references/references.jsp | 2 +-
.../components/editor/fields/richtext/field.jsp | 18 +------
.../components/editor/fields/taxonomy/field.jsp | 4 +-
.../libs/sling-cms/content/shared/search.json | 8 +--
.../libs/sling-cms/content/site/create.json | 3 +-
.../libs/sling-cms/content/site/creategroup.json | 3 +-
.../jcr_root/libs/sling-cms/content/site/edit.json | 3 +-
.../libs/sling-cms/content/site/editgroup.json | 3 +-
24 files changed, 162 insertions(+), 104 deletions(-)
copy
core/src/main/java/org/apache/sling/cms/core/{usergenerated/impl/UserGeneratedContentConfig.java
=> internal/servlets/PathSuggestionServletConfig.java} (57%)