Go to file
Dylan Wagstaff 2986d7e0c3
Merge pull request #57 from creative-commoners/pulls/2.0/fix-cache-mode
FIX Separate tests, ensure versioned cache mode does not interfere
2018-06-19 10:51:28 +12:00
.tx Remove Transifex configuration. Commit directly to lang files for SS3. 2017-12-18 18:03:51 +13:00
_config Edit updated things until the tests pass 2017-12-11 17:20:00 +13:00
docs Merge pull request #52 from silverstripe/docs/pulls/2.0/update-docs 2018-04-05 09:57:03 +12:00
lang FIX Update namespaces in Russian translation file 2017-12-18 18:09:39 +13:00
src FIX Separate tests, ensure versioned cache mode does not interfere 2018-06-18 22:54:33 +12:00
templates Page specific cache key, unit and functional tests 2013-10-30 17:46:22 +01:00
tests FIX Separate tests, ensure versioned cache mode does not interfere 2018-06-18 22:54:33 +12:00
.editorconfig Added standard editor config 2015-11-19 13:27:31 +13:00
.gitattributes FIX: Minor functional alterations and CI improvements 2017-12-12 16:12:03 +13:00
.gitignore Initial commit 2012-11-26 13:22:30 +13:00
.scrutinizer.yml FIX update CI setting files 2017-12-12 09:43:12 +13:00
.travis.yml Add various recipe versions to Travis matrix 2018-06-18 22:56:10 +12:00
.upgrade.yml run the upgrader tool over the codebase to namespace the classes 2017-12-11 12:10:56 +13:00
README.md Update documentation to include correct file paths 2017-12-18 15:45:07 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:18:18 +13:00
codecov.yml FIX update CI setting files 2017-12-12 09:43:12 +13:00
composer.json Remove obsolete branch alias 2018-06-11 15:38:06 +12:00
license.md FIX update CI setting files 2017-12-12 09:43:12 +13:00
phpcs.xml.dist FIX update CI setting files 2017-12-12 09:43:12 +13:00
phpunit.xml.dist FIX: Minor functional alterations and CI improvements 2017-12-12 16:12:03 +13:00

README.md

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.