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

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


    from e0b2b83  AEM-7900 fixed corrupted start.json
     add ded7756  Updating documentation
     add a783ec3  Updating badges and readme links
     add c0b341b  Fixing a number of front end issues including SLING-7971, 
SLING-7972 and SLING-7973 and making a number of smaller tweaks / fixes
     add 2992797  Update global.json
     add c35b4f5  Merge pull request #1 from vabs95/patch-2
     add e1387f0  Merge branch 'master' of 
github.com:apache/sling-org-apache-sling-app-cms
     add 2fce173  Fixing SLING-7967 -- resolving issue where search was not 
updating the path field
     add 1689284  Updating to display the release notes right on the releases 
page
     add ae114f7  Fixing SLING-7963 and a number of small errors I ran into 
while investigating it
     add 5409915  Fixed the build to actually report on JS errors
     add 86e14f4  Fixed an issue where you can't signout in mobile
     add 54c89a6  Update intro.md
     add e1374dd  Merge branch 'master' of 
[email protected]:apache/sling-org-apache-sling-app-cms.git
     new f74e7cb  Merging in master

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:
 README.md                                          |   6 +-
 core/pom.xml                                       |  23 +-
 .../core/internal/filters/EditIncludeFilter.java   |  15 +-
 .../internal/operations/BulkReplaceOperation.java  | 253 +++++++++++----------
 .../apache/sling/cms/core/models/ErrorHandler.java | 195 ++++++++++++----
 .../apache/sling/cms/core/models/package-info.java |   2 -
 docs/admin-tools.md                                |   4 +-
 docs/administration.md                             |   3 +-
 docs/developers.md                                 |   3 +-
 docs/img/add-config.png                            | Bin 35261 -> 18883 bytes
 docs/img/add-taxonomy.png                          | Bin 54030 -> 22675 bytes
 docs/img/add-template.png                          | Bin 82285 -> 19221 bytes
 docs/img/bulk-replace.png                          | Bin 55838 -> 36012 bytes
 docs/img/component-configurations.png              | Bin 56299 -> 38301 bytes
 docs/img/component-editor.png                      | Bin 90386 -> 96528 bytes
 docs/img/configuration-fields.png                  | Bin 28453 -> 16335 bytes
 docs/img/configure-security-filter.png             | Bin 77137 -> 48229 bytes
 docs/img/container-add.png                         | Bin 91196 -> 37214 bytes
 docs/img/content-packages.png                      | Bin 97449 -> 60455 bytes
 docs/img/create-site-configuration.png             | Bin 64338 -> 23424 bytes
 docs/img/create-site-group.png                     | Bin 57275 -> 20512 bytes
 docs/img/create-site.png                           | Bin 58038 -> 25812 bytes
 docs/img/delete-dialog.png                         | Bin 72693 -> 53006 bytes
 docs/img/edit-file-config.png                      | Bin 74938 -> 57158 bytes
 docs/img/edit-site-configuration.png               | Bin 112002 -> 56785 bytes
 docs/img/edit-template.png                         | Bin 71898 -> 53255 bytes
 docs/img/editor-topbar.png                         | Bin 135874 -> 113918 bytes
 docs/img/internationalization.png                  | Bin 55605 -> 33725 bytes
 docs/img/load-content.png                          | Bin 49462 -> 33793 bytes
 docs/img/manage-versions.png                       | Bin 79397 -> 38901 bytes
 docs/img/mappings.png                              | Bin 76531 -> 33685 bytes
 docs/img/move-copy.png                             | Bin 70051 -> 53038 bytes
 docs/img/node-browser.png                          | Bin 67381 -> 38589 bytes
 docs/img/osgi-console.png                          | Bin 147524 -> 93708 bytes
 docs/img/sample-console.png                        | Bin 67453 -> 29716 bytes
 docs/img/select-config-component-type.png          | Bin 48785 -> 33449 bytes
 docs/img/select-field-type.png                     | Bin 47648 -> 28452 bytes
 docs/img/site-content.png                          | Bin 78605 -> 34216 bytes
 docs/img/ugc-approval.png                          | Bin 0 -> 61884 bytes
 docs/img/ugc-console.png                           | Bin 0 -> 49303 bytes
 docs/img/use-taxonomy.png                          | Bin 28360 -> 14997 bytes
 docs/img/users-groups.png                          | Bin 54151 -> 31634 bytes
 docs/intro.md                                      |  17 +-
 docs/quickstart.md                                 |   6 +-
 docs/releases.md                                   |  54 +++++
 docs/user-generated-content.md                     |  48 ++++
 pom.xml                                            |  25 +-
 ui/src/main/frontend/gulpfile.js                   |   7 +-
 ui/src/main/frontend/package.json                  |   7 +-
 ui/src/main/frontend/src/js/cms.js                 |  52 +++--
 ui/src/main/frontend/src/js/editor.js              | 202 ++++++++--------
 ui/src/main/frontend/src/scss/cms.scss             |   9 +
 .../components/cms/editconfig/editconfig.jsp       |   4 +-
 .../components/cms/searchresults/searchresults.jsp |  86 +++----
 .../components/cms/suffixswitch/suffixswitch.jsp   |   2 +-
 .../components/editor/fields/path/path.jsp         |   2 +-
 .../components/editor/scripts/finalize.jsp         |   2 +-
 .../components/general/container/container.jsp     |   2 +-
 .../libs/sling-cms/components/pages/base/nav.jsp   |  36 ++-
 .../sling-cms/components/pages/editor/body.jsp     |   2 +-
 .../sling-cms/components/pages/editor/editor.jsp   |   3 +-
 .../{i18n/entry/create.json => shared/search.json} |  59 +++--
 .../libs/sling/servlet/errorhandler/default.jsp    |   3 +-
 63 files changed, 707 insertions(+), 425 deletions(-)
 create mode 100644 docs/img/ugc-approval.png
 create mode 100644 docs/img/ugc-console.png
 create mode 100644 docs/releases.md
 create mode 100644 docs/user-generated-content.md
 copy 
reference/src/main/resources/jcr_root/apps/reference/components/pages/base/base.jsp
 => 
ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/editor/editor.jsp
 (96%)
 copy 
ui/src/main/resources/jcr_root/libs/sling-cms/content/{i18n/entry/create.json 
=> shared/search.json} (50%)

Reply via email to