atreal.monkeyplone is a library to display fullname in portlet review and change security for cut/copy/paste/delete actions in Plone.
Technically
* it changes the Permission on the tree methods : manage_cutObjects, manage_delObjects and manage_pasteObjects of BaseFolderMixin from Products.Archetypes.BaseFolder.
* it patches the method _verifyObjectPaste from Products.CMFCore.PortalFolder who check the delete permission on parent object.
* it applies on actions this modifications.
Functionnally
When a user "can add" on a folder, now he can cut and delete his own creation.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Delete display of user's fullname in review portlet (already set in Plone 4.1). [rebeylerian]
· New major version for Plone 4. Plone 3 IS NO LONGER supported (Use last version of branch 1.x.x for Plone 3). [rbeylerian]