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
2015-04-09 16:03:30 +12:00
2015-04-22 16:17:09 +12:00
2016-06-14 17:38:43 +12:00
2016-01-19 15:05:36 +13:00
2016-05-20 15:23:41 +12:00
2016-03-20 20:32:03 -03:00
2015-11-19 13:24:47 +13:00
2015-11-19 19:11:09 +13:00
2016-05-18 17:01:49 +12:00
2016-02-04 11:44:26 +13:00
2016-01-01 06:37:39 +13: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.

Description
No description provided
Readme 7.5 MiB
Languages
PHP 87.6%
Scheme 4.5%
JavaScript 3.3%
Gherkin 2.4%
SCSS 2.2%