silverstripe-framework/core
Sam Minnee a55e06f6b5 API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability.
API CHANGE: Deprecated SS_List::getRange() in favour of SS_Limitable::limit().
API CHANGE: Introduce SS_Limitable::limit($limit, $offset = 0) as the only modern way of specifying limits; deprecate all others.
2012-03-09 17:07:40 +13:00
..
manifest BUGFIX Namespaced classes were always having their namespace prepended to their base class 2011-12-23 10:24:42 +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
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
Diff.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Extension.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08: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 MINOR: Removed use of deprecated ClassInfo::is_subclass_of 2011-10-29 17:34:32 +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