Changes between Version 7 and Version 8 of SelfDeletePlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:21:25 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SelfDeletePlugin

    v7 v8  
    44== Description
    55
    6 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.
     6This plugin allows users to delete wiki pages and wiki/ticket attachments that they created. It does not yet cover tickets, but if there is demand, I can try to add it.
    77
    88== Bugs/Feature Requests
     
    1414[/newticket?component=SelfDeletePlugin new ticket].
    1515
     16[[TicketQuery(component=SelfDeletePlugin&group=type,format=progress)]]
     17
    1618== Download
    1719
    18 Download the zipped source from [download:selfdeleteplugin here].
     20Download the zipped source from [export:selfdeleteplugin here].
    1921
    2022== Source
    2123
    22 You can check out SelfDeletePlugin from [http://trac-hacks.org/svn/selfdeleteplugin here] using Subversion, or [source:selfdeleteplugin browse the source] with Trac.
     24You can check out SelfDeletePlugin from [/svn/selfdeleteplugin here] using Subversion, or [source:selfdeleteplugin browse the source] with Trac.
     25
     26== Installation
     27
     28General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2329
    2430== Example
    2531
    26 First enable it:
     32First enable it by adding the following to your `trac.ini` file:
    2733
    2834{{{#!ini
     
    3642permission_policies = SelfDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
    3743}}}
     44
    3845If using [TracFineGrainedPermissions#AuthzPolicy AuthzPolicy], it should come before `SelfDeletePolicy` in the list.
    3946