Go to file
ksdhans 95e14e5496 Performed suggested changes
- Removed hardcoded URL segment (was test code that I forgot to remove)
- Changed if($rss to if(is_string($rss)
- Moved bracket after isRSS() to next line
- Made rssFeed() protected as it's an internal function and shouldn't be part of the public API
2016-06-14 17:38:43 +12:00
_config Comment notification extensions 2015-04-09 16:03:30 +12:00
.tx Add translations to transifex 2015-04-22 16:17:09 +12:00
code Performed suggested changes 2016-06-14 17:38:43 +12:00
css ENHANCEMENT: Addition of tag cloud widget complete with tests 2016-01-25 14:39:12 +07: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 Merge pull request #370 from micmania1/210-fix-message-overflow 2016-02-10 10:51:36 +13:00
lang Update translations. 2016-05-20 15:23:41 +12:00
scss ENHANCEMENT: Addition of tag cloud widget complete with tests 2016-01-25 14:39:12 +07:00
templates Added missing title attribute 2016-03-20 20:32:03 -03:00
tests FIX #394 add getDate to proxy publish date in rss template 2016-05-31 14:26:29 +12:00
_config.php NEW Decouple gridfield stuff into lumberjack module 2015-01-29 10:49:48 +00: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 Merge pull request #248 from gordonbanderson/TAG_CLOUD_WIDGET 2016-01-26 10:08:02 +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 Changelog for 2.4.0 2016-02-04 11:44:26 +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 DOCS updated installation instructions 2016-05-24 13:43:04 +12:00

SilverStripe Blog Module

Build Status Scrutinizer Code Quality Build Status codecov.io

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads Daily Downloads

Dependency Status Reference Status

codecov.io

helpfulrobot

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.