silverstripe-cms/code/Model
Lee Bradley d3fa8946be
Issue-2034: Fix for Page icons using data urls
Fixes #2034

Code was getting the icon twice, both in SiteTree &
  LeftAndMainPageIconsExtenstion.
Now just uses `SiteTree::getPageIconURL()`
Tweaked to use `sprintf` instead of double quotes
2017-11-23 15:42:31 +00:00
..
CurrentPageIdentifier.php Auto-convert to psr2 2017-01-31 13:59:35 +13:00
RedirectorPage.php Merge branch '3' 2017-06-28 15:21:22 +01:00
RedirectorPageController.php FIX Allow RedirectorPage to have non-redirected actions, move redirection to index 2017-06-23 11:23:31 +12:00
SiteTree.php Issue-2034: Fix for Page icons using data urls 2017-11-23 15:42:31 +00:00
SiteTreeExtension.php Auto-convert to psr2 2017-01-31 13:59:35 +13:00
SiteTreeFileExtension.php Update usages of ClassInfo 2017-09-20 15:20:17 +12:00
SiteTreeFolderExtension.php Update usages of ClassInfo 2017-09-20 15:20:17 +12:00
SiteTreeLinkTracking_Parser.php BUG Safely check for is_site_url before parsing a shortcode 2017-10-30 14:38:31 +13:00
SiteTreeLinkTracking.php Fix and upgrade all tests 2017-06-21 16:29:40 +12:00
VirtualPage.php Update usages of ClassInfo 2017-09-20 15:20:17 +12:00