Changes between Initial Version and Version 1 of SelfDeletePlugin


Ignore:
Timestamp:
Oct 23, 2006, 3:48:17 AM (18 years ago)
Author:
Noah Kantrowitz
Comment:

New hack SelfDeletePlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • SelfDeletePlugin

    v1 v1  
     1= Delete wiki pages and attachments you created =
     2
     3== Description ==
     4
     5This 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
     9Existing bugs and feature requests for SelfDeletePlugin are
     10[report:9?COMPONENT=SelfDeletePlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=SelfDeletePlugin&owner=coderanger new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:selfdeleteplugin here].
     18
     19== Source ==
     20
     21You 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
     25First enable it:
     26{{{
     27[components]
     28selfdelete.* = enabled
     29}}}
     30then 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:'''