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 |
||
---|---|---|
.. | ||
AssetAdmin.php | ||
CMSFileAddController.php | ||
CMSMain.php | ||
CMSPageAddController.php | ||
CMSPageEditController.php | ||
CMSPageHistoryController.php | ||
CMSPagesController.php | ||
CMSPageSettingsController.php | ||
CMSSettingsController.php | ||
CMSSiteTreeFilter.php | ||
ContentController.php | ||
ModelAsController.php | ||
NestedController.php | ||
ReportAdmin.php | ||
RootURLController.php | ||
StaticExporter.php |