[TASK] Create default TypoScript root template
One drawback of Extbase in the backend disposal is that it requires frontend TypoScript to determine several required settings. Since blank TYPO3 instances do not contain any TypoScript by default - backend modules built on Extbase will just fail. The solution is to create a default page and TypoScript template on installing a blank TYPO3 site. Change-Id: I4fe5ffcad51bb07561d417202be577ee1bdd832a Resolves: #40428 Releases: 6.0 Reviewed-on: http://review.typo3.org/14218 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Showing
- typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php 161 additions, 0 deletions...sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php
- typo3/sysext/install/Classes/Installer.php 29 additions, 1 deletiontypo3/sysext/install/Classes/Installer.php
- typo3/sysext/install/Classes/Service/UpdateDispatcherService.php 137 additions, 0 deletions...ysext/install/Classes/Service/UpdateDispatcherService.php
- typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php 42 additions, 0 deletions...ext/install/Classes/Updates/InstallerProcessInterface.php
- typo3/sysext/install/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/install/ext_localconf.php
Please register or sign in to comment