silverstripe-versionfeed/src/Filters
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
..
CachedContentFilter.php FIX: Minor functional alterations and CI improvements 2017-12-12 16:12:03 +13:00
ContentFilter.php FIX allow allchanges to handle removed Page types 2018-02-13 12:11:27 +13:00
RateLimitFilter.php FIX: Minor functional alterations and CI improvements 2017-12-12 16:12:03 +13:00