From 4d723c7580cf3306db11d4fb4f414343953982d4 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 14 Mar 2012 22:40:35 +0100 Subject: [PATCH] MINOR Added note about 'homepagefordomain' module coupling --- docs/en/changelogs/3.0.0.md | 5 +++++ static-main.php | 2 ++ 2 files changed, 7 insertions(+) diff --git a/docs/en/changelogs/3.0.0.md b/docs/en/changelogs/3.0.0.md index 540f3cb64..3b71fcbbf 100644 --- a/docs/en/changelogs/3.0.0.md +++ b/docs/en/changelogs/3.0.0.md @@ -309,6 +309,11 @@ To continue using these restrictions, just install the module - no data migratio This affects websites which have comments enabled, through the `$Comments` placeholder and the `PageComment` class. See the ['comments' module](https://github.com/silverstripe/silverstripe-comments). To continue using comments, simply install the module - no data migration required. + +### Moved SiteTree->HomepageForDomain into a new 'homepagefordomain' module + +The setting determines difference homepages at arbitrary locations in the page tree, +and was rarely used in practice - so we moved it to a "[homepagefordomain](https://github.com/silverstripe-labs/silverstripe-homepagefordomain)" module. ### Removed "auto-merging" of member records from `Member->onBeforeWrite()` diff --git a/static-main.php b/static-main.php index 139eb633e..557ba7fa7 100644 --- a/static-main.php +++ b/static-main.php @@ -20,6 +20,8 @@ $cacheBaseDir = '../cache/'; // Should point to the same folder as FilesystemPub // Optional settings for FilesystemPublisher::$domain_based_mapping=TRUE $hostmapLocation = '../subsites/host-map.php'; + +// Specific to 'homepagefordomain' module $homepageMapLocation = '../assets/_homepage-map.php'; if (