[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>
Showing
- typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83592-ImpexpRemovedMaximumNumberOfRecordsRestriction.rst 48 additions, 0 deletions...-83592-ImpexpRemovedMaximumNumberOfRecordsRestriction.rst
- typo3/sysext/impexp/Classes/Controller/ImportExportController.php 31 additions, 14 deletions...sext/impexp/Classes/Controller/ImportExportController.php
- typo3/sysext/impexp/Resources/Private/Language/locallang.xlf 0 additions, 3 deletionstypo3/sysext/impexp/Resources/Private/Language/locallang.xlf
- typo3/sysext/impexp/Resources/Private/Language/locallang_csh.xlf 0 additions, 6 deletions...ysext/impexp/Resources/Private/Language/locallang_csh.xlf
- typo3/sysext/impexp/Resources/Private/Partials/Export/Configuration.html 0 additions, 13 deletions...pexp/Resources/Private/Partials/Export/Configuration.html
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php 12 additions, 0 deletions...ion/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php
Please register or sign in to comment