Go to file
Robbie Averill ef2f1165d7
Merge pull request #505 from creative-commoners/pulls/3.0/blogpoststate-icons
FIX Replace jQuery UI icons with admin font icons
2018-01-25 10:54:05 +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 Remove timer icon image and associated CSS styles 2018-01-24 16:57:09 +13:00
docs Documentation for disabling user profiles 2017-11-03 08:32:25 +13:00
images FIX Remove timer icon image and associated CSS styles 2018-01-24 16:57:09 +13:00
js FIX Blog user settings help links displayed incorrectly 2017-09-22 12:20:41 +12:00
lang Removed HTML from lang files 2017-09-19 10:57:02 +12:00
scss FIX Remove timer icon image and associated CSS styles 2018-01-24 16:57:09 +13:00
src FIX Use clock icon for scheduled posts 2018-01-25 08:46:05 +13:00
templates #498: Moved widget templates 2018-01-10 18:47:39 +13:00
tests Remove use of deprecated assertDOSContains 2018-01-10 12:27:00 +00:00
.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 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 Updating travis install steps 2017-10-12 13:28:32 +01:00
.upgrade.yml Move BlogFilter_GridField to its own class 2017-01-24 13:45:07 +13:00
README.md Update Travis and Scrutinizer configuration, add note to readme 2017-01-12 10:21:50 +13:00
_config.php FIX refactored to remove code from _config.php 2017-09-14 10:44:21 +12: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 FIX Update Travis configuration and coverage whitelist 2017-07-20 10:05:29 +12:00
config.rb Add sass config and compile 2017-09-25 21:00:48 +01:00
gulpfile.js FIX PHP Linter fixes 2017-09-14 09:55:09 +12:00
license.md Updated license year 2017-06-07 21:33:21 +09:30
package.json Removed compass in favour of gulp 2017-01-12 10:19:40 +13:00
phpcs.xml.dist Add phpcs ruleset and fix violations 2017-07-20 10:05:29 +12:00
phpunit.xml.dist FIX convert CI bootstrap references to new their new locations in vendor 2017-10-05 10:07:54 +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.