This is an automated email from the ASF dual-hosted git repository.

dklco pushed a change to branch SLING-8074-improve-reference-list
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


    from 6f591b2  Merge branch 'SLING-8074-improve-reference-list' of 
github.com:apache/sling-org-apache-sling-app-cms into 
SLING-8074-improve-reference-list
     add 6ffb0a7  Fixed SLING-8074 by excluding the version store path and 
de-duplicating resources by path
     add 1c24c7a  Update README.md
     add 7b34d17  Update Vagrantfile
     add 04320c5  Merge branch 'master' of 
g...@github.com:apache/sling-org-apache-sling-app-cms.git
     add 5202d46  Adding missing label
     add e035069  Updating so that the cancel / submit buttons are disabled 
when the form submits
     add 31ab18b  Setting the background for the modal and gracefully aborting 
the Ajax requiest / resetting state when the background is clicked
     add 8bc06db  Wrapping the version table in a table-container div so it 
scrolls
     add 1fe05d5  Updated Rava NPM version
     add f2c7c37  Updating to remove the confusing version value
     add e3f272b  [maven-release-plugin] prepare release 
org.apache.sling.cms-0.11.2
     add 24a9860  [maven-release-plugin] prepare for next development iteration
     add 3363b5e  Update README.md
     add 48ba0b4  Update releases.md
     add 7e11541  Update releases.md
     add 4cd12f1  Update Vagrantfile
     add 98b6a75  Fixed issue with duplicate title and edit site group not 
saving
     add be715d6  Making the optimizer a modal for the static console
     add dfab4a0  Removing duplicate label
     add 7638c6a  Updating most of the interactions to use ajax to reload 
rather than refreshing the page
     new e00ccf1  Merging master
     new 642d1ef  Adding the References widget to a number of areas and 
improving the look / functionality of references

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:
 README.md                                          |   2 +-
 api/pom.xml                                        |   2 +-
 .../main/java/org/apache/sling/cms/Reference.java  |  71 ++++++++
 .../main/java/org/apache/sling/cms/References.java |   2 +-
 .../java/org/apache/sling/cms/package-info.java    |   2 +-
 builder/pom.xml                                    |   2 +-
 builder/src/main/provisioning/cms.txt              |   2 -
 core/pom.xml                                       |   2 +-
 .../core/internal/models/ReferenceOperation.java   |  11 +-
 .../cms/core/internal/models/ReferencesImpl.java   |   7 +-
 docs/releases.md                                   |  11 +-
 pom.xml                                            |   2 +-
 reference/pom.xml                                  |   4 +-
 ui/pom.xml                                         |   2 +-
 ui/src/main/frontend/package.json                  |   2 +-
 ui/src/main/frontend/src/js/cms.draggable.js       |   6 +-
 ui/src/main/frontend/src/js/cms.fields.js          |   8 +-
 ui/src/main/frontend/src/js/cms.form.js            |   2 +
 ui/src/main/frontend/src/js/cms.js                 |  48 +++++-
 ui/src/main/frontend/src/js/cms.modal.js           |  25 ++-
 ui/src/main/frontend/src/js/cms.table.js           |  58 ++++---
 ui/src/main/frontend/src/js/cms.toggle.js          |   2 +-
 ui/src/main/frontend/src/js/editor.js              |  67 +++++---
 .../components/cms/contenttable/contenttable.jsp   |  72 ++++----
 .../components/cms/i18ntable/i18ntable.jsp         | 120 ++++++-------
 .../components/cms/optimizefile/optimizefile.jsp   |  24 +--
 .../components/cms/pageeditor/pageeditor.jsp       |   2 +-
 .../components/cms/pagewrapper/pagewrapper.jsp     |   9 +-
 .../components/cms/references/references.jsp       |  70 ++++++++
 .../cms/versionmanager/versionmanager.jsp          | 126 +++++++-------
 .../editor/fields/references/references.jsp        | 100 ++++++++---
 .../components/editor/slingform/slingform.jsp      |  15 +-
 .../libs/sling-cms/content/config/create.json      |   1 +
 .../libs/sling-cms/content/config/list.json        |  14 ++
 .../jcr_root/libs/sling-cms/content/page/edit.json |  17 +-
 .../libs/sling-cms/content/shared/references.json  |   2 +-
 .../libs/sling-cms/content/site/content.json       |  42 ++++-
 .../libs/sling-cms/content/site/editgroup.json     |   2 -
 .../libs/sling-cms/content/siteconfig/editor.json  | 191 +++++++++++----------
 .../libs/sling-cms/content/static/content.json     |  30 +++-
 .../libs/sling-cms/content/taxonomy/list.json      |   7 +
 .../libs/sling-cms/content/template/create.json    |   1 -
 vagrant/Vagrantfile                                |   2 +-
 43 files changed, 786 insertions(+), 401 deletions(-)
 create mode 100644 api/src/main/java/org/apache/sling/cms/Reference.java
 create mode 100644 
ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/references/references.jsp

Reply via email to