TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:31 +02:00
commit 3e43c11539
407 changed files with 51272 additions and 0 deletions
@@ -0,0 +1,36 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<div class="typo3-install-content-body">
<h2>Environment Overview</h2>
<p>First the Install Wizard needs to inspect your web server and identify any issues that may prevent TYPO3 from running correctly.</p>
<div class="t3js-installer-environment-details" hidden>
<h3>Problems Detected</h3>
</div>
<div class="row justify-content-between">
<form class="col-auto t3js-installer-environmentFolders-bad" hidden>
<div class="typo3-install-content-spacer-small">
<button type="submit" class="btn btn-default t3js-installer-environmentFolders-retry">
Scan environment again
</button>
</div>
</form>
<form class="col-auto t3js-installer-environmentFolders-bad" hidden>
<div class="typo3-install-content-spacer-small">
<button type="submit" class="btn btn-danger t3js-installer-environmentFolders-execute float-end">
Continue with errors
</button>
</div>
</form>
<form class="col-auto t3js-installer-environmentFolders-good" hidden>
<div class="typo3-install-content-spacer-small">
<button type="submit" class="btn btn-success t3js-installer-environmentFolders-execute float-end">
No problems detected, continue with installation
</button>
</div>
</form>
</div>
</div>
</html>