Commit Graph

10 Commits

Author SHA1 Message Date
Steve Boyd 6699b9074a API Stop using deprecated API 2022-11-24 13:10:46 +13:00
Steve Boyd 9f6b6f9d8a API Update deprecations 2022-11-16 12:00:17 +13:00
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
Robbie Averill 6b6f4ec622 FIX Add warnings as descriptions to settings tabs, not literal fields. Remove duplicated translation 2017-12-18 15:59:11 +13:00
Dylan Wagstaff 5096179825 FIX: update docs & language references 2017-12-12 16:55:08 +13:00
Dylan Wagstaff 67e112fd12 FIX: Minor functional alterations and CI improvements
FIX: PSR-2 codebase. Formatting via phpcbf
FIX: rendering bug in allchanges
FIX: update .gitattributes to not export codecov's config file
FIX: Update SiteTree_versions to the ss4 equivalent SiteTree_Versions
2017-12-12 16:12:03 +13:00
Dylan Wagstaff 229463547d Edit updated things until the tests pass 2017-12-11 17:20:00 +13:00
Dylan Wagstaff 17699f2b8a Update from SS_Cache to Symfony/Cache 2017-12-11 12:50:45 +13:00
Dylan Wagstaff 9a7651b017 run the upgrader tool over the codebase to namespace the classes 2017-12-11 12:10:56 +13:00
Dylan Wagstaff bfb7422981 Make it installable with vendor folder usage 2017-12-11 10:52:01 +13:00