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
Damian Mooyman
779a4e2443
Set disable-segmentation for SSViewer cache
...
Cleanup
2018-06-05 10:30:18 +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
Partial revert of
#7665
- bad docblock changes
2018-02-09 19:27:11 +00:00
ConfigManifest.php
Set disable-segmentation for SSViewer cache
2018-06-05 10:30:18 +12:00
ConfigStaticManifest.php
Partial revert of
#7665
- overzealous string renames
2018-02-09 19:27:45 +00: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
SilverStripeVersionProvider.php
Set disable-segmentation for SSViewer cache
2018-06-05 10:30:18 +12: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