[TASK] impexp: Remove 'max number of records' restriction
The 'export' module has a restriction to limit the number of exported records. The patch removes this from the interface: * The default limit is arbitrary, removing that limit declutters the interface a little bit * Users probably always did just set this to some number high enough to export everything they wanted * It was not clear what exactly is counted. At least it was not the total number of exported records ... * The error and flash messages were unclear and sometimes not shown at all * The limit could lead to data integrity issues in the export file, for example if a page links to some other page that is not exported * Presets that increased the limit still work * To prevent a breaking patch, the affected PHP method arguments deprecate some arguments instead of fully removing them in v9 Change-Id: Iadb365ff2ccd77ed38cbde81b76e37990a0c6f17 Resolves: #83592 Releases: master Reviewed-on: https://review.typo3.org/55381 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
parent
653ff635
Please register or sign in to comment