Go to file
Aaron Carlino f0b4215fa0
Merge pull request #602 from silverstripe/pulls/2/new-docs
Update to new docs site
2019-12-19 12:40:51 +13:00
_config Comment notification extensions 2015-04-09 16:03:30 +12:00
code Merge branch '2.5' into 2 2019-08-01 11:22:13 +12:00
css ENHANCEMENT: Addition of tag cloud widget complete with tests 2016-01-25 14:39:12 +07:00
docs Add frontmatter to subpages 2019-12-09 12:26:20 +13:00
images Minor: Changed blog page icon 2016-01-19 15:05:36 +13:00
js Merge pull request #370 from micmania1/210-fix-message-overflow 2016-02-10 10:51:36 +13:00
lang FIX Add missing translation for GridFieldBlogPostState 2017-12-01 16:36:00 +13:00
scss ENHANCEMENT: Addition of tag cloud widget complete with tests 2016-01-25 14:39:12 +07:00
templates Merge pull request #406 from TheBnl/entry-meta-multiple-authors-localisation 2016-07-05 18:43:25 +12:00
tests Adding tests 2018-06-29 21:30:38 +09:30
.codecov.yml Adding .codecov.yml file 2017-05-25 08:57:47 +01:00
.editorconfig Added standard editor config 2015-11-19 13:24:47 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:11:09 +13:00
.gitignore ENHANCEMENT: Updated Blog to allow for better subclassing. You can now set different show_in_sitetree config options on subclasses. Also done some cleanup 2014-02-16 07:48:44 +00:00
.scrutinizer.yml Added standard Scrutinizer config 2015-11-18 15:01:24 +13:00
.travis.yml Update Travis builds to include PHP 7 2019-07-24 12:16:02 +02:00
README.md Tidied the badges on reademe 2016-05-30 17:35:13 +12:00
_config.php NEW Decouple gridfield stuff into lumberjack module 2015-01-29 10:49:48 +00:00
changelog.md Update changelog for 2.4.2 2016-05-18 17:01:49 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:35 +13:00
composer.json Merge branch '2.5' into 2 2019-07-24 12:43:28 +02:00
config.rb Remove comments CSS from blog and into comments module 2015-04-21 15:15:15 +12:00
license.md Updated license year 2016-01-01 06:37:39 +13:00

README.md

SilverStripe Blog Module

Build Status Scrutinizer Code Quality codecov.io helpfulrobot

Latest Stable Version License Monthly Downloads

Documentation

User guide

Developer documentation

Requirements

silverstripe/cms: ^3.1
silverstripe/lumberjack: ^1.1
silverstripe/tagfield: ^1.0

Suggested Modules

silverstripe/widgets: *
silverstripe/comments: *

Installation

composer require silverstripe/blog

Upgrading legacy blog to 2.x

If you're upgrading from blog version 1.0 to 2.x you will need to run the BlogMigrationTask. Run the task using dev/tasks/BlogMigrationTask either via the browser or sake CLI to migrate your legacy blog to the new version data structure.