------------------
- If user has inherited local roles on a folder and removes inheritance on
sharing page, locally set roles that were inherited before to avoid
definitive loss of access.
This refs http://dev.plone.org/plone/ticket/11945.
[thomasdesvenain]
- In sharing view, return empty list immediately if search_term is the
translated "Search for user or group" message.
[vincentfretin]
- In sharing view, the search for users and groups was done twice, once in
macro_wrapper template and another one in the user-group-sharing macro
in sharing template because of duplicate variable definitions.
[vincentfretin]