mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Added note about 'homepagefordomain' module coupling
This commit is contained in:
parent
2555ccb543
commit
4d723c7580
@ -310,6 +310,11 @@ To continue using these restrictions, just install the module - no data migratio
|
|||||||
This affects websites which have comments enabled, through the `$Comments`
|
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.
|
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()`
|
### Removed "auto-merging" of member records from `Member->onBeforeWrite()`
|
||||||
|
|
||||||
Due to security reasons. Please use `DataObject->merge()` explicitly if this is desired behaviour.
|
Due to security reasons. Please use `DataObject->merge()` explicitly if this is desired behaviour.
|
||||||
|
@ -20,6 +20,8 @@ $cacheBaseDir = '../cache/'; // Should point to the same folder as FilesystemPub
|
|||||||
|
|
||||||
// Optional settings for FilesystemPublisher::$domain_based_mapping=TRUE
|
// Optional settings for FilesystemPublisher::$domain_based_mapping=TRUE
|
||||||
$hostmapLocation = '../subsites/host-map.php';
|
$hostmapLocation = '../subsites/host-map.php';
|
||||||
|
|
||||||
|
// Specific to 'homepagefordomain' module
|
||||||
$homepageMapLocation = '../assets/_homepage-map.php';
|
$homepageMapLocation = '../assets/_homepage-map.php';
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user