silverstripe-framework/admin
Ingo Schommer dd6f33ab37 FIX Respect tree node limits, fix search result node display
- Renamed $minNodeCount to more accurate $nodeCountThreshold
- The $minNodeCount attribute wasn't properly respected
during actual querying, so SilverStripe would always traverse
the entire tree (and load all objects into memory),
before then marking nodes as "unexpanded", which prevents
them from actually being rendered.
- Fixes nodes on search results to be expanded by default
- Fixes nodes on search results to correctly ajax-expand
2013-03-19 00:05:14 +01:00
..
code FIX Respect tree node limits, fix search result node display 2013-03-19 00:05:14 +01:00
css Fixed screen.css (wrong compilation) 2013-02-18 01:28:17 +01:00
images ENHANCEMENT: Change media insertion to use button and apply design 2012-06-11 10:54:48 +02:00
javascript Merge tag '3.0.5' into 3.0 2013-02-20 02:21:41 +01:00
scss BUG TimeField respects user choice (fixes #8260) 2013-02-17 21:00:02 +01:00
templates Remove sub navigation for "Files" (fixes 7956) 2012-12-12 23:16:03 +01:00
tests FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
thirdparty BUG Don't double unescape URLs in history.js (fixes #8170) 2013-01-15 13:27:11 +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