Changes between Version 4 and Version 5 of AttachFilterPlugin


Ignore:
Timestamp:
Jun 3, 2015, 8:25:47 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AttachFilterPlugin

    v4 v5  
    55== Description
    66
    7 A simple plugin to reject attachments, using file-extension based rules.
     7This is a simple plugin to reject attachments, using file-extension based rules.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=AttachFilterPlugin new ticket].
     15[/newticket?component=AttachFilterPlugin new ticket].
    1616
    1717[[TicketQuery(component=AttachFilterPlugin,group=type,format=progress)]]
     
    2525You can check out AttachFilterPlugin from [http://trac-hacks.org/svn/attachfilterplugin here] using Subversion, or [source:attachfilterplugin browse the source] with Trac.
    2626
    27 == Documentation
     27== Configuration
    2828
    29 In `trac.ini`, add a new section `[attachment_filter]`, where:
     29In your `trac.ini` file, add a new section `[attachment_filter]`, where:
    3030 * keys match the mime file type to exclude
    3131 * values gives a brief description that is shown to the user to explain why the file is rejected
     
    4444
    4545To obtain the exact MIME type string:
    46  1. set up your Trac installation to show/dump INFO log message,
     46 1. set up your Trac installation to show/dump INFO log message
    4747 1. attach a file of the (un)desired type
    4848 1. look for the plugin trace that shows the file name and the MIME type: