silverstripe-framework/docs/en/reference
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
..
_images MINOR Added CMS architecture documentation 2012-01-01 18:24:09 +01:00
bbcode.md Small text changes, added api links, cont. updating images for tutorials, fixed tutorials from member feedback 2011-03-09 10:05:51 +13:00
cms-architecture.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
complextablefield.md Moved GridField docs to reference 2012-10-30 18:59:26 +01:00
database-structure.md Clarified docs on isDev usage in dev/build 2013-01-22 14:29:58 +01:00
dataextension.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
dataobject.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
datefield.md NEW Hints for scaffolded date/time fields 2013-04-08 19:38:50 +12:00
director.md MINOR: update core controller template with more help information. 2012-06-30 15:19:36 +12:00
execution-pipeline.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
form-field-types.md Fix minor formatting issues 2013-03-18 14:37:26 +13:00
grid-field.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
image.md Merge branch 'patch-2' of https://github.com/anselmdk/sapphire into 3.0 2012-09-24 18:22:49 +12:00
index.md Merge branch 'refindex' of git://github.com/silverstripe-rebelalliance/sapphire into silverstripe-rebelalliance-refindex 2013-02-25 15:05:15 +13:00
injector.md Fixed markdown whitespace usage 2012-10-02 11:38:16 +02:00
layout.md API Move state to enwtine properties, provide API for preview. 2012-12-10 17:52:01 +01:00
member.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
modeladmin.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
partial-caching.md Using new template controls in docs 2012-06-27 16:09:31 +02:00
permission.md MINOR Updated coding conventions to require the 'public' keyword for class methods and variables 2012-01-30 23:13:42 +01:00
preview.md Fixed extra_requirements docs 2013-04-05 15:35:30 +02:00
requirements.md Merge remote-tracking branch 'origin/3.0' into 3.1 2013-04-02 02:00:50 +02:00
restfulservice.md Fixed markdown whitespace usage 2012-10-02 11:38:16 +02:00
rssfeed.md Fix typo with setTemplate() rss docs. 2012-12-04 19:54:26 +13:00
searchcontext.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
shortcodes.md NEW Make shortcode parser more clever about placement 2013-02-18 10:49:52 +13:00
site-reports.md Fixed markdown whitespace usage 2012-10-02 11:38:16 +02:00
siteconfig.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
sitetree.md NEW Enforce max node counts to avoid excessive resource usage 2013-04-09 10:24:18 +12:00
sqlquery.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
tablefield.md Small text changes, added api links, cont. updating images for tutorials, fixed tutorials from member feedback 2011-03-09 10:05:51 +13:00
tablelistfield.md Moved GridField docs to reference 2012-10-30 18:59:26 +01:00
templates-formal-syntax.md ENHANCEMENT: Updated the template language documentation, based on work done by mrmorphic. 2011-12-17 15:25:15 +13:00
templates-upgrading-guide.md Fixed references to deprecated APIs in docs 2012-06-28 14:49:55 +02:00
templates.md API: Support inequalities in templates 2013-04-08 17:07:39 +02:00
typography.md MINOR Updated coding conventions to require the 'public' keyword for class methods and variables 2012-01-30 23:13:42 +01:00
uploadfield.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
urlvariabletools.md Remove reference to /images/flush. 2013-04-06 18:13:18 +13:00