This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 12:05:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-framework
/
core
/
manifest
History
Daniel Hensby
9e3f76832b
Merge branch '3'
2016-06-13 13:41:20 +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'
2016-05-20 14:20:33 +01:00
ConfigManifest.php
MINOR Empty YAML config causes invalid argument error
2016-04-26 12:58:27 +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
BUG Prevent live manifest loading files from nested test directories
2016-03-31 15:58:23 +13:00
TemplateLoader.php
Remove unused local vars
2015-08-03 20:42:43 +02:00
TemplateManifest.php
API: Look for templates of namespaced classes in subfolders.
2016-06-07 14:36:00 +12:00
TokenisedRegularExpression.php
Improve performance of TokenisedRegularExpression
2016-05-24 10:30:10 +01:00