silverstripe-framework/core/manifest
2016-07-07 10:28:17 +01:00
..
ClassLoader.php Replaced filterByCallback for 'Children' to just create a new array as function calls are exponentially expensive in PHP (the more functions that exist, the slower a function call becomes) and replaced 'array_key_exists' with op-code equivalent for speed. The best increase isn't really noticeable but we should work towards optimizing the core as much as possible. 2016-01-25 13:22:51 +00:00
ClassManifest.php Merge branch '3.1' into 3.2 2016-05-20 12:24:47 +01:00
ConfigManifest.php MINOR Empty YAML config causes invalid argument error 2016-04-26 12:58:27 +01:00
ConfigStaticManifest.php Merge branch '3.2' into 3.3 2016-07-07 10:27:25 +01:00
ManifestCache.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ManifestFileFinder.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
TemplateLoader.php Remove unused local vars 2015-08-03 20:42:43 +02:00
TemplateManifest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
TokenisedRegularExpression.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00