This is an automated email from the ASF dual-hosted git repository.
jeb pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from ba27e51 SLING-7986 js and syntax cleanup
new e26b09a SLING-8000 change modals to a new base page
new e496618 SLING-7986 additional js changes based on feedback
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:
ui/src/main/frontend/src/js/cms.draggable.js | 2 +-
ui/src/main/frontend/src/js/cms.form.js | 20 +-
ui/src/main/frontend/src/js/cms.js | 111 +++----
ui/src/main/frontend/src/js/cms.modal.js | 5 +-
ui/src/main/frontend/src/js/cms.nav.js | 2 +-
ui/src/main/frontend/src/js/cms.toggle.js | 2 +-
ui/src/main/frontend/src/js/cms.upload.js | 4 +-
ui/src/main/frontend/src/js/nomnom.js | 66 ++--
.../components/cms/pageeditbar/pageeditbar.jsp | 33 +-
.../components/editor/fields/file/field.jsp | 2 +-
.../components/editor/fields/repeating/field.jsp | 2 +-
.../components/pages/{base.json => modal.json} | 6 +-
.../pages/{base/content.jsp => modal/modal.jsp} | 38 +--
.../libs/sling-cms/content/config/create.json | 2 +-
.../libs/sling-cms/content/config/edit.json | 2 +-
.../libs/sling-cms/content/config/metadata.json | 66 ++--
.../libs/sling-cms/content/editor/add.json | 76 ++---
.../jcr_root/libs/sling-cms/content/file/edit.json | 35 +--
.../libs/sling-cms/content/file/optimize.json | 35 +--
.../libs/sling-cms/content/file/upload.json | 71 ++---
.../libs/sling-cms/content/folder/create.json | 7 +-
.../libs/sling-cms/content/folder/edit.json | 61 ++--
.../libs/sling-cms/content/i18n/dictionaries.json | 185 ++++++------
.../libs/sling-cms/content/i18n/dictionary.json | 168 +++++------
.../sling-cms/content/i18n/language/create.json | 153 +++++-----
.../libs/sling-cms/content/i18n/language/edit.json | 75 +++--
.../libs/sling-cms/content/mappings/create.json | 157 +++++-----
.../libs/sling-cms/content/mappings/edit.json | 118 ++++----
.../libs/sling-cms/content/mappings/list.json | 304 +++++++++----------
.../libs/sling-cms/content/page/create.json | 69 ++---
.../jcr_root/libs/sling-cms/content/page/edit.json | 106 +++----
.../sling-cms/content/page/editproperties.json | 30 +-
.../sling-cms/content/page/siteeditproperties.json | 40 +--
.../libs/sling-cms/content/shared/delete.json | 83 +++--
.../libs/sling-cms/content/shared/movecopy.json | 121 ++++----
.../libs/sling-cms/content/shared/publish.json | 79 +++--
.../libs/sling-cms/content/shared/search.json | 104 +++----
.../libs/sling-cms/content/shared/unpublish.json | 79 +++--
.../libs/sling-cms/content/shared/versions.json | 35 +--
.../libs/sling-cms/content/site/create.json | 147 +++++----
.../libs/sling-cms/content/site/creategroup.json | 129 ++++----
.../jcr_root/libs/sling-cms/content/site/edit.json | 121 ++++----
.../libs/sling-cms/content/site/editgroup.json | 81 +++--
.../libs/sling-cms/content/site/sites.json | 312 +++++++++----------
.../libs/sling-cms/content/taxonomy/create.json | 7 +-
.../libs/sling-cms/content/taxonomy/edit.json | 7 +-
.../libs/sling-cms/content/taxonomy/list.json | 202 ++++++-------
.../libs/sling-cms/content/template/create.json | 111 ++++---
.../libs/sling-cms/content/template/edit.json | 35 +--
.../sling-cms/content/usergenerated/content.json | 334 ++++++++++-----------
50 files changed, 1956 insertions(+), 2084 deletions(-)
copy ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/{base.json
=> modal.json} (52%)
copy
ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/{base/content.jsp
=> modal/modal.jsp} (95%)