Go to file
Robbie Averill 98645af960 Implement Blog namespaces 2017-01-17 08:58:00 +13:00
.tx Add translations to transifex 2015-04-22 16:17:09 +12:00
_config Implement Blog namespaces 2017-01-17 08:58:00 +13:00
css FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons 2017-01-13 15:33:53 +13:00
docs DOCS Rework documentation to have clear user guide and dev docs. 2015-12-15 16:07:43 +13:00
images Minor: Changed blog page icon 2016-01-19 15:05:36 +13:00
js FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons 2017-01-13 15:33:53 +13:00
lang FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons 2017-01-13 15:33:53 +13:00
scss FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons 2017-01-13 15:33:53 +13:00
src Add sidebar back as a separate tab. Fix tag and category routes 2017-01-13 15:55:48 +13:00
templates Move admin sidebar template to correct location 2017-01-12 10:20:44 +13:00
tests Implement Blog namespaces 2017-01-17 08:58:00 +13: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 Removed compass in favour of gulp 2017-01-12 10:19:40 +13:00
.scrutinizer.yml Update Travis and Scrutinizer configuration, add note to readme 2017-01-12 10:21:50 +13:00
.travis.yml Update Travis and Scrutinizer configuration, add note to readme 2017-01-12 10:21:50 +13:00
README.md Update Travis and Scrutinizer configuration, add note to readme 2017-01-12 10:21:50 +13:00
_config.php FIX Base pase constant BLOGGER_DIR 2017-01-12 10:20:44 +13: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 Move "code" to PSR-4 friendly "src" folders. Add namespacing. 2017-01-12 10:20:42 +13:00
gulpfile.js Removed compass in favour of gulp 2017-01-12 10:19:40 +13:00
license.md Updated license year 2016-01-01 06:37:39 +13:00
package.json Removed compass in favour of gulp 2017-01-12 10:19:40 +13:00

README.md

SilverStripe Blog Module

Build Status Scrutinizer Code Quality codecov.io helpfulrobot

Latest Stable Version License Monthly Downloads

Documentation

Requirements

silverstripe/cms: ^4.0
silverstripe/lumberjack: ^2.0
silverstripe/tagfield: ^2.0

Suggested Modules

silverstripe/widgets: *
silverstripe/comments: *

Installation

composer require silverstripe/blog

Upgrading

Upgrading from 2.x to 3.x

Aside from the framework and CMS upgrades required the blog module should not require anything extra to be completed.

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.