[TASK] Restructure bootstrap classes
The scope separation in Bootstrap classes still needs more thoughts and concepts. For now, the construct is simplified to a simple main class with most code in it and independent static helper classes to encapsulate scope specific code. Change-Id: I3f70ececb876fef8bfce76646f84a86cda439a74 Resolves: #38134 Releases: 6.0 Reviewed-on: http://review.typo3.org/12144 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Showing
- index.php 3 additions, 3 deletionsindex.php
- tests/Unit/typo3/classes/BootstrapTest.php 0 additions, 52 deletionstests/Unit/typo3/classes/BootstrapTest.php
- typo3/backend.php 1 addition, 1 deletiontypo3/backend.php
- typo3/classes/Bootstrap.php 63 additions, 53 deletionstypo3/classes/Bootstrap.php
- typo3/classes/Bootstrap/Abstract.php 0 additions, 54 deletionstypo3/classes/Bootstrap/Abstract.php
- typo3/classes/Bootstrap/Cli.php 7 additions, 28 deletionstypo3/classes/Bootstrap/Cli.php
- typo3/classes/Bootstrap/Install.php 5 additions, 24 deletionstypo3/classes/Bootstrap/Install.php
- typo3/cli_dispatch.phpsh 7 additions, 7 deletionstypo3/cli_dispatch.phpsh
- typo3/init.php 4 additions, 4 deletionstypo3/init.php
- typo3/install/index.php 5 additions, 5 deletionstypo3/install/index.php
- typo3/mod.php 1 addition, 1 deletiontypo3/mod.php
- typo3/sysext/cms/tslib/class.tslib_fe.php 1 addition, 1 deletiontypo3/sysext/cms/tslib/class.tslib_fe.php
- typo3/sysext/cms/tslib/index_ts.php 5 additions, 5 deletionstypo3/sysext/cms/tslib/index_ts.php
- typo3/sysext/install/mod/class.tx_install.php 1 addition, 1 deletiontypo3/sysext/install/mod/class.tx_install.php
- typo3/sysext/install/updates/class.tx_coreupdates_migrateworkspaces.php 2 additions, 2 deletions...nstall/updates/class.tx_coreupdates_migrateworkspaces.php
Please register or sign in to comment