Cam Findlay 6ccb1bb5df FIX Ensures old blog 1.0 style author names are migrated into 2.0 AuthorNames
Found that old 1.0 blog author names were not being migrated over to the new 2.0 AuthorNames (noted that there is now also a relationship between Member and BlogPost). The old 1.0 did not have this relationship so when migrating no authors are brought across from BlogEntry into BlogPost during the MigrationTask.
2015-06-07 17:20:13 +12:00
2015-04-09 16:03:30 +12:00
2015-04-22 16:17:09 +12:00
2015-06-03 13:47:11 +12:00
2015-04-23 14:30:58 +12:00
2015-05-18 20:35:38 +12:00
2015-03-05 14:14:34 +13:00
2015-05-25 14:00:39 +12:00
2013-08-10 23:59:48 +01:00

SilverStripe Blog Module

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Features

Requirements

silverstripe/cms: ~3.1

Suggested Modules

silverstripe/widgets: *
silverstripe/comments: *

Installation

composer require silverstripe/blog 2.0.x-dev

Upgrading

If you're upgrading from an earlier version to 2.0, running a dev/build will migrate your legacy blog to the new version.

Usage

Because your blog is part of the SiteTree, usage is the same as any other page.

By default, blog posts don't appear in the SiteTree, to avoid clutter. Instead they appear inside your blog as a GridField.

If you'd rather display your posts within the SiteTree, you can do so using SilverStripe config.

In mysite/_config/settings.yml

BlogPost:
  show_in_sitetree: true
Description
No description provided
Readme 7.5 MiB
Languages
PHP 87.6%
Scheme 4.5%
JavaScript 3.3%
Gherkin 2.4%
SCSS 2.2%