Changes between Version 15 and Version 16 of AwesomeAttachmentsPlugin


Ignore:
Timestamp:
Aug 24, 2015, 4:01:43 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed superfluous license notice

Legend:

Unmodified
Added
Removed
Modified
  • AwesomeAttachmentsPlugin

    v15 v16  
    55== Description
    66
    7 Makes uploading attachments to new tickets easier than ever before. No longer do you need to create a ticket before you can attach a file to a ticket. Supports uploading multiple files.
     7This plugin makes uploading attachments to new tickets easier than ever before. No longer do you need to create a ticket before you can attach a file to a ticket. Supports uploading multiple files.
    88
    99[[Image(CreateNewTicketForm.png, 25%)]]
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=AwesomeAttachmentsPlugin&owner=dan new ticket].
     17[/newticket?component=AwesomeAttachmentsPlugin new ticket].
    1818
    1919[[TicketQuery(component=AwesomeAttachmentsPlugin&group=type,format=progress)]]
     
    2727You can check out AwesomeAttachmentsPlugin from [http://trac-hacks.org/svn/awesomeattachmentsplugin here] using Subversion, or [source:awesomeattachmentsplugin browse the source] with Trac.
    2828
    29 == Installation ==
     29== Installation
    3030
    3131Navigate to the plugins source and build your Python egg:
    32 
    33 {{{
    34 #!python
     32{{{#!python
    3533python setup.py bdist_egg
    3634}}}
     
    3937
    4038To disable the built in !TicketModule and enable this plugin in `conf/trac.ini`:
    41 
    42 {{{
    43 #!ini
     39{{{#!ini
    4440[components]
    4541trac.ticket.web_ui.TicketModule = disabled
     
    5652'''Maintainer:''' [[Maintainer]] [[BR]]
    5753'''Contributors:''' [[BR]]
    58 '''License:''' 3-Clause BSD