MINOR Added note about 'homepagefordomain' module coupling

This commit is contained in:
Ingo Schommer 2012-03-14 22:40:35 +01:00
parent 2555ccb543
commit 4d723c7580
2 changed files with 7 additions and 0 deletions

View File

@ -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()`

View File

@ -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 (