silverstripe-versionfeed/code
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
..
caching Disable caching in tests 2014-05-22 09:53:49 +12:00
VersionFeed_Controller.php NEW Refactor diff API and add managed limits. 2015-03-30 11:28:42 +13:00
VersionFeed.php NEW Refactor diff API and add managed limits. 2015-03-30 11:28:42 +13:00
VersionFeedSiteConfig.php API Ability to globally enable / disable RSS feeds via config / siteconfig 2014-05-22 11:38:32 +12:00