Contents
Awesome Attachments Plugin
Description
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.
Bugs/Feature Requests
Existing bugs and feature requests for AwesomeAttachmentsPlugin are here.
If you have any issues, create a new ticket.
Download
| Trac | Python | Version | Date |
| 0.11 | 2.5 | 0.2 | 4-18-2010 |
| 0.11 | 2.6 | 0.2 | 4-18-2010 |
Source
You can check out AwesomeAttachmentsPlugin from here using Subversion, or browse the source with Trac.
Installation
Navigate to the plugins source and build your egg.
python setup.py bdist_egg
Install the egg using your preferred method.
To disable the built in TicketModule and enable this plugin in conf/trac.ini :
[components] trac.ticket.web_ui.TicketModule = off awesome.awesomattachments.* = enabled
Recent Changes
[10020] by dan on 04/04/11 22:01:59
Created 0.12 repo
[10019] by dan on 04/04/11 22:00:37
Adding folder for branches
[7860] by dan on 04/18/10 23:49:52
Added egg releases
[7859] by dan on 04/18/10 23:27:19
Compatability fix for trac minor revisions

