Go to file
Dylan Wagstaff 4be03364de
Merge pull request #643 from creative-commoners/pulls/3.6/explain-defaults
DOC Add explanation for default values
2021-05-02 20:54:18 +12:00
.tx Revert "Removing translations in preparation for namepsacing them" 2017-09-18 16:03:08 +12:00
_config Merge branch '3.2' into 3.3 2020-06-12 14:20:26 +12:00
client Upgradeing dependencies 2019-11-08 17:33:51 +13:00
docs Make featured images directory configurable 2019-08-15 09:44:14 +12:00
lang ENH Update translations 2020-11-18 12:56:01 +13:00
src Merge pull request #643 from creative-commoners/pulls/3.6/explain-defaults 2021-05-02 20:54:18 +12:00
templates Fix category and tag buttons using input groups from bootstrap 2020-10-01 13:22:28 -06:00
tests Switch assertions to test the end of the strings 2019-08-15 09:46:05 +12:00
.codecov.yml Adding .codecov.yml file 2017-05-25 08:57:47 +01:00
.editorconfig Update readme, editorconfig, phpcs ruleset 2018-01-29 16:01:08 +13:00
.eslintignore Upgradeing dependencies 2019-11-08 17:33:51 +13:00
.eslintrc.js API Convert gulp and Compass builds to use Webpack 2018-01-29 11:46:54 +13:00
.gitattributes Update readme, editorconfig, phpcs ruleset 2018-01-29 16:01:08 +13:00
.gitignore Set docblock for the setButtonName method, and don't invalidate localisation text. 2019-08-15 09:44:51 +12:00
.nvmrc Upgradeing dependencies 2019-11-08 17:33:51 +13:00
.sass-lint.yml API Convert gulp and Compass builds to use Webpack 2018-01-29 11:46:54 +13:00
.scrutinizer.yml Update Travis and Scrutinizer configuration, add note to readme 2017-01-12 10:21:50 +13:00
.travis.yml MNT Travis shared config, use sminnee/phpunit 2020-12-01 15:44:11 +13:00
.upgrade.yml update namespace for blog controllers 2018-10-19 20:37:10 +02:00
README.md Add supported module badge to readme 2018-06-15 17:31:09 +12: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 MNT Travis shared config, use sminnee/phpunit 2020-12-01 15:44:11 +13:00
license.md Update license year 2018-01-29 16:01:17 +13:00
package.json MNT Travis shared config, use sminnee/phpunit 2020-12-01 15:44:11 +13:00
phpcs.xml.dist MNT Travis shared config, use sminnee/phpunit 2020-12-01 15:44:11 +13:00
phpunit.xml.dist FIX convert CI bootstrap references to new their new locations in vendor 2017-10-05 10:07:54 +13:00
webpack.config.js API Convert gulp and Compass builds to use Webpack 2018-01-29 11:46:54 +13:00
yarn.lock Add jQuery dependency 2019-11-11 14:36:32 +13:00

README.md

SilverStripe Blog Module

Build Status Scrutinizer Code Quality codecov.io 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.