Mateusz Uzdowski 8a7d2ec9da NEW Refactor diff API and add managed limits.
Deprecate the getDiffedChanges method to get rid of confusing
fullHistory parameter. Add a getDiff method to fetch just a single diff
and a more versatile getDiffList method which allows specifying a limit.

We now also cap the amount of items coming from the diffing process
to a default value that we hope will result in generation times no
greater than a few seconds. This can be reconfigured by developers.
2015-03-30 11:28:42 +13:00
2013-10-24 23:33:20 +02:00
2014-11-19 14:23:02 +13:00
2012-11-26 13:22:30 +13:00
2013-10-31 10:02:51 +01:00
2012-11-26 13:22:30 +13:00
2013-09-02 11:43:18 +02:00
2013-10-31 10:02:51 +01:00

Version Feed

Build Status

Overview

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

Requirements

  • SilverStripe 3.0+

Installation

Install with composer by running:

composer require silverstripe/versionfeed:*

in the root of your SilverStripe project.

Or just clone/download the git repository into a subfolder (usually called "versionfeed") of your SilverStripe project.

Usage

For usage instructions see user manual.

Contributing

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%