silverstripe-framework/core
2012-03-09 18:16:44 +13:00
..
manifest ENHANCEMENT: Add config layer - the Config access class itself, and the ConfigManfiest builder which parses in the yaml config files 2012-03-09 18:13:56 +13:00
ArrayLib.php BUGFIX Merge request arrays recursively 2011-12-23 17:48:49 +13:00
ClassInfo.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Config.php ENHANCEMENT: Add config layer - the Config access class itself, and the ConfigManfiest builder which parses in the yaml config files 2012-03-09 18:13:56 +13:00
Convert.php BUGFIX: Eescape / in RegExp. 2012-02-28 00:44:27 +01:00
Core.php MINOR: Add workaround for hitting XDebugs fairly conservative nesting level limit 2012-03-06 09:31:56 +13:00
DAG.php ENHANCEMENT: Add config layer - the Config access class itself, and the ConfigManfiest builder which parses in the yaml config files 2012-03-09 18:13:56 +13:00
Diff.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Extension.php API CHANGE: Modify extensions system to support new config system. Statics are now declared directly on extensions, and there is an add_to_class method extensions can hook into to modify class configuration 2012-03-09 18:16:44 +13:00
HTMLCleaner.php ENHANCEMENT Allowing custom HTMLCleaner implementations via Diff:: and new TidyHTMLCleaner and PurifierHTMLCleaner classes 2011-03-30 18:02:25 +13:00
Object.php API CHANGE: Modify extensions system to support new config system. Statics are now declared directly on extensions, and there is an add_to_class method extensions can hook into to modify class configuration 2012-03-09 18:16:44 +13:00
PaginatedList.php API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability. 2012-03-09 17:07:40 +13:00