- Updated sharing.pt to the recent markup conventions. References http://dev.plone.org/plone/ticket/9981 [spliter]
- Allow sharing to search for group title as well as id. Closes http://dev.plone.org/plone/ticket/9269 [esteele]
2.0a3
------------------
- Add support for GenericSetup roles removal in sharing.xml. This closes http://dev.plone.org/plone/ticket/9979. [dukebody, thanks optilude]
- Use zope.site and declare missing package dependencies. [hannosch]
2.0a2
------------------
- Changed msgid box_search to label_search in sharing.pt. box_search have a different semantic in the header for the rendered search portlet. This closes http://dev.plone.org/plone/ticket/9752
- Don't include <q> tag in heading_currently_assigned_shares message. [vincentfretin]
2.0a1
------------------
- Specify complete package dependencies and some cleanups. [hannosch]
- Changed default message from "User/Group" to "Name" for label_name msgid in sharing.pt. [vincentfretin]
- Added support for the sharing.xml import/export syntax. [optilude]
1.2
----------------
- Use our own PloneMessageFactory. [hannosch]
- Fixed deprecation warnings for use of Globals. [hannosch]
- Specified package dependencies. [hannosch]
- Display the userid in addition to the fullname if they are different. Fixes http://dev.plone.org/plone/ticket/8251. [csenger]
- Adjusted a test to work with Zope 2.12. [hannosch]
- Use safe_unicode() instead of str() to fix 7576. Fixes http://dev.plone.org/plone/ticket/8371. [csenger]
1.1.5
------------------
- Correct UnicodeDecodeError in sharing-view when users or groups with non-ascii characters are searched. All parameters fetched from the request are strings, but _(u'Logged-in users') isn't. A string with non-ascii characters and a unicode-string can't be joined. Fixes http://dev.plone.org/plone/ticket/7576 [csenger]