Skip to content

Commit

Permalink
[BUGFIX] Add checkDataSubmission hook to extension scanner
Browse files Browse the repository at this point in the history
This one slipped through in https://review.typo3.org/c/59217/
Also add it to the deprecation .rst file.

Releases: master, 9.5
Resolves: #87229
Related: #86279
Change-Id: Idc5a3d0cc05906938e134fd2b6cea367324a773a
Reviewed-on: https://review.typo3.org/59225
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
bnf authored and maddy2101 committed Dec 19, 2018
1 parent a8d511a commit 3d4b8ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -17,6 +17,7 @@ The following hooks have therefore been marked as deprecated:
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['tslib_fe-PostProc']`
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['connectToDB']`
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['initFEuser']`
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkDataSubmission']`
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/index_ts.php']['preBeUser']`
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/index_ts.php']['postBeUser']`
* :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc']`
Expand Down
Expand Up @@ -215,4 +215,9 @@
'Deprecation-86279-VariousHooksAndPSR-15Middlewares.rst',
],
],
'$GLOBALS[\'TYPO3_CONF_VARS\'][\'SC_OPTIONS\'][\'tslib/class.tslib_fe.php\'][\'checkDataSubmission\']' => [
'restFiles' => [
'Deprecation-86279-VariousHooksAndPSR-15Middlewares.rst',
],
],
];

0 comments on commit 3d4b8ad

Please sign in to comment.