-------------------
Fixes:
- Deferred adapter lookup in collection view.
This was looked up for contentmenu/toolbar at every authenticated request.
It also had side effects if custom collection behaviors are used.
[jensens]
- Fixed unstable robot test for location criterion. [maurits]
- Don't fail for ``utils.replace_link_variables_by_paths``, if value is ``None``.
The value can be ``None`` when creating a ``Link`` type with ``invokeFactory`` without ``remoteUrl`` set and calling the indexer before setting the URL.
[thet]