[!!!][TASK] Remove tce_db options "prErr" and "uPT"
The two GET/POST parameters "prErr" (Print Errors) and "uPT" (Update Pagetree) are removed. The GET/POST parameter "uPT" is there to explicitly request a refresh of the page tree if visible on the next module load. The GET/POST parameter "prErr" adds flash messages to the session queue which should be a default behaviour anyway. Please note that this only affects the SimpleDataHandlerController (BE module "tce_db") and no datahandler calls itself. The first parameter of DataHandler->printLogErrorMessages() is removed as it is unused. Resolves: #82629 Releases: master Change-Id: Ifc925e49b49f1537a65141810403a7758e0b448b Reviewed-on: https://review.typo3.org/54244 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 0 additions, 4 deletionstypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 2 additions, 2 deletions...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 1 addition, 1 deletion...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php 3 additions, 24 deletions...ackend/Classes/Controller/SimpleDataHandlerController.php
- typo3/sysext/backend/Classes/Tree/View/PageMovingPagePositionMap.php 1 addition, 1 deletion...t/backend/Classes/Tree/View/PageMovingPagePositionMap.php
- typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 5 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Resources/Public/JavaScript/ContextMenuActions.js 5 additions, 5 deletions...backend/Resources/Public/JavaScript/ContextMenuActions.js
- typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php 0 additions, 5 deletions...ext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php
- typo3/sysext/beuser/Classes/ViewHelpers/RemoveUserViewHelper.php 0 additions, 2 deletions...ysext/beuser/Classes/ViewHelpers/RemoveUserViewHelper.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 1 addition, 3 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-82629-TceDbOptionsPrErrAndUPTRemoved.rst 45 additions, 0 deletions.../master/Breaking-82629-TceDbOptionsPrErrAndUPTRemoved.rst
- typo3/sysext/filelist/Resources/Public/JavaScript/ContextMenuActions.js 1 addition, 2 deletions...ilelist/Resources/Public/JavaScript/ContextMenuActions.js
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php 6 additions, 0 deletions...ion/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 10 additions, 1 deletion...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
- typo3/sysext/recordlist/Classes/RecordList.php 1 addition, 1 deletiontypo3/sysext/recordlist/Classes/RecordList.php
Please register or sign in to comment