Changes between Version 2 and Version 3 of AttachmentPolicyPlugin


Ignore:
Timestamp:
Mar 18, 2015, 1:56:42 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed superfluous tag

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentPolicyPlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Adds permission TICKET_ATTACHMENT_DELETE, so deleting attachments can be done without giving permission TICKET_ADMIN =
     3= Adds permission to delete attachments
    44
    5 == Description ==
     5== Description
    66
    7 Adds permission `TICKET_ATTACHMENT_DELETE` for exclusive right to delete and replace
    8 attachments, regardless who added / changed it.
     7Adds permission `TICKET_ATTACHMENT_DELETE` for exclusive right to delete and replace attachments, regardless of who added / changed it.
    98
    10 Everybody who has permission `TICKET_ATTACHMENT_DELETE` can delete / replace attachments,
    11 regardless who added / changed it.
     9Everybody who has permission `TICKET_ATTACHMENT_DELETE` can delete / replace attachments, regardless of who added / changed it.
    1210
    13 Once this plugin is enabled, you'll have to insert it at the appropriate
    14 place in your list of permission policies, e.g.
    15 {{{
    16 #!ini
    17 [trac]
    18 permission_policies = AttachmentDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
    19 }}}
    20 
    21 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    2212
    2313Existing bugs and feature requests for AttachmentPolicyPlugin are
     
    2717[http://trac-hacks.org/newticket?component=AttachmentPolicyPlugin&owner=framay new ticket].
    2818
    29 == Download ==
     19[[TicketQuery(component=AttachmentPolicyPlugin&group=type,format=progress)]]
     20
     21== Download
    3022
    3123Download the zipped source from [download:attachmentpolicyplugin here].
    3224
    33 == Source ==
     25== Source
    3426
    3527You can check out AttachmentPolicyPlugin from [http://trac-hacks.org/svn/attachmentpolicyplugin here] using Subversion, or [source:attachmentpolicyplugin browse the source] with Trac.
    3628
    37 == Example ==
     29== Example
    3830
    39 Important: in order to work correctly, the module has to be placed in your list of permission policies, e.g.
     31To work correctly, the module has to be placed in your list of permission policies in `trac.ini`:
    4032{{{
    4133#!ini
     
    4436}}}
    4537
    46 == Recent Changes ==
     38== Recent Changes
    4739
    4840[[ChangeLog(attachmentpolicyplugin, 3)]]
    4941
    50 == Author/Contributors ==
     42== Author/Contributors
    5143
    5244'''Author:''' [wiki:framay] [[BR]]
    53 '''Maintainer:''' [wiki:framay] [[BR]]
     45'''Maintainer:''' [[Maintainer]] [[BR]]
    5446'''Contributors:'''