------------------
- Fix an error in handling absolute links to objects within the portal,
which prevented references from being created based on those links.
This closes https://dev.plone.org/ticket/12402
[davisagli]
- Stabilize the sort order of breach sources returned for the
confirmation view.
[davisagli]
- Use the `get` method to retrieve the field value if the instance
does not provide an accessor method. This is the case for instance
for fields which have been added via schema extension.
[malthe]
- Support resolveuid/UID references explicitly, by parsing and resolving
these ourselves instead of relying on a view or script (which doesn't work).
This fixes linkintegrity for sites with link-by-uid turned on.
This closes https://dev.plone.org/ticket/12104
[mj]