silverstripe-blog/templates
Ingo Schommer d1d9452757 API Moved "SideBar" widget relation to "widgets" module
Removed BlogTreeExtension in favour of the new WidgetPageExtension
in the "widgets module". Use the following code to update:

Object::add_extension('BlogTree', 'WidgetPageExtension');
Object::add_extension('BlogEntry', 'WidgetPageExtension');

The template placeholder has been renamed from $SideBar to
$SideBarView. In case you're overriding blog templates,
please adjust accordingly.

This change means that widgets can theoretically be applied
to individual blog entries as well, since they need the
"SideBar" relationship as well. In practice, this defaults
to "InheritSideBar" though, which pulls them from the BlogHolder as usual.
2013-04-16 16:04:44 +02:00
..
Includes API Moved "SideBar" widget relation to "widgets" module 2013-04-16 16:04:44 +02:00
Layout Show "selected author" headline when filtering 2013-02-28 17:33:21 +01:00
ArchiveWidget.ss ENHANCEMENT: Template changes 2012-08-17 15:55:08 +12:00
BlogManagementWidget.ss MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
RSSWidget.ss ENHANCEMENT: Template changes 2012-08-17 15:55:08 +12:00
SubscribeRSSWidget.ss MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
TagCloudWidget.ss ENHANCEMENT: Template changes 2012-08-17 15:55:08 +12:00
TrackBackPingReturn.ss MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
TrackBackRdf.ss MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00