mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #135 from open-sausages/pulls/4.0/namespace-everything
Upgrade installer
This commit is contained in:
commit
c9bf8bb016
@ -9,5 +9,8 @@
|
|||||||
************************************************************************************
|
************************************************************************************
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
if (!file_exists('framework') || !file_exists('framework/_config.php')) include "install-frameworkmissing.html";
|
if (!file_exists('framework') || !file_exists('framework/_config.php')) {
|
||||||
else include('./framework/dev/install/install.php');
|
include "install-frameworkmissing.html";
|
||||||
|
} else {
|
||||||
|
include('./framework/Dev/Install/install.php');
|
||||||
|
}
|
||||||
|
@ -7,9 +7,7 @@ After:
|
|||||||
# YAML configuration for SilverStripe
|
# YAML configuration for SilverStripe
|
||||||
# See http://doc.silverstripe.org/framework/en/topics/configuration
|
# See http://doc.silverstripe.org/framework/en/topics/configuration
|
||||||
# Caution: Indentation through two spaces, not tabs
|
# Caution: Indentation through two spaces, not tabs
|
||||||
SSViewer:
|
SilverStripe\View\SSViewer:
|
||||||
themes:
|
themes:
|
||||||
- 'simple'
|
- 'simple'
|
||||||
- '$default'
|
- '$default'
|
||||||
Debug:
|
|
||||||
friendly_error_httpcode: true
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
<listeners>
|
<listeners>
|
||||||
<listener class="SS_TestListener" file="framework/dev/TestListener.php" />
|
<listener class="SilverStripe\Dev\SS_TestListener" file="framework/Dev/SS_TestListener.php" />
|
||||||
</listeners>
|
</listeners>
|
||||||
|
|
||||||
<groups>
|
<groups>
|
||||||
|
Loading…
Reference in New Issue
Block a user