Hotfix 83234

Initial load of Publication and Custom Page hierarchy for non-admin users is too slow.

Version
This hotfix concerns SDL Tridion 2011 SP1HR1.
Problem description
CoreService method GetSystemWideList is pre-fetching all repository data even without specifying options IncludeAllowedActionsColumns and IncludeWebDavUrlColumn and therefore causing a brief delay.
Hotfix description
The database calls responsible for populating the objects have been bundled, and only gather the requested data.
Distributed files
Tridion.ContentManager.CoreService.dll (File Version 6.1.0.997)
Fixes included
None
Dependencies
None