silverstripe-framework/core
Hamish Friedlander 2f00884e79 FIX If ClassName read from DB doesnt exist, dont break
We know the subclass of a record by its ClassName value, but code changes
might have meant that class no longer exists. We used to just break,
but this patch overrides the apparent value of ClassName to be
one that exists in that situation
2012-08-30 11:02:50 +12:00
..
manifest FIX issue with cyclic configs when framework called sapphire 2012-08-28 15:44:40 +12:00
ArrayLib.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ClassInfo.php FIX If ClassName read from DB doesnt exist, dont break 2012-08-30 11:02:50 +12:00
Config.php API Reverse config extra statics control flow 2012-08-23 09:29:13 +12:00
Convert.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Core.php BUG: Fix increase_memory_limit_to() to reduce installation errors. 2012-06-26 12:39:50 +12:00
DAG.php NEW Allow debugging of config cyclic errors 2012-08-27 16:08:10 +12:00
Diff.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Extension.php API Reverse config extra statics control flow 2012-08-23 09:29:13 +12:00
HTMLCleaner.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Object.php Merge pull request #738 from simonwelsh/lsb-53-30 2012-08-27 21:07:29 -07:00
PaginatedList.php BUGFIX: PaginatedList::getIterator() trims the original list to the page lenght when the source list is DataList 2012-07-15 01:02:49 +12:00