Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Nov 15, 2021
  3. Nov 10, 2021
  4. Nov 05, 2021
  5. Nov 04, 2021
  6. Oct 13, 2021
  7. Oct 12, 2021
  8. Oct 06, 2021
  9. Oct 04, 2021
  10. Oct 01, 2021
    • Oliver Bartsch's avatar
      [BUGFIX] Fix issues with drag uploader and empty file lists · b67087c0
      Oliver Bartsch authored
      Previously, when a folder was empty or no files
      were found for a search term, the filelist still
      displayed the table header. This was related to
      the Drag&Drop functionality, which internally
      reads data from the table header.
      
      However it's also sufficient to just hide the
      table header and to show proper messages, including
      direct actions, e.g. "reset search" or "upload files".
      
      Therefore, also the Drag&Drop functionality is
      improved. The draggable area now covers the whole
      module, so the user does no longer have to strike
      a 70 pixels box.
      
      Besides, a couple of bugs in the Drag&Drop
      implementation are fixed:
      
      - When uploading files in "active search" mode, the
        file path is now properly added to the row
      - After all files were uploaded, the user is now
        able to reload the module via a notification action
      - Drag&Drop in FormEngine does no longer add the
        selector / checkbox field to the row
      - When dragging files in and out of the dropzone,
        the dropzone is now hidden again after "dragleave"
        (only for filelist)
      - The dropzone is now also hidden on "drop" (uploading
        the dragged files)
      - The dropzone is not "activated" when not in the
        current visible scope (e.g. in another FormEngine tab)
      - The checkbox is now also activated for uploaded
        files (without module reload)
      - The full sized drozone can be closed with the ESC key
      - JavaScript SyntaxError, triggered by a server error,
        such as "POST Content-Length" exceeds limit, is
        now properly handled
      
      Resolves: #95403
      Resolves: #95421
      Releases: master
      Change-Id: Id9de5065544aa57deaa11b8b4f9158b869a72427
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71375
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
      Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
      Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
      Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
      b67087c0
  11. Sep 30, 2021
  12. Sep 28, 2021
  13. Sep 27, 2021
  14. Sep 23, 2021
  15. Sep 22, 2021
  16. Sep 21, 2021
  17. Sep 17, 2021
  18. Sep 16, 2021
  19. Sep 08, 2021
  20. Sep 07, 2021
  21. Sep 03, 2021
  22. Sep 01, 2021
  23. Aug 30, 2021
  24. Aug 24, 2021
  25. Aug 23, 2021
  26. Aug 19, 2021
  27. Aug 18, 2021
  28. Aug 12, 2021