[TASK] Deprecate cliKeys logic and cli_dispatch.phpsh entrypoint
The way of calling CLI scripts from within TYPO3 via the "cliKeys" functionality and the typo3/cli_dispatch.phpsh entrypoint have been superseded by the new Symfony Console integration. All code related to this functionality has been marked as deprecated. Calling the CliRequestHandler (which is the main entry point for the cli_dispatch.phpsh) will trigger a deprecation message warning. Resolves: #80468 Releases: master Change-Id: Ib72ab93bee27421163c9117ebedcc0e97e17d41e Reviewed-on: https://review.typo3.org/52173 Reviewed-by:Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/cli_dispatch.phpsh 2 additions, 1 deletiontypo3/cli_dispatch.phpsh
- typo3/sysext/backend/Classes/Console/Application.php 4 additions, 0 deletionstypo3/sysext/backend/Classes/Console/Application.php
- typo3/sysext/backend/Classes/Console/CliRequestHandler.php 4 additions, 0 deletionstypo3/sysext/backend/Classes/Console/CliRequestHandler.php
- typo3/sysext/backend/Resources/Private/Php/cli.php 4 additions, 0 deletionstypo3/sysext/backend/Resources/Private/Php/cli.php
- typo3/sysext/core/Classes/Console/CommandRequestHandler.php 2 additions, 0 deletionstypo3/sysext/core/Classes/Console/CommandRequestHandler.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-80468-CommandLineInterfaceCliKeysAndCli_dispatchphpsh.rst 48 additions, 0 deletions...80468-CommandLineInterfaceCliKeysAndCli_dispatchphpsh.rst
- typo3/sysext/extbase/ext_localconf.php 1 addition, 0 deletionstypo3/sysext/extbase/ext_localconf.php
- typo3/sysext/lowlevel/ext_localconf.php 1 addition, 0 deletionstypo3/sysext/lowlevel/ext_localconf.php
- typo3/sysext/scheduler/ext_localconf.php 1 addition, 0 deletionstypo3/sysext/scheduler/ext_localconf.php
Please register or sign in to comment