Changes between Version 21 and Version 22 of SearchAttachmentsPlugin


Ignore:
Timestamp:
Mar 4, 2015, 10:01:02 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Fixed indent.

Legend:

Unmodified
Added
Removed
Modified
  • SearchAttachmentsPlugin

    v21 v22  
    3939  * Trac 10.x and 11.x source code must be manually modified for SEAT plugin to work.
    4040    The file to modify is '''attachment.py''', on a Linux Fedora system, it is located in
    41     /usr/lib/python2.4/site-packages/trac
    42 
     41    /usr/lib/python2.4/site-packages/trac[[BR]]
    4342    '''Comment''': This is already done for Trac 0.11.4.
    44 
    4543 {{{#!python
    46 
    4744162     def insert(self, filename, fileobj, size, t=None, db=None):
    4845...
     
    113110    '''Comment''': I have had better success omitting the -b flag to catdoc.
    114111   
    115     '''Comment''': Changed config section to [attachment] which is what's actually used in the sources (not [attachment'''s''']). This should also be corrected in the plugin's README.
     112    '''Comment''': Changed config section to `[attachment]` which is what's actually used in the sources (not [attachment'''s''']). This should also be corrected in the plugin's README.
    116113
    117114  There is no need to declare a filter command for .txt or .text. Text files are handled