This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch SLING-7858
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from f96ea78 file upload styling
new 64594b2 Updating the publish column to display a close icon if a
resource is not published
new 05443d9 Fixing an issue where the page edit buttons dissappear on
mobile
new ac140a5 Fixing a number of SonarQube violations
new 9299915 Merge branch 'SLING-7858' of
github.com:apache/sling-org-apache-sling-app-cms into SLING-7858
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:
.../java/org/apache/sling/cms/core/CMSUtils.java | 10 ++--
.../core/internal/filters/CMSSecurityFilter.java | 2 +-
.../internal/operations/BulkReplaceOperation.java | 25 +++++-----
.../operations/UpdateReferencesPostOperation.java | 31 ++++++------
.../core/internal/rewriter/HTML5Serializer.java | 10 ++--
.../rewriter/ReferenceMappingTransformer.java | 7 ++-
.../cms/core/internal/servlets/CMSPageServlet.java | 4 +-
.../internal/servlets/PathSuggestionServlet.java | 14 +++---
.../apache/sling/cms/core/models/Component.java | 27 ++++++----
.../sling/cms/core/models/ComponentManager.java | 6 +--
.../apache/sling/cms/core/models/ErrorHandler.java | 57 +++++++++++-----------
.../apache/sling/cms/core/models/LocaleList.java | 2 +-
.../sling/cms/core/models/LocaleResource.java | 2 +-
.../org/apache/sling/cms/core/models/Page.java | 23 ++++++---
.../apache/sling/cms/core/models/PageTemplate.java | 2 +-
.../sling/cms/core/models/PageTemplateManager.java | 12 +++--
.../apache/sling/cms/core/models/References.java | 6 +--
.../org/apache/sling/cms/core/models/Site.java | 17 ++++---
.../apache/sling/cms/core/models/i18nHelper.java | 2 +-
.../usergenerated/UserGeneratedContentService.java | 2 +-
.../impl/UserGeneratedContentServiceImpl.java | 7 ++-
ui/src/main/frontend/src/scss/editor.scss | 3 ++
.../components/cms/columns/publish/publish.jsp | 6 +--
23 files changed, 164 insertions(+), 113 deletions(-)