Go to file
Max Girkens 3b17c4478e
BlogTag existing check on URLSegment
perform existing check for BlogTag on URLSegment rather than Title. 
Title is non unique in the Database, thus allows (ci) duplicates in legacy entries
2018-06-21 13:23:08 +02:00
_config Comment notification extensions 2015-04-09 16:03:30 +12:00
code BlogTag existing check on URLSegment 2018-06-21 13:23:08 +02:00
css ENHANCEMENT: Addition of tag cloud widget complete with tests 2016-01-25 14:39:12 +07:00
docs FEATURE config to disable sending spam notifications 2017-07-03 11:17:30 +01: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 TEST Fix regression in tests from new Versioned exceptions 2018-06-19 14:39:17 +01: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 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 Remove PHP 5.3 from Travis builds 2018-02-20 11:01:09 +13: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 Update branch alias for 2.6.x-dev 2017-11-20 14:31:48 +13: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.