silverstripe-versionfeed/src
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
..
Filters FIX allow allchanges to handle removed Page types 2018-02-13 12:11:27 +13:00
VersionFeed.php FIX allow allchanges to handle removed Page types 2018-02-13 12:11:27 +13:00
VersionFeedController.php FIX allow allchanges to handle removed Page types 2018-02-13 12:11:27 +13:00
VersionFeedSiteConfig.php FIX Add warnings as descriptions to settings tabs, not literal fields. Remove duplicated translation 2017-12-18 15:59:11 +13:00