Skip to content
Snippets Groups Projects
Commit 0fd5a2dc authored by Christian Kuhn's avatar Christian Kuhn Committed by Andreas Fernandez
Browse files

[TASK] impexp: Remove "Max file size" restriction

The export modules has a file size restriction
that skips file exports if they are bigger than
by default 1MB. This can be raised with an input
field.
The patch removes that input field:
* Configured maximum file sizes are checked during
  upload already. A well configured system should
  expect existing files are ok and just export everything
* The 1MB default size is old fashioned. Typical images
  are often bigger in size and resized only during FE
  rendering
* Skipping arbitrary files in export has a negative
  impact on data consistency of the export.
* Single files can still be excluded from export if
  needed
* Users up until now usually had manually raised the
  limit to some value high enough to make all files fit

Change-Id: Ib70dc48de44d215067474b4c3f6fff8988ab7712
Resolves: #83596
Releases: master
Reviewed-on: https://review.typo3.org/55382


Reviewed-by: default avatarReiner Teubner <rteubner@me.com>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Tested-by: default avatarReiner Teubner <rteubner@me.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 1246917a
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment