mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
3c3b27d3cb
If you changed the URL segment for your homepage to anything other than 'home' a new homepage would be created every time you ran a dev/build. This commit allows you to call RootURLController::set_default_homepage_link('something'); to change the URL segment for your homepage to 'something'. After doing this the dev/build process will no longer create a homepage if you already have a page with 'something' as the URL segment. There was a discussion of needing this at http://www.silverstripe.org/general-questions/show/12253 |
||
---|---|---|
.. | ||
CurrentPageIdentifier.php | ||
ErrorPage.php | ||
RedirectorPage.php | ||
SiteConfig.php | ||
SiteTree.php | ||
SiteTreeDecorator.php | ||
SiteTreeExtension.php | ||
SiteTreeFileExtension.php | ||
SiteTreeFolderExtension.php | ||
VirtualPage.php |