Commit Graph

17 Commits

Author SHA1 Message Date
Steve Boyd 66da923502 FIX Ensure page has extension before calling method 2024-02-29 14:05:44 +13:00
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
Steve Boyd 600a4b2cde ENH PHP 8.1 compatibility 2022-04-13 13:53:29 +12:00
Robbie Averill bd59ce6200 FIX Separate tests, ensure versioned cache mode does not interfere 2018-06-18 22:54:33 +12: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 5bde86198b FIX Do not use cached SiteTree object but ensure record ID is set before diff 2017-12-18 16:38:16 +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
Robbie Averill dd361929db FIX Use cached SiteTree object for history instead of creating a temporary object 2017-12-18 15:45:05 +13:00
Robbie Averill bfba519cc3 FIX Update translation class names and replace sprintf translations with parameters 2017-12-13 15:36:20 +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 23f2f45705 FIX Capitalisation of trait usage 2017-12-12 10:31:47 +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