You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Steve Boyd 84c93b1c2f Merge branch '3.12' into 3 1 week ago
.github/workflows MNT Use gha-dispatch-ci 3 months ago
.tx ENH Update translations 3 months ago
_config Merge branch '3.2' into 3.3 3 years ago
client Upgradeing dependencies 4 years ago
docs DOC Very minor doc tweak to test netlify hook 9 months ago
lang ENH Update translations 1 week ago
src API Stop using deprecated API 6 months ago
templates API Stop using deprecated API 6 months ago
tests API Stop using deprecated API 6 months ago
.editorconfig Update readme, editorconfig, phpcs ruleset 5 years ago
.eslintignore Upgradeing dependencies 4 years ago
.eslintrc.js API Convert gulp and Compass builds to use Webpack 5 years ago
.gitattributes Update readme, editorconfig, phpcs ruleset 5 years ago
.gitignore API Convert gulp and Compass builds to use Webpack 5 years ago
.nvmrc Upgradeing dependencies 4 years ago
.sass-lint.yml API Convert gulp and Compass builds to use Webpack 5 years ago
.upgrade.yml update namespace for blog controllers 5 years ago
README.md MNT Standardise modules 10 months ago
_config.php FIX refactored to remove code from _config.php 6 years ago
behat.yml MNT Add behat tests 2 years ago
changelog.md Update changelog for 2.4.2 7 years ago
code-of-conduct.md Added standard code of conduct 8 years ago
composer.json MNT Revert erroneous dependency changes (#704) 2 months ago
license.md Update license year 5 years ago
package.json MNT Travis shared config, use sminnee/phpunit 3 years ago
phpcs.xml.dist MNT Travis shared config, use sminnee/phpunit 3 years ago
phpunit.xml.dist MNT Standardise modules 10 months ago
webpack.config.js API Convert gulp and Compass builds to use Webpack 5 years ago
yarn.lock Bump decode-uri-component from 0.2.0 to 0.2.2 6 months ago

README.md

Silverstripe Blog Module

CI Silverstripe supported module

Documentation

Requirements

  • Silverstripe CMS 4.0+
  • Silverstripe Lumberjack Module 2.0+
  • Silverstripe Tag Field Module 2.0+
  • Silverstripe Assets 1.0+
  • Silverstripe Asset Admin Module 1.0+

Note: this version is compatible with Silverstripe 4. For Silverstripe 3, please see the 2.x release line.

Suggested Modules

  • Silverstripe Widgets Module
  • Silverstripe Comments Module

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.