| | 1 | = Delete wiki pages and attachments you created = |
|---|
| | 2 | |
|---|
| | 3 | == Description == |
|---|
| | 4 | |
|---|
| | 5 | 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. |
|---|
| | 6 | |
|---|
| | 7 | == Bugs/Feature Requests == |
|---|
| | 8 | |
|---|
| | 9 | Existing bugs and feature requests for SelfDeletePlugin are |
|---|
| | 10 | [report:9?COMPONENT=SelfDeletePlugin here]. |
|---|
| | 11 | |
|---|
| | 12 | If you have any issues, create a |
|---|
| | 13 | [http://trac-hacks.org/newticket?component=SelfDeletePlugin&owner=coderanger new ticket]. |
|---|
| | 14 | |
|---|
| | 15 | == Download == |
|---|
| | 16 | |
|---|
| | 17 | Download the zipped source from [download:selfdeleteplugin here]. |
|---|
| | 18 | |
|---|
| | 19 | == Source == |
|---|
| | 20 | |
|---|
| | 21 | You can check out SelfDeletePlugin from [http://trac-hacks.org/svn/selfdeleteplugin here] using Subversion, or [source:selfdeleteplugin browse the source] with Trac. |
|---|
| | 22 | |
|---|
| | 23 | == Example == |
|---|
| | 24 | |
|---|
| | 25 | First enable it: |
|---|
| | 26 | {{{ |
|---|
| | 27 | [components] |
|---|
| | 28 | selfdelete.* = enabled |
|---|
| | 29 | }}} |
|---|
| | 30 | then grant any users you want the `WIKI_DELETE_SELF` or `TICKET_DELETE_SELF` permissions. |
|---|
| | 31 | |
|---|
| | 32 | == Recent Changes == |
|---|
| | 33 | |
|---|
| | 34 | [[ChangeLog(selfdeleteplugin, 3)]] |
|---|
| | 35 | |
|---|
| | 36 | == Author/Contributors == |
|---|
| | 37 | |
|---|
| | 38 | '''Author:''' [wiki:coderanger] [[BR]] |
|---|
| | 39 | '''Contributors:''' |