silverstripe-cms/code
Jeremy Thomerson 3c3b27d3cb ENHANCEMENT Allow the homepage to have a different URL
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
2012-02-03 03:24:00 +00:00
..
batchactions MINOR Fixed method signature on batch actions 2011-10-04 13:24:01 +02:00
controller BUGFIX $date is not set on SilverStripeNavigatorItem_ArchiveLink 2011-10-31 12:15:22 +13:00
controllers ENHANCEMENT Allow the homepage to have a different URL 2012-02-03 03:24:00 +00:00
forms MINOR Misc styling fixes around dialogs and "add page" styling 2012-01-03 17:57:04 +01:00
model ENHANCEMENT Allow the homepage to have a different URL 2012-02-03 03:24:00 +00:00
reports MINOR: Removed use of deprecated FieldSet in favour of FieldList. 2011-10-29 17:41:51 +13:00
search MINOR Fixed some inline documentation 2011-10-27 20:24:46 +02:00
staticpublisher API CHANGE: Renamed SiteTreeDecorator to SiteTreeExtension. 2011-04-15 19:37:15 +10:00
widgets API CHANGE Changed name from DataObjectSet to either ArrayList or DataList 2011-10-27 20:24:45 +02:00