[FEATURE] Introduce native support for Symfony Console
This feature allows to add Commands based on Symfony Console, and also introduces a new binary located in typo3/sysext/core/bin/t3console. This effectively removes the need for typo3/cli_dispatch.phpsh which is not part of any system extension. Resolves: #73042 Releases: master Change-Id: I01c2c600e379c314d7b9dd99d4716a280bfbb105 Reviewed-on: https://review.typo3.org/45581 Reviewed-by:Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- composer.json 3 additions, 0 deletionscomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- typo3/sysext/backend/Classes/Command/LockBackendCommand.php 117 additions, 0 deletionstypo3/sysext/backend/Classes/Command/LockBackendCommand.php
- typo3/sysext/backend/Configuration/Commands.php 16 additions, 0 deletionstypo3/sysext/backend/Configuration/Commands.php
- typo3/sysext/core/Classes/Console/CommandApplication.php 103 additions, 0 deletionstypo3/sysext/core/Classes/Console/CommandApplication.php
- typo3/sysext/core/Classes/Console/CommandRequestHandler.php 181 additions, 0 deletionstypo3/sysext/core/Classes/Console/CommandRequestHandler.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst 49 additions, 0 deletions...Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst
- typo3/sysext/core/bin/t3console 23 additions, 0 deletionstypo3/sysext/core/bin/t3console
- typo3/sysext/core/composer.json 3 additions, 0 deletionstypo3/sysext/core/composer.json
- typo3/sysext/lowlevel/Classes/AdminCommand.php 0 additions, 105 deletionstypo3/sysext/lowlevel/Classes/AdminCommand.php
- typo3/sysext/lowlevel/ext_localconf.php 0 additions, 7 deletionstypo3/sysext/lowlevel/ext_localconf.php
Please register or sign in to comment