This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch insights-feature
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from 652210b Adding the initial code for displaying insights in Sling CMS
add 8dd98a1 SLING-7986 added new js lib and examples
add 4ec862b SLING-7986 updated lib and separated forms js to new file
add 9afcff0 SLING-7986 updated lib and separated toggle and suggest
add 5370cf9 SLING-7986 additional conversions
add 06101f4 SLING-7986 js and syntax cleanup
add ba27e51 SLING-7986 js and syntax cleanup
add e26b09a SLING-8000 change modals to a new base page
add e496618 SLING-7986 additional js changes based on feedback
add a602a39 Fixed SLING-8004 by making the container a fieldset, removing
the border and then adding styles to mark contained fields as disabled
add 65ea3b3 Fixed SLING-8005 - made the button the focus when opening a
confirmation modal
add 8f6a1a8 Minor structural changes to improve the layout
add 6cce518 Cleaning up some JS issues with the new library and migrating
a few more items off the old decorate method
add bfedc20 Removing the last few decorate calls
add 52f75bc Updating to make the icon usage more consistent around edit
properties and cleaning up some incorrect modal / base page usage
add 9c1fae7 SLING-7986 converted nomnom to object based configuration
add e2dceeb SLING-7986 changes from merge
add e7a73db SLING-7986 changes from merge
add 0b35cd5 Merge branch 'master' of
https://github.com/apache/sling-org-apache-sling-app-cms.git
add 788e66d SLING-7986 removed debug
add 39f6e5f SLING-7986 fixed ie edge issues and created a better traversal
add 51a6d49 Merging and resolving issues
add ba25003 Merge branch 'master' of
https://github.com/apache/sling-org-apache-sling-app-cms.git
add f2c9e9b additional js changes
add 053f6be Updating to enable the JSPs to actually compile
add d4293b4 Updating to enable the JSPs to actually compile
new 4c67028 Merge branch 'master' into insights-feature
The 1 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:
.../libs/sling-cms/global.jsp | 0
reference/pom.xml | 312 +++++-----
.../reference/components/general/iframe/iframe.jsp | 10 +-
.../jcr_root => }/libs/sling-cms/global.jsp | 0
ui/pom.xml | 345 ++++++-----
ui/src/main/frontend/gulpfile.js | 11 +-
ui/src/main/frontend/package.json | 2 +-
ui/src/main/frontend/src/js/cms.draggable.js | 66 ++
ui/src/main/frontend/src/js/cms.form.js | 114 ++++
ui/src/main/frontend/src/js/cms.js | 623 +++++--------------
ui/src/main/frontend/src/js/cms.modal.js | 43 ++
.../src/main/frontend/src/js/cms.nav.js | 70 +--
.../src/main/frontend/src/js/cms.suggest.js | 52 +-
ui/src/main/frontend/src/js/cms.table.js | 59 ++
ui/src/main/frontend/src/js/cms.taxonomy.js | 62 ++
.../src/main/frontend/src/js/cms.toggle.js | 87 ++-
.../src/main/frontend/src/js/cms.upload.js | 56 +-
ui/src/main/frontend/src/js/editor.js | 206 +++----
ui/src/main/frontend/src/js/nomnom.js | 163 +++++
ui/src/main/frontend/src/scss/cms.scss | 81 ++-
.../sling-cms/components/cms/getform/getform.jsp | 4 +-
.../components/cms/pageeditbar/pageeditbar.jsp | 33 +-
.../cms/pageproperties/pageproperties.jsp | 2 +-
.../components/cms/searchresults/searchresults.jsp | 2 +-
.../components/editor/fields/file/field.jsp | 2 +-
.../components/editor/fields/repeating/field.jsp | 64 +-
.../components/editor/slingform/slingform.jsp | 4 +-
.../libs/sling-cms/components/pages/base/body.jsp | 25 +-
.../libs/sling-cms/components/pages/base/head.jsp | 1 -
.../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 | 50 +-
.../libs/sling-cms/content/config/list.json | 314 +++++-----
.../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 +++---
.../libs/sling-cms/content/i18n/entry/create.json | 104 ++--
.../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/content.json | 670 ++++++++++-----------
.../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 +++++-----
.../jcr_root/libs/sling-cms/content/start.json | 79 +--
.../libs/sling-cms/content/static/content.json | 516 ++++++++--------
.../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 +++++-----
73 files changed, 4061 insertions(+), 3960 deletions(-)
copy {ui/src/main/resources/jcr_root => reference}/libs/sling-cms/global.jsp
(100%)
copy ui/{src/main/resources/jcr_root => }/libs/sling-cms/global.jsp (100%)
create mode 100644 ui/src/main/frontend/src/js/cms.draggable.js
create mode 100644 ui/src/main/frontend/src/js/cms.form.js
create mode 100644 ui/src/main/frontend/src/js/cms.modal.js
copy api/src/main/java/org/apache/sling/cms/insights/FileInsightRequest.java
=> ui/src/main/frontend/src/js/cms.nav.js (64%)
copy core/src/main/java/org/apache/sling/cms/core/models/package-info.java =>
ui/src/main/frontend/src/js/cms.suggest.js (77%)
create mode 100644 ui/src/main/frontend/src/js/cms.table.js
create mode 100644 ui/src/main/frontend/src/js/cms.taxonomy.js
copy
core/src/main/java/org/apache/sling/cms/core/insights/impl/FileInsightRequestImpl.java
=> ui/src/main/frontend/src/js/cms.toggle.js (54%)
copy api/src/main/java/org/apache/sling/cms/insights/package-info.java =>
ui/src/main/frontend/src/js/cms.upload.js (70%)
create mode 100644 ui/src/main/frontend/src/js/nomnom.js
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%)