You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/01/23 18:56:34 UTC

[sling-org-apache-sling-app-cms] branch master updated (cfab28d -> 68a3c99)

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

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


    from cfab28d  Removing unused variable
     new 4497b20  Updating the dependencies and enabling the full tika bundle instead of tika parsers
     new db72c55  Detecting issues when loading a modal and displaying an error message instead of borking out
     new ba13141  Updating to use a more generic class and handing dates in the metadata view
     new 68a3c99  Improved the error handling in the File Metadata Extractor

The 410 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:
 builder/src/main/provisioning/boot.txt             |  4 +-
 builder/src/main/provisioning/cms.txt              |  8 ++-
 builder/src/main/provisioning/sling.txt            | 15 +++--
 .../internal/listeners/FileMetadataExtractor.java  | 73 ++++++++++++----------
 ui/src/main/frontend/src/js/cms.modal.js           | 14 +++--
 ui/src/main/frontend/src/scss/cms.scss             |  2 +-
 .../editor/fields/filemetadata/filemetadata.jsp    | 11 +++-
 .../editor/fields/references/references.jsp        |  3 +-
 8 files changed, 75 insertions(+), 55 deletions(-)