silverstripe-framework/core
Hamish Friedlander 6009cfadc2 NEW Allow debugging of config cyclic errors
It is possible to specify before and after rules on config fragments
that conflict - A before B and B before A isnt possible to solve.

This used to just throw an error with no way to debug. Now if you
specify debug as a GET parameter and the site is not in live mode
youll get a basic dump of the remaining DAG graph
2012-08-27 16:08:10 +12:00
..
manifest NEW Allow debugging of config cyclic errors 2012-08-27 16:08:10 +12:00
ArrayLib.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ClassInfo.php BUGFIX: fix the ClassInfo::allClasses to fetch manifest data directly 2012-04-17 14:46:07 +12:00
Config.php RECOMMIT This is a recommit of a previously merged, but reverted, commit. The initial commit had problems when running "tests/all flush=all" when dev/build would re-analyse a bunch of stuff; fixes to address this went into https://github.com/silverstripe/sapphire/pull/487, but for some reason the actual base changes didn't, so I'm re-submitting them in a separate pull. 2012-06-03 20:41:00 +10: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 ENHANCEMENT Remove use of deprecated extraStatics in core files 2012-04-19 08:37:51 +12:00
HTMLCleaner.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Object.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02: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