silverstripe-framework/core/manifest
Damian Mooyman 230d017677 Merge remote-tracking branch 'origin/3'
# Conflicts:
#	admin/css/ie7.css.map
#	admin/css/screen.css
#	admin/css/screen.css.map
#	admin/font/icon-reference.html
#	admin/font/silverstripe.eot
#	admin/font/silverstripe.svg
#	admin/font/silverstripe.ttf
#	admin/font/silverstripe.woff
#	admin/scss/_forms.scss
#	admin/scss/_style.scss
2016-02-12 15:41:45 +13: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 API Support trait loading 2015-09-24 11:57:45 +12:00
ConfigManifest.php Update YAML component, load via composer 2015-10-19 17:06:25 +01:00
ConfigStaticManifest.php Optimization: Swapped is_array for faster casting compare, shaved ~4s off flushing on 3.2ghz i5 dual core system 2015-12-05 19:39:37 +11: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