- No longer allow users with view permission to access the advanced security features. Since it's possible to search for all users, which exposes all usernames and email addresses to anyone with view permission. [mathias.leimgruber]
2.2.1
Not secure
------------------
- Add contenttype css klass on items in role map tree. [mathias.leimgruber]
2.2.0
Not secure
------------------
- Add support for ftw.lawgiver custome role translations to principal role tree. [jone]
- Add "workflow_id" metadata to catalog. [jone]
- Fix redirect to prinicpal_role_tree view if user has only view permission. [mathias.leimgruber]
- Fix opening author view in a overlay. [mathias.leimgruber]
- Prevent from display a user twice in remove user permission search_result. [mathias.leimgruber]
2.1.1
Not secure
------------------
- Make a POST request to the updateSharingInfo view. [mathias.leimgruber]
2.1.0
Not secure
------------------
- Replace jq by $ (Plone 4.3 compatibility). [mathias.leimgruber]
- Add custom ajax search handler on sharing view. It returns the selected users too. [mathias.leimgruber]
- Since plone.app.workflow >= 2.1.4 the sharing-view uses 'index' instead 'template' variable to access the page-template. plone.app.workflow >= 2.1.4 is integrated in Plone >= 4.3.2 For backward compatibility we use both variables. [elioschmutz]
2.0
Not secure
----------------
- Use also the patched sharing.py for updateSharingInfo (ajax call). [mathias.leimgruber]
- Add dropdown to select encoding. [tschanzt]
- Drop KSS for custom sharing view. [jone]
- Drop compatibility for Plone <= 4.2. [jone]
- Sharing view: No longer limit visible roles. Visibility of roles is determined by delegate permissions. [buchi]