Dylan Wagstaff 093af10c8a FIX allow allchanges to handle removed Page types
If a there exists at some point in the history a class that no longer
exists, Versioned will create it as a `DataObject` as opposed to some form
of the `SiteTree` superclass. This would break the absolute link
funcitonality, so we should make the version at least an instance of
SiteTree so we can generate the link accurately (without fatal errors).
2018-02-13 12:11:27 +13:00
2015-11-19 13:27:31 +13:00
2012-11-26 13:22:30 +13:00
2017-12-12 09:43:12 +13:00
2017-12-18 18:08:27 +13:00
2017-12-12 09:43:12 +13:00
2017-12-18 18:08:27 +13:00
2017-12-12 09:43:12 +13:00
2017-12-12 09:43:12 +13:00

Version Feed

Build Status Scrutinizer Code Quality codecov

Overview

The module creates an RSS feed on each page with their change history, as well as one for the entire site.

Requirements

  • SilverStripe ^4

Note: For a SilverStripe 3.x compatible version, please use the 1.x release line.

Installation

Install with composer by running composer require silverstripe/versionfeed in the root of your SilverStripe project.

Usage

For usage instructions see user manual.

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-versionfeed to contribute translations, rather than sending pull requests with YAML files.

Description
No description provided
Readme 407 KiB
Languages
PHP 96.5%
Scheme 3.5%