silverstripe-framework/core/manifest
2017-05-08 17:52:13 +12: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 FIX Comments ignored by classmanifest (#6619) 2017-02-15 10:46:04 +13:00
ConfigManifest.php BUG Ensure correct regeneration of ConfigManifest if only one of the cache files is missing 2017-01-16 21:24:34 +01:00
ConfigStaticManifest40.php Adds support for using the newer ConfigStaticManifest from the 4.0/master branch. If the developer is doing something weird that involves accessing the 'getStatics()', they can simply delete the ConfigStaticManifest40.php file to bring back full compatibility. My reasoning for this addition is that it reduces the /dev/build process greatly and increases the programmers productivity and improves their quality of life (in my opinion anyway, less waiting for 7-12s for private static changes). 2017-05-08 17:52:13 +12:00
ConfigStaticManifest.php Minor refactor of SS_ConfigStaticManifest_Parser::parse() (#5782) 2016-07-07 12:14:54 +01:00
ManifestCache.php Replace hard-coded directory separators constant 2016-11-24 08:00:34 +13: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 Merge branch '3.4' into 3.5 2017-02-20 21:31:09 +00:00