------------------
Fixes:
- Acquisition-unwrap each item in the aq_iter chain, as ``getSite().__parent__`` might return an object aquired from the original context which breaks the parent loop detection.
[thet]
- Prevent errors on ``moveIntIdSubscriber`` when the ``IKeyReference`` adapter
raises a ``NotYet``, e.g. because the object does not have a proper path.
[ale-rt]