Changes between Version 7 and Version 8 of AwesomeAttachmentsPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
07/31/12 08:53:09 (10 months ago)
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • AwesomeAttachmentsPlugin

    v7 v8  
    3030 
    3131{{{ 
     32#!python 
    3233python setup.py bdist_egg 
    3334}}} 
    3536Install the egg using your preferred method. 
    3637 
    37  
    3838To disable the built in !TicketModule and enable this plugin in conf/trac.ini : 
    3939 
    4040{{{ 
     41#!ini 
    4142[components] 
    4243trac.ticket.web_ui.TicketModule = off 
    4344awesome.awesomattachments.* = enabled 
    4445}}} 
    45  
    4646 
    4747== Recent Changes ==