[[PageOutline(2-5,Contents,pullout)]] = Delete wiki pages and attachments you created == Description This plugin allows users to delete wiki pages and wiki/ticket attachments that they created. Does not yet cover tickets, but if there is demand I can try to add it. == Bugs/Feature Requests Existing bugs and feature requests for SelfDeletePlugin are [report:9?COMPONENT=SelfDeletePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SelfDeletePlugin new ticket]. == Download Download the zipped source from [download:selfdeleteplugin here]. == Source You can check out SelfDeletePlugin from [http://trac-hacks.org/svn/selfdeleteplugin here] using Subversion, or [source:selfdeleteplugin browse the source] with Trac. == Example First enable it: {{{#!ini [components] selfdelete.* = enabled }}} Add it to the list of active permissions policies: {{{#!ini [trac] permission_policies = SelfDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy }}} If using [TracFineGrainedPermissions#AuthzPolicy AuthzPolicy], it should come before `SelfDeletePolicy` in the list. Grant any users you want the `WIKI_DELETE_SELF` or `TICKET_DELETE_SELF` permissions. == Recent Changes [[ChangeLog(selfdeleteplugin, 3)]] == Author/Contributors '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' rjollos