silverstripe-framework/admin
Ingo Schommer 01f46d039f NEW Enforce max node counts to avoid excessive resource usage
Rendering potentially 1000s of nodes can exceed the CPU and memory constraints
of a normal PHP process, as well as the rendering capabilities of browsers.
Set a hard maximum for the renderable nodes, deferring to a "show as list" action
in the main CMS tree. For TreeDropdownField, we don't have the list fallback option,
so ask the user to search for the node title instead.

Also makes both the "node_threshold_total" and "node_threshold_leaf" values configurable
2013-04-09 10:24:18 +12:00
..
code NEW Enforce max node counts to avoid excessive resource usage 2013-04-09 10:24:18 +12:00
css NEW Enforce max node counts to avoid excessive resource usage 2013-04-09 10:24:18 +12:00
images Provide new save icon for the use in the framework. 2012-12-13 17:43:25 +01:00
javascript Updated history.js dependency 2013-03-20 00:46:32 +01:00
scss NEW Enforce max node counts to avoid excessive resource usage 2013-04-09 10:24:18 +12:00
templates FIX: Set ModelAdmin tab targets to avoid creating new panels 2013-03-29 01:41:31 +11:00
tests API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
thirdparty Updated history.js dependency 2013-03-20 00:46:32 +01:00
_config.php BUG Video embed from Add Media Feature no longer works (open #8033) 2012-11-15 15:49:03 +13:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver 2011-12-20 17:46:43 +01:00