silverstripe-cms/code/model
2017-07-17 20:13:13 +01:00
..
CurrentPageIdentifier.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
ErrorPage.php Correcting an issue where page controller methods 2016-11-21 15:43:37 +11:00
RedirectorPage.php [SS-2017-003] Only allow HTTP(S) links for external redirector pages 2017-05-24 23:02:41 +01:00
SiteTree.php Children of the site tree are no longer listed only for the purpose of counting them. count($this->Children()) creates an array list of children which has serious performance consequences if there are lot of children present. On the other hand $this->numChildren() runs a count query which is much faster and eat’s less memory. 2017-06-08 12:19:27 +12:00
SiteTreeExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeFileExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeFolderExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeLinkTracking.php FIX Link tracking not escaping # Fixes #1409 2016-03-21 15:22:00 +00:00
VirtualPage.php FIX Make sure VirtualPage renders correct templates 2017-07-17 20:13:13 +01:00