Go to file
Guy Sartorelli 1e647a33e6
Update translations
2022-11-10 01:56:20 +00:00
.github/workflows MNT Add github action for deploying userdocs 2022-08-23 15:29:56 +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 DOC Very minor doc tweak to test netlify hook 2022-09-07 10:42:49 +12:00
lang Update translations 2022-11-10 01:56:20 +00:00
src ENH PHP 8.1 compatibility 2022-04-27 09:31:14 +12:00
templates Fix category and tag buttons using input groups from bootstrap 2020-10-01 13:22:28 -06:00
tests ENH Replace ADMIN permissions with less permissions in Behat test 2022-09-13 12:37:39 +12: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 API Convert gulp and Compass builds to use Webpack 2018-01-29 11:46:54 +13: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
.upgrade.yml update namespace for blog controllers 2018-10-19 20:37:10 +02:00
README.md MNT Standardise modules 2022-08-01 16:21:14 +12:00
_config.php FIX refactored to remove code from _config.php 2017-09-14 10:44:21 +12:00
behat.yml MNT Add behat tests 2021-11-13 20:33:35 +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 Merge branch '3.9' into 3.10 2022-07-25 09:57:15 +12: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 MNT Standardise modules 2022-08-01 16:21:14 +12:00
webpack.config.js API Convert gulp and Compass builds to use Webpack 2018-01-29 11:46:54 +13:00
yarn.lock Merge pull request #673 from silverstripe/pulls/3/update-js-1648772547 2022-05-31 11:03:39 +12:00

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.