TYPO3 CMS  TYPO3_7-6
DefaultConfiguration.php
Go to the documentation of this file.
1 <?php
3 
4 /*
5  * This file is part of the TYPO3 CMS project.
6  *
7  * It is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU General Public License, either version 2
9  * of the License, or any later version.
10  *
11  * For the full copyright and license information, please read the
12  * LICENSE.txt file that was distributed with this source code.
13  *
14  * The TYPO3 project - inspiring people to share!
15  */
16 
18 
23 {
29  public function execute()
30  {
32  $featureManager = $this->objectManager->get(\TYPO3\CMS\Install\Configuration\FeatureManager::class);
33  // Get best matching configuration presets
34  $configurationValues = $featureManager->getBestMatchingConfigurationForAllFeatures();
35 
36  // let the admin user redirect to the distributions page on first login
37  switch ($this->postValues['values']['sitesetup']) {
38  // Update the admin backend user to show the distribution management on login
39  case 'loaddistribution':
40  $adminUserFirstLogin = [
41  'startModuleOnFirstLogin' => 'tools_ExtensionmanagerExtensionmanager->tx_extensionmanager_tools_extensionmanagerextensionmanager%5Baction%5D=distributions&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bcontroller%5D=List',
42  'ucSetByInstallTool' => '1',
43  ];
44  $this->getDatabaseConnection()->exec_UPDATEquery(
45  'be_users',
46  'admin=1',
47  ['uc' => serialize($adminUserFirstLogin)]
48  );
49  break;
50 
51  // Create a page with UID 1 and PID1 and fluid_styled_content for page TS config, respect ownership
52  case 'createsite':
53  $this->getDatabaseConnection()->exec_INSERTquery(
54  'pages',
55  [
56  'pid' => 0,
57  'crdate' => time(),
58  'cruser_id' => 1,
59  'tstamp' => time(),
60  'title' => 'Home',
61  'doktype' => 1,
62  'is_siteroot' => 1,
63  'perms_userid' => 1,
64  'perms_groupid' => 1,
65  'perms_user' => 31,
66  'perms_group' => 31,
67  'perms_everybody' => 1
68  ]
69  );
70 
71  $pageUid = $this->getDatabaseConnection()->sql_insert_id();
72 
73  // add a root sys_template with fluid_styled_content and a default PAGE typoscript snippet
74  $this->getDatabaseConnection()->exec_INSERTquery(
75  'sys_template',
76  [
77  'pid' => $pageUid,
78  'crdate' => time(),
79  'cruser_id' => 1,
80  'tstamp' => time(),
81  'title' => 'Main TypoScript Rendering',
82  'sitetitle' => $GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename'],
83  'root' => 1,
84  'clear' => 1,
85  'include_static_file' => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/,EXT:fluid_styled_content/Configuration/TypoScript/Styling/',
86  'constants' => '',
87  'config' => 'page = PAGE
88 page.10 = TEXT
89 page.10.value (
90  <div style="width: 800px; margin: 15% auto;">
91  <div style="width: 300px;">
92  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 42"><path d="M60.2 14.4v27h-3.8v-27h-6.7v-3.3h17.1v3.3h-6.6zm20.2 12.9v14h-3.9v-14l-7.7-16.2h4.1l5.7 12.2 5.7-12.2h3.9l-7.8 16.2zm19.5 2.6h-3.6v11.4h-3.8V11.1s3.7-.3 7.3-.3c6.6 0 8.5 4.1 8.5 9.4 0 6.5-2.3 9.7-8.4 9.7m.4-16c-2.4 0-4.1.3-4.1.3v12.6h4.1c2.4 0 4.1-1.6 4.1-6.3 0-4.4-1-6.6-4.1-6.6m21.5 27.7c-7.1 0-9-5.2-9-15.8 0-10.2 1.9-15.1 9-15.1s9 4.9 9 15.1c.1 10.6-1.8 15.8-9 15.8m0-27.7c-3.9 0-5.2 2.6-5.2 12.1 0 9.3 1.3 12.4 5.2 12.4 3.9 0 5.2-3.1 5.2-12.4 0-9.4-1.3-12.1-5.2-12.1m19.9 27.7c-2.1 0-5.3-.6-5.7-.7v-3.1c1 .2 3.7.7 5.6.7 2.2 0 3.6-1.9 3.6-5.2 0-3.9-.6-6-3.7-6H138V24h3.1c3.5 0 3.7-3.6 3.7-5.3 0-3.4-1.1-4.8-3.2-4.8-1.9 0-4.1.5-5.3.7v-3.2c.5-.1 3-.7 5.2-.7 4.4 0 7 1.9 7 8.3 0 2.9-1 5.5-3.3 6.3 2.6.2 3.8 3.1 3.8 7.3 0 6.6-2.5 9-7.3 9"/><path fill="#FF8700" d="M31.7 28.8c-.6.2-1.1.2-1.7.2-5.2 0-12.9-18.2-12.9-24.3 0-2.2.5-3 1.3-3.6C12 1.9 4.3 4.2 1.9 7.2 1.3 8 1 9.1 1 10.6c0 9.5 10.1 31 17.3 31 3.3 0 8.8-5.4 13.4-12.8M28.4.5c6.6 0 13.2 1.1 13.2 4.8 0 7.6-4.8 16.7-7.2 16.7-4.4 0-9.9-12.1-9.9-18.2C24.5 1 25.6.5 28.4.5"/></svg>
93  </div>
94  <h4 style="font-family: Verdana, Arial, Helvetica, sans-serif;">Welcome to a default website made with <a href="https://typo3.org">TYPO3</a></h4>
95  </div>
96 )
97 page.100 < styles.content.get',
98  'description' => 'This is an Empty Site Package TypoScript template.
99 
100 For each website you need a TypoScript template on the main page of your website (on the top level). For better maintenance all TypoScript should be extracted into external files via <INCLUDE_TYPOSCRIPT: source="FILE:EXT:site_myproject/Configuration/TypoScript/setup.ts">.'
101  ]
102  );
103  break;
104  }
105 
106  // Setting SYS/isInitialInstallationInProgress to FALSE marks this instance installation as complete
107  $configurationValues['SYS/isInitialInstallationInProgress'] = false;
108 
109  // Mark upgrade wizards as done
111  if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'])) {
112  foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'] as $updateClassName) {
113  $configurationValues['INSTALL/wizardDone/' . $updateClassName] = 1;
114  }
115  }
116 
118  $configurationManager = $this->objectManager->get(\TYPO3\CMS\Core\Configuration\ConfigurationManager::class);
119  $configurationManager->setLocalConfigurationValuesByPathValuePairs($configurationValues);
120 
122  $session = $this->objectManager->get(\TYPO3\CMS\Install\Service\SessionService::class);
123  $session->destroySession();
124 
127  \TYPO3\CMS\Core\FormProtection\InstallToolFormProtection::class
128  );
129  $formProtection->clean();
130 
133  }
134 
135  \TYPO3\CMS\Core\Utility\HttpUtility::redirect('../../../index.php', \TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_303);
136  }
137 
143  public function needsExecution()
144  {
145  $result = false;
146  if (isset($GLOBALS['TYPO3_CONF_VARS']['SYS']['isInitialInstallationInProgress'])
147  && $GLOBALS['TYPO3_CONF_VARS']['SYS']['isInitialInstallationInProgress'] === true
148  ) {
149  $result = true;
150  }
151  return $result;
152  }
153 
159  protected function executeAction()
160  {
161  $this->assignSteps();
162  return $this->view->render();
163  }
164 }
static redirect($url, $httpStatus=self::HTTP_STATUS_303)
Definition: HttpUtility.php:76
if(TYPO3_MODE==='BE') $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tsfebeuserauth.php']['frontendEditingController']['default']