Internal:
- Update configuration files. [plone devs] (cfffba8c)
Internal:
- Update configuration files. [plone devs] (789b0936)
Bug fixes:
- Fill
body
slot instead ofmain
for the @@sharing view. [frapell] (#34)
Bug fixes:
- Final release. [gforcada] (#600)
Bug fixes:
- Fix translation of sharing buttons. [petschki] (#33)
Breaking changes:
- Isort, black, Pyupgrade, no six and use plone.base plus some minor manual cleanup. [jensens] (#32)
Bug fixes:
- Remove cyclic dependency with Products.CMFPlone [sneridagh] (#30)
Breaking changes:
- Update for Plone 6 with Bootstrap markup [petschki, agitator] (#29)
New features:
- Have the icons from the sharing tab to have their URL relative to the site root [frapell] (#25)
Bug fixes:
- Fixed deprecation warning for
zope.component.interfaces.IComponentRegistry
. Fixed deprecation warning for zope.site.hooks. [maurits] (#3130)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- The sharing search form remembers the search term [ale-rt] (#19)
Breaking changes:
- No need to define cmf.ChangeLocalRoles in zcml since this is in by Products.CMFCore>=2.4.0b2 [jensens]
- Adapt tests to Products.GenericSetup >= 2.0 thus requiring at least that version. [jessesnyder]
New features:
- Replaced usages of my_worklist.py skin script. plone/Products.CMFPlone#1801 [reinhardt]
- Python3 compatibility [jessesnyder, pbauer]
Bug fixes:
- Update tests to use testing best practices (and stop using the bbb module from p.a.testing). [gforcada]
Breaking changes:
- Removed long time deprecated and unused permission "Change portal events". [kakshay21]
Bug fixes:
- Fixed test failure for LookupError, having extra 'available items' (Zope 4) [davisagli]
Bug fixes:
- Use zope.interface decorator. [gforcada]
New:
- Add a direct link from a group name on Sharing ab to that group's member list for users with sufficient permissions [PLIP #1310] [datakurre]
- Use safe_unicode for search in @@sharing. Fixes plone/Products.CMFPlone#930 [pbauer]
- Remove DL's from portal message in templates. [khink]
- Show login-name even if it is the same as the user-id. Fixes https://dev.plone.org/ticket/14259 [pbauer]
- Introduce
plone.app.workflow.interfaces.ILocalrolesModifiedEvent
.LocalrolesModifiedEvent
gets fired after local roles have been changed. [rnix] - Introduce
required_interface
attribute onplone.app.workflow.interfaces.ISharingPageRole
. [rnix]
- Remove DL's from portal message in templates. plone/Products.CMFPlone#153 [khink]
- Replace deprecated test assert statements. [timo]
- Show user's login name instead of the user id, which is an internal identifier. [davisagli]
- Include roles derived from borg.localrole adapters on the Sharing tab, appearing as inherited roles. [datakurre, davisagli]
- Add json header to sharing.py. [travacic]
- Call searchUsers with the 'name' argument instead of 'login'. 'name' is the officially supported way according to the PAS interface. [maurits]
- Extensibility improvement on sharing view so developers can easily override this view and change what groups are always displayed (STICKY). [ispburger]
- Use HTML5 placeholder attribute on Sharing tab search box. Replaces deprecated inputLabel class. [danjacka]
- Remove kss. JS integration is in Products.CMFPlone. [vangheem]
- Refactor: we can easily customize the sharing view so that add/remove inherit field is removed. [thomasdesvenain]
- Search on email address within the Sharing view. [davidjb]
- Don't use deprecated .gif icons. [davisagli]
- Avoid failure if user with global 'Manager' role removes inheritance on sharing. [thomasdesvenain]
- Ensure a stable ordering in the sharing.xml GS export. [hannosch]
- User should click the 'Save' button to actually save its changes in the sharing tab. IOW we dont want to update local roles while searching for users. [jfroche]
- 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]
- Add MANIFEST.in. [WouterVH]
- Normalize translated string before sorting sharing columns. [vincentfretin]
- Sort sharing columns by translated title instead of role id. [vincentfretin]
- Added plone.abovecontentbody viewletmanager in sharing view. [vincentfretin]
- Depend on
Products.CMFPlone
instead ofPlone
. [elro] - Add Site Administrator to the roles which are allowed to delegate the other roles (for forward compatibility with Plone 4.1). [davisagli]
- Sharing table is into a div container. [thomasdesvenain]
- Update license to GPL version 2 only. [hannosch]
- Adapt tests to new policy introduced in http://dev.plone.org/plone/changeset/34375 References http://dev.plone.org/plone/ticket/10236 [tomster]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- Keep the icons for inherited and global roles when updating the sharing page after a search. This fixes http://dev.plone.org/plone/ticket/8313 . [wichert]
- Sort the principals in the sharing page. Before they could reorder randomly when saving changes. [wichert]
- Fix a logic error in sharing page view: role changes would appear to be lost when saving a view, while the were really applied. This fixes http://dev.plone.org/plone/ticket/8295 . [wichert]
- Modify the inline (kss) search option in the sharing page to only search and not update the roles and search. This behaviour was unintuitive and possible very very slow. [wichert]
- Update the sharing page to do nothing if the new set of roles is the same as the current set of roles. [wichert]
- Update sharing code to only reindex once instead of twice. [wichert]
- Only call reindexObjectSecurity from the sharing tab's update_inherit method if the setting actually changed. This avoids an unnecessary, potentially expensive catalog reindex in many cases. [davisagli]
- Update the search-result merging code based on the code from PlonePAS 3.6. [wichert]
- Handle principals which can not be retrieved. This can occur in LDAP environments. [wichert]
- Mark the security names as public so they can be imported everywhere and register them with Zope on startup so you can manage them via the ZMI or a GenericSetup profile. [wichert]
- Protect the "sharing" form against CSRF attacks. [witsch]
- Created fine-grained permissions for delegating sharing page roles in order to avoid people with a delegated permission escalating their own privileges. This can now be controlled at a high level by the "Sharing page: Delegate roles" permission, which controls access to the Sharing page machinery, and at an individual roles basis, with permissions like "Sharing page: Delegate Editor role". http://dev.plone.org/plone/ticket/7652
- Stopped people from locking themselves out by disabling the ability to edit their own roles.
- Added friendly "Changes saved" message. http://dev.plone.org/plone/ticket/6966
- user_search_results() now searches in login name as well as fullname. Fixes http://dev.plone.org/plone/ticket/6853 [erikrose]
- Factored up the duplicated logic from user_search_results() and group_search_results() to form _principal_search_results(). [erikrose]
- Added missing closing head tag to sharing.pt. This closes http://dev.plone.org/plone/ticket/7161. [hannosch]