Changes between Version 4 and Version 5 of AttachmentPolicyPlugin


Ignore:
Timestamp:
Nov 11, 2015, 3:38:22 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentPolicyPlugin

    v4 v5  
    55== Description
    66
    7 Adds permission `TICKET_ATTACHMENT_DELETE` for exclusive right to delete and replace attachments, regardless of who added / changed it.
    8 
    9 Everybody who has permission `TICKET_ATTACHMENT_DELETE` can delete / replace attachments, regardless of who added / changed it.
     7This plugin adds the exclusive right to delete and replace attachments, regardless of who added or changed the attachment. The plugin introduces the permission `TICKET_ATTACHMENT_DELETE`: any user with this permission can delete and replace attachments, regardless of who added or changed it.
    108
    119See also: t:#948
     
    1715
    1816If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=AttachmentPolicyPlugin&owner=framay new ticket].
     17[/newticket?component=AttachmentPolicyPlugin new ticket].
    2018
    2119[[TicketQuery(component=AttachmentPolicyPlugin&group=type,format=progress)]]
     
    2321== Download
    2422
    25 Download the zipped source from [download:attachmentpolicyplugin here].
     23Download the zipped source from [export:attachmentpolicyplugin here].
    2624
    2725== Source
    2826
    29 You can check out AttachmentPolicyPlugin from [http://trac-hacks.org/svn/attachmentpolicyplugin here] using Subversion, or [source:attachmentpolicyplugin browse the source] with Trac.
     27You can check out AttachmentPolicyPlugin from [/svn/attachmentpolicyplugin here] using Subversion, or [source:attachmentpolicyplugin browse the source] with Trac.
     28
     29== Installation
     30
     31General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3032
    3133== Example
    3234
    33 To work correctly, the module has to be placed in your list of permission policies in `trac.ini`:
    34 {{{
    35 #!ini
     35To work correctly, the module has to be placed in your list of permission policies in your `trac.ini` file:
     36{{{#!ini
    3637[trac]
    3738permission_policies = AttachmentDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy