silverstripe-framework/core
Hamish Friedlander 600d9cff53 API Make Object::config use late static binding
Can now be used in instance scope, like:
  $this->config()->db
and in static scope, like:
  Page::config()->db
2013-03-26 00:37:47 +01:00
..
manifest FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ArrayLib.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
ClassInfo.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Config.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Convert.php BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
Core.php BUG $_COOKIES is not un-magic_quotes'd 2013-03-19 22:13:07 +13:00
DAG.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Diff.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Extension.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTMLCleaner.php BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
Object.php API Make Object::config use late static binding 2013-03-26 00:37:47 +01:00
PaginatedList.php BUG PaginatedList deprecated method was calling non-existent method 2013-01-15 13:25:16 -06:00
TempPath.php Have tiny_mce_gzip.php use local silverstripe-cache folder if available 2012-09-19 16:43:17 +12:00