silverstripe-framework/core/manifest
Hamish Friedlander c7ca47f2b1 FIX Config frag could only have one before or after rule
You should be able to specify multiple before and after rules in
a config fragment. This was intended to be a comma seperated string
but that wasnt being split properly

Now if you provide a comma seperated string it is split properly,
but you can also provide an array, which is actually cleaner
2012-08-27 16:00:54 +12:00
..
ClassLoader.php ENHANCEMENT Added $exclusive flag to SS_ClassLoader->pushManifest() to allow for multiple manifests co-existing (useful for tests which rely on core classes but also want to test their own manifests) 2012-04-15 17:17:15 +02:00
ClassManifest.php MINOR: Remove checks for PHP < 5.3.2, as it's no longer supported 2012-04-18 10:38:09 +12:00
ConfigManifest.php FIX Config frag could only have one before or after rule 2012-08-27 16:00:54 +12:00
ManifestFileFinder.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TemplateLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TemplateManifest.php MINOR: updating documentation to use "Simple" theme 2012-04-24 15:57:27 +12:00
TokenisedRegularExpression.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00